DODS 7.3 API
A B C D E F G H I J K L M N O P Q R S T U V W X _

A

AboutDialog - Class in org.enhydra.dods.wizard
 
AboutDialog() - Constructor for class org.enhydra.dods.wizard.AboutDialog
 
aboutFrame - Static variable in class org.enhydra.dods.wizard.DefaultDODSWizard
 
accept(File) - Method in class org.enhydra.dods.wizard.DirectoryFilter
Check to see if the passed file is a directory.
accept(File, String) - Method in class org.enhydra.dods.wizard.DirectoryNameFilter
Check to see if the passed file is a directory.
accept(File) - Method in class org.enhydra.dods.wizard.DomlFilter
Check to see if the passed file is a directory.
AccessEvalException - Exception in org.webdocwf.dods.access
Exception used as a base for creating an exception that has a chain of exceptions that lead to the derived exception.
AccessEvalException(String) - Constructor for exception org.webdocwf.dods.access.AccessEvalException
Construct an exception without a specified cause.
AccessEvalException(String, Throwable) - Constructor for exception org.webdocwf.dods.access.AccessEvalException
Construct an exception with an associated causing exception.
AccessEvalException(Throwable) - Constructor for exception org.webdocwf.dods.access.AccessEvalException
Construct an exception from a causing exception.
AccessEvalException(Throwable, User, String, SecureDO, String, String, String, String, String, String) - Constructor for exception org.webdocwf.dods.access.AccessEvalException
Construct an exception with a cause and detail data.
AccessEvalException(String, Throwable, User, String, SecureDO, String, String, String, String, String, String) - Constructor for exception org.webdocwf.dods.access.AccessEvalException
Construct an exception with a message, a cause and detail data.
AccessEvalException(String, User, String, SecureDO, String, String, String, String, String, String) - Constructor for exception org.webdocwf.dods.access.AccessEvalException
Construct an exception with a message and detail data.
AccessException - Exception in org.webdocwf.dods.access
 
AccessException(String, User, String, SecureDO, String, String, String, String, String, String) - Constructor for exception org.webdocwf.dods.access.AccessException
Construct an exception with a message and detail data.
AccessException(String, Throwable, User, String, SecureDO, String, String, String, String, String, String) - Constructor for exception org.webdocwf.dods.access.AccessException
Construct an exception with a message and detail data.
AccessException(String) - Constructor for exception org.webdocwf.dods.access.AccessException
Construct an exception with a message
AccessException(String, Throwable) - Constructor for exception org.webdocwf.dods.access.AccessException
Construct an exception with a message
AccessRightException - Exception in org.webdocwf.dods.access
 
AccessRightException(String) - Constructor for exception org.webdocwf.dods.access.AccessRightException
Construct an exception without a specified message.
AccessRightException(String, User, String, SecureDO, String, String, String, String, String, String) - Constructor for exception org.webdocwf.dods.access.AccessRightException
Construct an exception with a message and detail data.
action - Variable in class org.enhydra.ant.taskdefs.Dods
 
action - Variable in class org.enhydra.dods.generator.DODSGenerator
Action that will be performed.
ACTION_PARAMETER - Static variable in class org.enhydra.dods.generator.DODSGenerator
 
actions - Static variable in class org.enhydra.dods.generator.DODSGenerator
 
add(String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Deprecated. Use addEndClause() instead.
add(Object, Object) - Method in interface org.enhydra.dods.cache.base.DODSCache
 
add(Object, Object) - Method in class org.enhydra.dods.cache.complete.DODSHashMapCache
Adds a pair (key, value) to the cache.
add(Object, Object) - Method in class org.enhydra.dods.cache.hash.LinkedHashCache
Adds a pair (key, value) to the cache.
add(Object, Object) - Method in class org.enhydra.dods.cache.lru.LRUCache
Adds a pair (key, value) to the cache.
add(GenericDO) - Method in interface org.enhydra.dods.cache.QueryCacheItem
Adds data object obj to array DOs.
add(CoreDataStruct) - Method in interface org.enhydra.dods.cache.QueryCacheItem
Adds DataStruct object obj to array DOs.
add(GenericDO) - Method in class org.enhydra.dods.cache.QueryCacheItemImpl
Adds data object obj to array DOs.
add(CoreDataStruct) - Method in class org.enhydra.dods.cache.QueryCacheItemImpl
Adds DataStruct object obj to array DOs.
addAttribute(String, String, boolean) - Method in class org.enhydra.dods.trans.Referrer
Add referrer attribute.
addAttribute(Referrer.RefAttr) - Method in class org.enhydra.dods.trans.Referrer
Add referrer attribute.
addColumn(Column) - Method in class org.enhydra.dods.trans.Table
Add column into table.
addColumnName(String, String, String, String, String, String) - Static method in class org.enhydra.dods.xslt.DODSTag
Add column name in columnNames Vector.
addComplexQuery(QueryCacheItem) - Method in class org.enhydra.dods.cache.QueryCache
Adds complex query to complex query cache.
addComplexQuery(QueryCacheItem) - Method in class org.enhydra.dods.cache.QueryCacheImpl
Adds complex query to complex query cache.
addComplexQuery(QueryCacheItem) - Method in class org.enhydra.dods.cache.TransactionCacheImpl
Adds complex query to complex query cache.
addComplexQuery(QueryCacheItem) - Method in class org.enhydra.dods.cache.TransactionQueryCache
Adds complex query to complex query cache.
addCond(Condition) - Method in interface org.enhydra.dods.cache.QueryCacheItem
Adds condition to query.
addCond(Condition) - Method in class org.enhydra.dods.cache.QueryCacheItemImpl
Adds condition to query.
addDataStruct(CoreDataStruct) - Method in class org.enhydra.dods.cache.DataStructCache
Adds DataStruct object to the cache.
addDataStruct(CoreDataStruct) - Method in class org.enhydra.dods.cache.DataStructCacheImpl
Adds DataStruct object to the cache.
addDataStruct(CoreDataStruct) - Method in class org.enhydra.dods.cache.QueryCacheImpl
Adds DataStruct object to the cache.
addDeletedDO(CoreDO) - Method in interface com.lutris.appserver.server.sql.CachedDBTransaction
 
addDeletedDO(CoreDO) - Method in class com.lutris.appserver.server.sql.standard.StandardDBTransaction
 
addDO(GenericDO) - Method in class org.enhydra.dods.cache.DOCache
Adds DO (data object) to the cache.
addDO(GenericDO) - Method in class org.enhydra.dods.cache.TransactionCacheImpl
Adds DO (data object) to the cache.
addEndClause(String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Add a trailing clause (order by, group by, etc.) to the SQL command.
addFK(String, String, String, String, String, String) - Static method in class org.enhydra.dods.xslt.DODSTag
Generate Hashtable of foreign keys, grouped by Referenced DO.
addForeignKeyValues(String, String, String, String, String, String, String) - Method in class org.webdocwf.util.sql.SQLSplitter
Method addForeignKeyValues adds values to global variables - vectors.
addHandle(String) - Method in class org.enhydra.dods.cache.QueryCacheItemImpl
 
addIncludeIndexColumn(String) - Method in class org.enhydra.dods.trans.Index
Add indexed column that extends index.
addIndex(Index) - Method in class org.enhydra.dods.trans.Table
Add index into table.
addIndexColumn(String) - Method in class org.enhydra.dods.trans.Index
Add indexed column.
addIndexValues(String) - Method in class org.webdocwf.util.sql.SQLSplitter
Method addIndexValues adds values to global variables - vectors.
addLayoutComponent(String, Component) - Method in class org.enhydra.dods.wizard.XYLayout
 
addLayoutComponent(Component, Object) - Method in class org.enhydra.dods.wizard.XYLayout
 
addMatchClause(String, String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Deprecated. Use comparison operators instead
addMatchClause(RDBColumn, String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Deprecated. Use comparison operators instead
addMultiJoinQuery(QueryCacheItem) - Method in class org.enhydra.dods.cache.QueryCache
Adds multi join query to complex query cache.
addMultiJoinQuery(QueryCacheItem) - Method in class org.enhydra.dods.cache.QueryCacheImpl
Adds multi join query to multi join query cache.
addOrderByColumn(String, String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Add another field to the ORDER BY list.
addOrderByColumn(RDBColumn, String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Add another field to the ORDER BY list.
addPrimaryKeyValues(String, String, String) - Method in class org.webdocwf.util.sql.SQLSplitter
Method addPrimaryKeyValues adds values to global variables - vectors.
addRefAttr(String, String, String, String) - Static method in class org.enhydra.dods.xslt.DODSTag
Add Refererr atribute in Vector.
addReferrer(Referrer) - Method in class org.enhydra.dods.trans.Table
Add referrer into table.
addSimpleQuery(QueryCacheItem) - Method in class org.enhydra.dods.cache.QueryCache
Adds simple query to simple query cache.
addSimpleQuery(QueryCacheItem) - Method in class org.enhydra.dods.cache.QueryCacheImpl
Adds simple query to simple query cache.
addSimpleQuery(QueryCacheItem) - Method in class org.enhydra.dods.cache.TransactionCacheImpl
Adds simple query to simple query cache.
addSimpleQuery(QueryCacheItem) - Method in class org.enhydra.dods.cache.TransactionQueryCache
Adds simple query to simple query cache.
addSingleDO(String, String) - Static method in class org.enhydra.dods.xslt.DODSTag
Generate ADD_SINGLE_DO_METHOD_NAME tag.
addStatistics(Statistics) - Method in class org.enhydra.dods.trans.Table
Add index into table.
addStatisticsColumn(String) - Method in class org.enhydra.dods.trans.Statistics
Add column for statistics.
addStatisticsValues(String) - Method in class org.webdocwf.util.sql.SQLSplitter
Method addIndexValues adds values to global variables - vectors.
addTableName(String) - Method in class org.webdocwf.util.sql.SQLSplitter
Method addTableName adds values to global variables - vectors.
addToCache() - Method in class com.lutris.appserver.server.sql.CoreDO
This method is invoked whenever an object is added to the cache.
addToTransactionCache(GenericDO, DBTransaction) - Static method in class com.lutris.dods.builder.generator.dataobject.GenericDO
 
addTwoColumnWhereClause(String, String, String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Deprecated. Use addWhere(RDBColumn c1, RDBColumn c1, String cmp_op) instead.
addTwoColumnWhereClause(String, String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Deprecated. Use addWhere(RDBColumn c1, RDBColumn c1) instead.
addUnion(QueryBuilder, boolean) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
QueryBuilder.addUnion(QueryBuilder qb, boolean all)
addUpdateColumn(RDBColumn, Object) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Add a column to set by update query
addUpdateColumn(String, Object) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Deprecated. Use addUpdateColumn(RDBColumn column, Object value) instead.
addUpdateSQL(RDBColumn, String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
addUpdateSQL
addUpdateSQL(String, String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
 
addUserMatchClause(String, String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Deprecated. Use comparison operators instead
addUserMatchClause(RDBColumn, String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Deprecated. Use comparison operators instead
addWhere(RDBColumn, GenericDO, String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Add a where-clause that compares a column against a String.
addWhere(RDBColumn, byte[], String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Add a where-clause that compares a column against a byte array.
addWhere(RDBColumn, Time, String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Add a where-clause that compares a column against a String.
addWhere(RDBColumn, Timestamp, String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Add a where-clause that compares a column against a String.
addWhere(RDBColumn, long, String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Add a where-clause that compares a column against a String.
addWhere(RDBColumn, double, String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Add a where-clause that compares a column against a String.
addWhere(RDBColumn, float, String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Add a where-clause that compares a column against a String.
addWhere(RDBColumn, BigDecimal, String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Add a where-clause that compares a column against a String.
addWhere(RDBColumn, int, String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Add a where-clause that compares a column against a String.
addWhere(RDBColumn, boolean, String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Add a where-clause that compares a column against a String.
addWhere(RDBColumn, int) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Add a where-clause that tests if a column is equal to a given String.
addWhere(RDBColumn, String, String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Add a where-clause that compares a column against a String.
addWhere(RDBColumn, String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Add a where-clause that tests if a column is equal to a given String.
addWhere(RDBColumn, Date, String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Add a where-clause that compares a column against a Date.
addWhere(RDBColumn, RDBColumn, String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Add a where-clause that compares a column against another column.
addWhere(RDBColumn, RDBColumn) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Add a where-clause that tests if a column is equal to another column.
addWhere(String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
 
addWhereClause(String, String, String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Deprecated. Use addWhere(RDBColumn column, String value, String cmp_op ) instead.
addWhereClause(String, BigDecimal, boolean) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Deprecated. Use addWhere(RDBColumn c1, BigDecimal value, String cmp_op) instead.
addWhereClause(String, int) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Deprecated. Use addWhere(RDBColumn column, int value) instead.
addWhereClause(String, int, String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Deprecated. Use addWhere(RDBColumn column, int value, String cmp_op ) instead.
addWhereClause(String, long) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Deprecated. Use addWhere(RDBColumn column, long value) instead.
addWhereClause(String, long, String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Deprecated. Use addWhere(RDBColumn column, long value, String cmp_op ) instead.
addWhereClause(String, float) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Deprecated. Use addWhere(RDBColumn column, float value) instead.
addWhereClause(String, float, String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Deprecated. Use addWhere(RDBColumn column, float value, String cmp_op ) instead.
addWhereClause(String, double) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Deprecated. Use addWhere(RDBColumn column, double value) instead.
addWhereClause(String, double, String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Deprecated. Use addWhere(RDBColumn column, double value, String cmp_op ) instead.
addWhereClause(String, boolean) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Deprecated. Use addWhere(RDBColumn column, boolean value) instead.
addWhereClause(String, boolean, String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Deprecated. Use addWhere(RDBColumn column, boolean value, String cmp_op ) instead.
addWhereClause(String, Date, String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Deprecated. Use addWhere(RDBColumn c1, Date value, String cmp_op) instead.
addWhereClause(String, Timestamp, String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
 
addWhereClause(String, Time, String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
 
addWhereCloseParen() - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Close a previous addWhereOpenParen.
addWhereExists(QueryBuilder) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
QueryBuilder.addWhereExists( QueryBuilder )
addWhereIn(RDBColumn, String[]) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
QueryBuilder.addWhereIn( RDBColumn, String[] ) allows queries like select Person.Age from Person where Person.Name in ( "Bob", "Joe" ) with code like QueryBuilder qb = new QueryBuilder(); qb.select( PersonDO.Age ); String[] values = { "Bob", "Joe" }; qb.addWhereIn( PersonDO.Name, values );
addWhereIn(RDBColumn, BigDecimal[]) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
QueryBuilder.addWhereIn( RDBColumn, BigDecimal[] ) allows queries like select Person.Age from Person where Person.oid in ( 100, 101 ) with code like QueryBuilder qb = new QueryBuilder(); qb.select( PersonDO.Age ); BigDecimal[] values = { new BigDecimal("100") , new BigDecimal("101") }; qb.addWhereIn( PersonDO.Name, values );
addWhereIn(RDBColumn, ObjectId[]) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
QueryBuilder.addWhereIn( RDBColumn, ObjectId[] ) allows queries like select Person.Age from Person where Person.oid in ( 100, 101 ) with code like QueryBuilder qb = new QueryBuilder(); qb.select( PersonDO.Age ); ObjectId[] values = { new ObjectId("100") , new ObjectId("101") }; qb.addWhereIn( PersonDO.Name, values );
addWhereIn(RDBColumn, GenericDO[]) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
QueryBuilder.addWhereIn( RDBColumn, GenericDO[] ) allows queries like select Person.Age from Person where Person.oid in ( 100, 101 ) with code like QueryBuilder qb = new QueryBuilder(); qb.select( PersonDO.Age ); GenericDO[] values = { new GenericDO("100") , new GenericDO("101") }; qb.addWhereIn( PersonDO.Name, values );
addWhereIn(RDBColumn, QueryBuilder) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
QueryBuilder.addWhereIn( RDBColumn, QueryBuilder ) allows queries like select Person.Name from Person where Person.City in ( select City.oid from City where City.Size > 1000 ) with code like QueryBuilder mainQuery = new QueryBuilder(); mainQuery.select( PersonDO.Name ); QueryBuilder subQuery = new QueryBuilder(); subQuery.select( CityDO.PrimaryKey ); subQuery.addWhere( CityDO.Size, 1000, QueryBuilder.GREATER_THAN ); mainQuery.addWhereIn( PersonDO.City, subQuery );
addWhereIn(Object, Object[]) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
QueryBuilder.addWhereIn( Object, Object[] ) allows queries like select Person.Age from Person where Person.Name in ( "Bob", "Joe" ) with code like QueryBuilder qb = new QueryBuilder(); qb.select( PersonDO.Age ); String[] values = { "Bob", "Joe" }; qb.addWhereIn( PersonDO.Name, values ); or query select Person.Age from Person where "Tom" in ( Person.Surname, Person.Nick ) with code QueryBuilder qb = new QueryBuilder(); qb.select( PersonDO.Age ); RDBColumn[] values = { PersonDO.Surname, PersonDO.Nick }; qb.addWhereIn( "Tom", values );
addWhereIsNotNull(RDBColumn) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Add a where-clause that tests if a column is null.
addWhereIsNotNull(String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Deprecated. Use addWhereIsNotNull(RDBColumn column ) instead.
addWhereIsNull(RDBColumn) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Add a where-clause that tests if a column is null.
addWhereIsNull(String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Deprecated. Use addWhereIsNull(RDBColumn column ) instead.
addWhereLeftOuter(RDBColumn, RDBColumn) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Add a where-clause that imposes a LEFT OUTER JOIN to test if a column is equal to another column.
addWhereLower(RDBColumn, String, String) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Add a where-clause that compares a column against a String.
addWhereNotExists(QueryBuilder) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
QueryBuilder.addWhereNotExists( QueryBuilder )
addWhereNotIn(RDBColumn, QueryBuilder) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
QueryBuilder.addWhereNotIn( RDBColumn, QueryBuilder ) allows queries like select Person.Name from Person where Person.City not in ( select City.oid from City where City.Size > 1000 ) with code like QueryBuilder mainQuery = new QueryBuilder(); mainQuery.select( PersonDO.Name ); QueryBuilder subQuery = new QueryBuilder(); subQuery.select( CityDO.PrimaryKey ); subQuery.addWhere( CityDO.Size, 1000, QueryBuilder.GREATER_THAN ); mainQuery.addWhereNotIn( PersonDO.City, subQuery );
addWhereNotIn(Object, Object[]) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
QueryBuilder.addWhereNotIn( Object, Object[] ) see addWhereIn( Object val, Object[] values ) for example
addWhereOpenParen() - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Specify that the next conditional expression (where-clause) should be preceded by '('.
addWhereOr() - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Specify that the next conditional expression (where-clause) should be preceded by OR instead of AND.
addWhereRightOuter(RDBColumn, RDBColumn) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
Add a where-clause that imposes a RIGHT OUTER JOIN to test if a column is equal to another column.
adjustJavaType(String) - Static method in class org.enhydra.dods.xslt.XSLTUtil
Adjust java type, cut "root." if String type begins with it.
aggregateModifications - Variable in class com.lutris.appserver.server.sql.standard.StandardDBTransaction
 
allocate() - Method in class com.lutris.appserver.server.sql.datasource.DataSourceConnectionAllocator
Allocate new connection from pool.
allocate() - Method in class com.lutris.appserver.server.sql.datasource.SimpleDataSourceConnectionAllocator
If pool is used: Allocate a connection to a thread.
allocate() - Method in class com.lutris.appserver.server.sql.ExtendedDBConnection
Method called when this connection object is allocated from the connection allocator.
allocate() - Method in interface com.lutris.appserver.server.sql.ObjectIdAllocator
Allocate a new and unique object id.
allocate() - Method in class com.lutris.appserver.server.sql.standard.SimpleConnectionAllocator
Allocate a connection to a thread.
allocate() - Method in class com.lutris.appserver.server.sql.standard.StandardConnectionAllocator
Allocate new connection from pool.
allocate() - Method in class com.lutris.appserver.server.sql.standard.StandardObjectIdAllocator
Allocates a new object id.
allocate(String) - Method in class com.lutris.appserver.server.sql.standard.StandardObjectIdAllocator
Allocate a new and unique object id for given database table.
allocateConnection() - Method in class com.lutris.appserver.server.sql.standard.StandardLogicalDatabase
Return the connection allocator object associated with this logical database.
allocateConnection() - Method in class com.lutris.appserver.server.sql.standard.StandardObjectIdAllocator
 
allocateConnection(String) - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
Allocate a connection to a thread.
allocateConnection() - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
Allocate a connection to a thread.
allocateConnection() - Method in class org.enhydra.dods.jta.GeronimoJTAObjectIdAllocator
 
allocateConnection() - Method in class org.enhydra.dods.jta.JTAObjectIdAllocator
 
allocated - Variable in class com.lutris.appserver.server.sql.ExtendedDBConnection
 
allocatedCheck() - Method in class com.lutris.appserver.server.sql.ExtendedDBConnection
Check to see that this database connection has has been properly allocated before is is used.
allocateObjectId(String) - Method in class com.lutris.appserver.server.sql.ExtendedDBConnection
Allocates a new object id.
allocateObjectId() - Method in class com.lutris.appserver.server.sql.standard.StandardLogicalDatabase
Return an object id for this logical database.
allocateObjectId(String) - Method in class com.lutris.appserver.server.sql.standard.StandardLogicalDatabase
Return an object id for this logical database.
allocateObjectId(String) - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
Allocate an object id from the specified logical database.
allocateObjectId() - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
Allocate an object id from the specified logical database.
allocateObjectId(String, String) - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
Allocate an object id from the specified logical database, for given database table.
anyColumnSecure(boolean) - Method in class org.enhydra.dods.trans.Table
Set value if any table column secure based.
appClassLoader - Variable in class org.enhydra.dods.util.DODSMBeans
 
appConfig - Variable in class org.enhydra.dods.util.DODSMBeans
 
appendLine(String) - Method in class org.enhydra.dods.wizard.TraceDialog
Appends new line Trace Dialog.
applicationName - Variable in class org.enhydra.dods.util.DODSMBeans
 
applyParameters(PreparedStatement, int) - Method in class com.lutris.dods.builder.generator.query.QueryBuilder
 
appPrefix - Variable in class org.enhydra.dods.util.DODSMBeans
 
arrayDOName(String, String, String) - Static method in class org.enhydra.dods.xslt.DODSTag
Generate ARRAY_DO_NAME tag.
arrayQueryName(String, String, String, String) - Static method in class org.enhydra.dods.xslt.DODSTag
Generate ARRAY_QUERY_NAME tag.
assertDOCopyAccess(User) - Method in class org.webdocwf.dods.access.SecureDO
Ensure that the given user is allowed to copy the DO
assertDODeleteAccess(User) - Method in class org.webdocwf.dods.access.SecureDO
Ensure that the given user is allowed to delete the DO
assertDOGetAccess(User) - Method in class org.webdocwf.dods.access.SecureDO
Ensure that the given user is allowed to read the DO existance
assertDOGetDOValueAccess(String, SecureDO, User) - Method in class org.webdocwf.dods.access.SecureDO
Ensure that the given user is allowed to read the object in a given pointer
assertDOGetDOValueAccess(String, Object, User) - Method in class org.webdocwf.dods.access.SecureDO
Dummy method for generated datatypes WebDocWf extension
assertDOGetDOValueAccess(String, boolean, User) - Method in class org.webdocwf.dods.access.SecureDO
Dummy method for generated datatypes WebDocWf extension
assertDOGetDOValueAccess(String, byte, User) - Method in class org.webdocwf.dods.access.SecureDO
Dummy method for generated datatypes WebDocWf extension
assertDOGetDOValueAccess(String, short, User) - Method in class org.webdocwf.dods.access.SecureDO
Dummy method for generated datatypes WebDocWf extension
assertDOGetDOValueAccess(String, int, User) - Method in class org.webdocwf.dods.access.SecureDO
Dummy method for generated datatypes WebDocWf extension
assertDOGetDOValueAccess(String, long, User) - Method in class org.webdocwf.dods.access.SecureDO
Dummy method for generated datatypes WebDocWf extension
assertDOGetDOValueAccess(String, float, User) - Method in class org.webdocwf.dods.access.SecureDO
Dummy method for generated datatypes WebDocWf extension
assertDOGetDOValueAccess(String, double, User) - Method in class org.webdocwf.dods.access.SecureDO
Dummy method for generated datatypes WebDocWf extension
assertDOGetDOValueAccess(String, byte[], User) - Method in class org.webdocwf.dods.access.SecureDO
Dummy method for generated datatypes WebDocWf extension
assertDOGetVersionAccess(User) - Method in class org.webdocwf.dods.access.SecureDO
Ensure that the given user is allowed to access the version number
assertDOIsReadOnlyAccess(User) - Method in class org.webdocwf.dods.access.SecureDO
Ensure that the given user is allowed to read the readonly flag
assertDOMakeReadOnlyAccess(User) - Method in class org.webdocwf.dods.access.SecureDO
Ensure that the given user is allowed to set the object readonly
assertDOMakeReadWriteAccess(User) - Method in class org.webdocwf.dods.access.SecureDO
Ensure that the given user is allowed to set the object readwrite
AssertionDataObjectException - Exception in org.enhydra.dods.exceptions
AssertionDataObjectException handles exceptions occured while trying to assert data objects in the database.
AssertionDataObjectException(String) - Constructor for exception org.enhydra.dods.exceptions.AssertionDataObjectException
Constructs an exception without a specified cause.
AssertionDataObjectException(String, Throwable) - Constructor for exception org.enhydra.dods.exceptions.AssertionDataObjectException
Constructs an exception with an associated causing exception.
AsynchCacheInit - Class in org.enhydra.dods.cache
 
AsynchCacheInit(DatabaseManager) - Constructor for class org.enhydra.dods.cache.AsynchCacheInit
 
asynchInitCaches() - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
 
asynchInitCaches(int) - Method in class com.lutris.appserver.server.sql.StandardDatabaseManager
 
attribute(int) - Method in class org.enhydra.dods.trans.Referrer
Get referrer attribute with appropriate index.
attributeDoName(int) - Method in class org.enhydra.dods.trans.Referrer
Get referrer attribute DO name with appropriate index.
attributeName(int) - Method in class org.enhydra.dods.trans.Referrer
Get referrer attribute name with appropriate index.
attributeSecurity(int) - Method in class org.enhydra.dods.trans.Referrer
Get referrer generateSecure parameter with appropriate index.
attrName - Variable in exception org.webdocwf.dods.access.AccessException
 
author - Variable in class org.enhydra.dods.trans.Table
author
author() - Method in class org.enhydra.dods.trans.Table
Get author.
author(String) - Method in class org.enhydra.dods.trans.Table
Set author.
author - Variable in class org.enhydra.dods.trans.TransientXMLBuilderFactory
used author
averageQueryByOIdTime - Variable in class org.enhydra.dods.statistics.TableStatistics
Average time for executing queries by oid in milliseconds.
averageQueryTime - Variable in class org.enhydra.dods.statistics.TableStatistics
Average time for executing non-oid queries in milliseconds.

DODS 7.3 API
A B C D E F G H I J K L M N O P Q R S T U V W X _