|
|||||||||
| Home >> All >> org >> acs >> damsel >> srvr >> [ db overview ] | PREV NEXT | ||||||||
A
- AssetDB - class org.acs.damsel.srvr.db.AssetDB.
- Title: High-level database abstraction that deals with domain objects
- AssetDB() - Constructor for class org.acs.damsel.srvr.db.AssetDB
- addAsset(Asset, String) - Method in class org.acs.damsel.srvr.db.AssetDB
- A high level method for adding an asset to a given collection owned by a given user.
- addAssetToCollection(String, String) - Method in class org.acs.damsel.srvr.db.DBUtils
- Method to add indicated existing asset to indicated existing collection only if asset is not already in that collection
- addAssetToCollection(String, String) - Method in class org.acs.damsel.srvr.db.MidAssetDB
- This method adds a record to the AssetsCollectionsTable so that an asset that has previously been deleted is now restored and can be found using search and browse.
- addAssetToFavorites(Asset, User) - Method in class org.acs.damsel.srvr.db.AssetDB
- This method will take the specified asset and add it to the usersfavorites table in the database along with the username.
- addCollection(Collection) - Method in class org.acs.damsel.srvr.db.AssetDB
- This is a high level method that adds a given collection to the CollectionTable in the database.
- addGroup(Group) - Method in class org.acs.damsel.srvr.db.AssetDB
- A high level method used to add a Group to the database.
- addSchema(Schema) - Method in class org.acs.damsel.srvr.db.AssetDB
- A high level method for adding a Schema to both the SchemaTable and the SchemasTagTable in the database.
- addSchemaTag(MetaDataTag, String) - Method in class org.acs.damsel.srvr.db.AssetDB
- This method adds a metaDataTag of name tag to the SchemasTagsTable, to the schema schemaName.
- addSlideShow(String, String, String, String) - Method in class org.acs.damsel.srvr.db.AssetDB
- This method adds the specified slideShowName, delay, owner and permissionID to the slideshowtable in the database
- addSlideShowAsset(String, String, String) - Method in class org.acs.damsel.srvr.db.AssetDB
- This method adds the specified slideShowName and asset to the slideshowtagstable
- addSlideShowTag(String, String, String) - Method in class org.acs.damsel.srvr.db.AssetDB
- This method adds the specified slideShowName and metadatatag to the slideshowtagstable
- addUser(User) - Method in class org.acs.damsel.srvr.db.AssetDB
- A high level method used to add a User to the database.
- addUserToGroup(String, String) - Method in class org.acs.damsel.srvr.db.AssetDB
- A high level method to add a User to a Group.
- advancedQuery(AdvancedSearchParams) - Method in class org.acs.damsel.srvr.db.MidAssetDB
- Method constructs and exectutes a search query for advanced search based on the contents of the AdvancedSearchParams object passed in.
- advancedSearch(AdvancedSearchParams) - Method in class org.acs.damsel.srvr.db.DBUtils
- This is a method that assists the SearchMgr by accessing the database and performing an advanced search given parameters from an AdvancedSearch params object.
- andQuery(Vector, Vector, Vector, Vector) - Method in class org.acs.damsel.srvr.db.MidAssetDB
- A wrapper around the generic query method that performs a general query with the WHERE statements connected with ANDs.
- assetDB - Variable in class org.acs.damsel.srvr.db.TestAssetDB
B
- browseDB(String, String, String) - Method in class org.acs.damsel.srvr.db.DBUtils
- This method browses through the the current collection view and returns all assets begin with the browseChar and whose tag mathces the tag.
- browseQuery(String, String, String) - Method in class org.acs.damsel.srvr.db.MidAssetDB
- browseQuery This method is specifically designed to accomodate the browseByKeyField method.
C
- canDoHighPerm(String, String) - Method in class org.acs.damsel.srvr.db.DBUtils
- Checks if a specified user is allowed to do a specified action.
- canDoLowPerm(String, String, String, String, String) - Method in class org.acs.damsel.srvr.db.DBUtils
- A high-level method that determines if a user has a certain low level permission.
- clearVectors(Vector, Vector, Vector, Vector) - Method in class org.acs.damsel.srvr.db.DBUtils
- con - Variable in class org.acs.damsel.srvr.db.LowAssetDB
D
- DBUtils - class org.acs.damsel.srvr.db.DBUtils.
- Title: Database utility method package
- DBUtils() - Constructor for class org.acs.damsel.srvr.db.DBUtils
- Constructor for DBUtils
- dBUtils - Variable in class org.acs.damsel.srvr.db.TestDBUtils
- decode(Vector) - Static method in class org.acs.damsel.srvr.db.DBUtils
- Searches a Vector of Strings and decodes two single quotes as one single quote.
- delete(String, Vector, Vector) - Method in class org.acs.damsel.srvr.db.MidAssetDB
- A middle tier method for performing generic deletes.
- deleteAsset(Asset) - Method in class org.acs.damsel.srvr.db.AssetDB
- A high level method for deleting an Asset from the database.
- deleteCollection(Collection) - Method in class org.acs.damsel.srvr.db.AssetDB
- Deletes the specified collection from the database.
- deleteCollection(String) - Method in class org.acs.damsel.srvr.db.AssetDB
- Deletes the specified collection from the database
- deleteGroup(String) - Method in class org.acs.damsel.srvr.db.AssetDB
- A high level method used to delete a Group from the database.
- deleteMultipleUsersFromGroup(String) - Method in class org.acs.damsel.srvr.db.AssetDB
- Deletes all users in the specified group from the users groups table
- deleteSchema(Schema) - Method in class org.acs.damsel.srvr.db.AssetDB
- A high level method for deleting a Schema from the database.
- deleteSchemaTag(MetaDataTag, String) - Method in class org.acs.damsel.srvr.db.AssetDB
- This method deletes the specified MetaDataTag in specified schema
- deleteUser(User) - Method in class org.acs.damsel.srvr.db.AssetDB
- A high level method used to delete a User from the database.
- deleteUser(String) - Method in class org.acs.damsel.srvr.db.AssetDB
- A high level method used to delete a User from the database.
E
- encode(Vector) - Static method in class org.acs.damsel.srvr.db.DBUtils
- Searches a Vector of Strings and encodes single quotes as two single quotes.
- encode(String) - Static method in class org.acs.damsel.srvr.db.DBUtils
- Searches a String and encodes single quotes as two single quotes.
- executeQuery(String) - Method in class org.acs.damsel.srvr.db.LowAssetDB
- Executes a SQL query (i.e., a SELECT statement) and returns a Vector of Vectors containing the result table.
- executeStatement(String) - Method in class org.acs.damsel.srvr.db.LowAssetDB
- A generic statement execution method.
F
- findOrphanedAssets() - Method in class org.acs.damsel.srvr.db.MidAssetDB
- This method finds all assets that have been removed from every collection and so they do not have a collection home thus become orphaned
G
- getAllAssets() - Method in class org.acs.damsel.srvr.db.AssetDB
- Constructs a SQL query for all assets and returns the result.
- getAllAssetsFromCollection(String) - Method in class org.acs.damsel.srvr.db.AssetDB
- A high level method for getting a CollectionView containing only the assets that belong to the specified Collection.
- getAllAssetsFromCollectionInTable(String) - Method in class org.acs.damsel.srvr.db.AssetDB
- getAllMetadataTags() - Method in class org.acs.damsel.srvr.db.AssetDB
- Obtain all the metadata tags used in the schematagstable
- getAsset(String) - Method in class org.acs.damsel.srvr.db.AssetDB
- A high level method for returning an asset by specifying its FileName attribute, which is the primary key for Assets in the database.
- getAssetFromCollection(String, String) - Method in class org.acs.damsel.srvr.db.AssetDB
- A high level method for getting an Asset containing only the metadata required by a particular collection that the Asset belongs to.
- getCol(int) - Method in class org.acs.damsel.srvr.db.Table
- Method returns vector of the specified column number
- getCol(String) - Method in class org.acs.damsel.srvr.db.Table
- Method returns vector of specified column name.
- getColCount() - Method in class org.acs.damsel.srvr.db.Table
- Method returns the number of column in the table.
- getCollection(String) - Method in class org.acs.damsel.srvr.db.AssetDB
- Creates a NEW Collection with the specified name and populates its instance variables based on information found in the database
- getCollectionNames() - Method in class org.acs.damsel.srvr.db.AssetDB
- Returns a vector of Strings containing the names of all of the Collections stored in the database.
- getCollectionTable() - Method in class org.acs.damsel.srvr.db.AssetDB
- getCollectionsWithSchema(String) - Method in class org.acs.damsel.srvr.db.AssetDB
- This method returns a vector of strings containing names of all of the collections associated with the schema of schemaName.
- getEditableCollections(User) - Method in class org.acs.damsel.srvr.db.DBUtils
- This method returns a vector of collectionNames (Strings) editable by the specified user.
- getEditableSchemas(User) - Method in class org.acs.damsel.srvr.db.DBUtils
- This method returns a vector of strings containing all of the schema names that can be edited by user.
- getFileNameFieldIndex(Vector) - Method in class org.acs.damsel.srvr.db.AssetDB
- getGroup(String) - Method in class org.acs.damsel.srvr.db.AssetDB
- This method will take in the groupName as a String and pull from the database the information associated with that groupName.
- getGroupNames() - Method in class org.acs.damsel.srvr.db.AssetDB
- This method returns a vector of strings containing all of the groups in the GroupsTable.
- getGroupPermissions(String) - Method in class org.acs.damsel.srvr.db.AssetDB
- This method takes in a group name and returns a vector of strings which holds all the permissions for that group.
- getMetaData() - Method in class org.acs.damsel.srvr.db.Table
- getMetaDataElement(int) - Method in class org.acs.damsel.srvr.db.Table
- Returns the specified element from the metaData list (i.e., the list of column names).
- getNumberOfCollectionsInDB() - Method in class org.acs.damsel.srvr.db.AssetDB
- Determines the number of collections in the Database
- getOrphanedAssets() - Method in class org.acs.damsel.srvr.db.DBUtils
- This method returns all of the orphans in the assets Table
- getPermissions(String) - Method in class org.acs.damsel.srvr.db.DBUtils
- This method returns the permissionID associated with a set of permissions of the form "rwdrwdrwd" where the first set of "rwd" applies to the owner, the second set applies to the group, and the third set applies to others.
- getPermissions(int) - Method in class org.acs.damsel.srvr.db.DBUtils
- This method will take in an integer representing the permissionID of a group of permissions as stored in the database.
- getPermissionsList() - Method in class org.acs.damsel.srvr.db.DBUtils
- This method returns all of the permissions that the person can do.
- getRepositoryList() - Method in class org.acs.damsel.srvr.db.AssetDB
- Returns a list of the repositories in the database
- getResults() - Method in class org.acs.damsel.srvr.db.Table
- getResultsElement(int, int) - Method in class org.acs.damsel.srvr.db.Table
- Returns a specific element from the result set given row and column indices.
- getRow(int) - Method in class org.acs.damsel.srvr.db.Table
- Method returns a vector of the specified row number
- getRowCount() - Method in class org.acs.damsel.srvr.db.Table
- Method returns the number of rows in the table.
- getSchema(String) - Method in class org.acs.damsel.srvr.db.AssetDB
- A high level method for getting a Schema from the database.
- getSchemaNames() - Method in class org.acs.damsel.srvr.db.AssetDB
- This method returns a vector of strings containing all of the schemas in the SchemaTagsTable.
- getSchemaOfCollection(String) - Method in class org.acs.damsel.srvr.db.AssetDB
- A high level method that returns the schema associated with the collection of the given name.
- getSizeMetaData() - Method in class org.acs.damsel.srvr.db.Table
- Method returns the size of the vector containing the metadata elements stored in the table.
- getSlideShow(String, String) - Method in class org.acs.damsel.srvr.db.AssetDB
- This method will take in a slideShowName and fetch a slideShow from the database matching slideShowName.
- getSlideShowAssetFileNames(String) - Method in class org.acs.damsel.srvr.db.AssetDB
- This method returns a vector of strings containing all of the names of the assets in the specified slideshow
- getSlideShowNames(User) - Method in class org.acs.damsel.srvr.db.AssetDB
- This method returns a vector of strings containing all of the slide shows in the SlideShowTable for the specified User.
- getUser(String, String) - Method in class org.acs.damsel.srvr.db.AssetDB
- A high level method for getting a user by specifying the userName and password.
- getUserFromName(String) - Method in class org.acs.damsel.srvr.db.AssetDB
- A high level method for getting a user by specifying the userName.
- getUserTable() - Method in class org.acs.damsel.srvr.db.AssetDB
- getUsersCollections(User) - Method in class org.acs.damsel.srvr.db.DBUtils
- This method returns a vector of strings containing all of the names of the collections that the user can view.
- getUsersFavorites(User) - Method in class org.acs.damsel.srvr.db.DBUtils
- This method will take in a user object and return the associated assets stored in the usersfavorites table in the database as a CollectionView.
- getUsersGroups(String) - Method in class org.acs.damsel.srvr.db.AssetDB
- This method takes in a username and returns all the groups that user is a part of in a Vector.
- getUsersInGroup(String) - Method in class org.acs.damsel.srvr.db.AssetDB
- getViewableCollections(User) - Method in class org.acs.damsel.srvr.db.DBUtils
- This method returns a vector of collection that the user has rights to view.
H
- hash(String) - Method in class org.acs.damsel.srvr.db.DBUtils
- Calculates the SHA-1 hash of the input string and returns the hash as a string of hexadecimal numbers representing the bytes of the hash.
I
- insert(String, Vector, Vector) - Method in class org.acs.damsel.srvr.db.MidAssetDB
- A middle tier method for peforming generic inserts.
- instance - Static variable in class org.acs.damsel.srvr.db.AssetDB
- instance() - Static method in class org.acs.damsel.srvr.db.AssetDB
- This is to be used instead of the construction because it is a sigleton class.
- instance - Static variable in class org.acs.damsel.srvr.db.DBUtils
- instance() - Static method in class org.acs.damsel.srvr.db.DBUtils
- This is to be used instead of the construction because it is a sigleton class.
- instance - Static variable in class org.acs.damsel.srvr.db.LowAssetDB
- instance - Static variable in class org.acs.damsel.srvr.db.MidAssetDB
- instance() - Static method in class org.acs.damsel.srvr.db.MidAssetDB
- The instance() method is used instead of a constructor to get a handle on the MidAssetDB object.
- isAssetInCollection(String, String) - Method in class org.acs.damsel.srvr.db.AssetDB
- Checks if the specified collection contains the specified asset
- isAssetInDB(Asset) - Method in class org.acs.damsel.srvr.db.AssetDB
- A high level method that indicates whether a given Asset exists in the database or not.
- isAssetInFavorites(Asset, User) - Method in class org.acs.damsel.srvr.db.AssetDB
- This method will look at the database and find out if the asset is in the myFavorites of the specified user.
- isCollectionInDB(Collection) - Method in class org.acs.damsel.srvr.db.AssetDB
- Checks if the specified collection is in the database
- isCollectionPrivate(String) - Method in class org.acs.damsel.srvr.db.DBUtils
- This method determines of the specified collection is private.
- isEmpty() - Method in class org.acs.damsel.srvr.db.Table
- Method returns true if the table does not contain any elements, false otherwise.
- isGroupInDB(Group) - Method in class org.acs.damsel.srvr.db.AssetDB
- Checks if the specified group is in the database
- isInResults(String, String) - Method in class org.acs.damsel.srvr.db.Table
- The method isInResults takes in the name of a tag and an item to search for and returns true if the item is under that tag or false otherwise.
- isSchemaInDB(Schema) - Method in class org.acs.damsel.srvr.db.AssetDB
- Determine if the specified schema is in the database
- isSchemaTagInTable(MetaDataTag, String) - Method in class org.acs.damsel.srvr.db.AssetDB
- This method checks if a given tag is found in the SchemasTagsTable.
- isSlideShowAssetInDB(String, String, String) - Method in class org.acs.damsel.srvr.db.AssetDB
- This method will look at the database and find out if an entry with the specified slide show and asset exists
- isSlideShowInDB(String, String) - Method in class org.acs.damsel.srvr.db.AssetDB
- This method will look at the database and find out if the specified slide show with the specified user is in the slideshow table.
- isSlideShowTagInDB(String, String, String) - Method in class org.acs.damsel.srvr.db.AssetDB
- This method will look at the database and find out if an entry with the specified slide show and tag exists
- isUserInDB(User) - Method in class org.acs.damsel.srvr.db.AssetDB
- Checks if the specified user is in the database
- isUserInGroup(String, String) - Method in class org.acs.damsel.srvr.db.DBUtils
- This method takes in the name of a user and a group and checks if the user is in the group in the database.
L
- LowAssetDB - class org.acs.damsel.srvr.db.LowAssetDB.
- Title: Low-level database access via JDBC
- LowAssetDB() - Constructor for class org.acs.damsel.srvr.db.LowAssetDB
- log - Static variable in class org.acs.damsel.srvr.db.AssetDB
- log - Static variable in class org.acs.damsel.srvr.db.DBUtils
- log - Static variable in class org.acs.damsel.srvr.db.LowAssetDB
- log - Static variable in class org.acs.damsel.srvr.db.MidAssetDB
- log - Static variable in class org.acs.damsel.srvr.db.TestAssetDB
- log - Static variable in class org.acs.damsel.srvr.db.TestDBUtils
- lowAssetDB - Variable in class org.acs.damsel.srvr.db.MidAssetDB
- lowAssetDB - Variable in class org.acs.damsel.srvr.db.TestLowAssetDB
M
- MidAssetDB - class org.acs.damsel.srvr.db.MidAssetDB.
- Title: Mid-level SQL query and statement generation
- MidAssetDB() - Constructor for class org.acs.damsel.srvr.db.MidAssetDB
- metaData - Variable in class org.acs.damsel.srvr.db.Table
- midAssetDB - Variable in class org.acs.damsel.srvr.db.AssetDB
- midAssetDB - Variable in class org.acs.damsel.srvr.db.DBUtils
- midAssetDB - Variable in class org.acs.damsel.srvr.db.TestMidAssetDB
O
- orQuery(Vector, Vector, Vector, Vector) - Method in class org.acs.damsel.srvr.db.MidAssetDB
- A wrapper around the generic query method that performs a general query with the WHERE statements connected with ORs.
- orderBy(String) - Method in class org.acs.damsel.srvr.db.Table
- Orders this table by the specified tagName
- org.acs.damsel.srvr.db - package org.acs.damsel.srvr.db
P
- printTable(Vector) - Method in class org.acs.damsel.srvr.db.TestAssetDB
Q
- query(Vector, Vector, Vector, Vector, boolean) - Method in class org.acs.damsel.srvr.db.MidAssetDB
R
- removeAssetFromAllCollections(Asset) - Method in class org.acs.damsel.srvr.db.AssetDB
- This method removes the Asset from the AssetsCollectionsTable and, thus, any reference to it by any collection.
- removeAssetFromCollection(Asset, String) - Method in class org.acs.damsel.srvr.db.AssetDB
- Remove the specified asset from the collection.
- removeAssetFromFavorites(Asset, User) - Method in class org.acs.damsel.srvr.db.AssetDB
- This method will remove the specified asset belonging to the specified user from the userscollections table in the database.
- removeSlideShowAssetFromDB(String, String, String) - Method in class org.acs.damsel.srvr.db.AssetDB
- This method will remove the specified slideShow with the specified asset from the slideShowassets table in the database.
- removeSlideShowFromDB(String, String) - Method in class org.acs.damsel.srvr.db.AssetDB
- This method will remove the specified slideShow belonging to the specified owner from the slideShow table in the database.
- removeSlideShowTagFromDB(String, String, String) - Method in class org.acs.damsel.srvr.db.AssetDB
- This method will remove the specified slideShow with the specified tag from the slideShowtags table in the database.
- reopenConnection() - Method in class org.acs.damsel.srvr.db.LowAssetDB
- Creates a null SQL statement and attempts to execute it.
- results - Variable in class org.acs.damsel.srvr.db.Table
S
- selectSort(int) - Method in class org.acs.damsel.srvr.db.Table
- setMetaData(Vector) - Method in class org.acs.damsel.srvr.db.Table
- setResults(Vector) - Method in class org.acs.damsel.srvr.db.Table
- setSchemaOfCollection(Collection, Schema) - Method in class org.acs.damsel.srvr.db.AssetDB
- Sets the specified collection's schema to the specified schema.
- setUp() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- setUp() - Method in class org.acs.damsel.srvr.db.TestDBUtils
- setUp() - Method in class org.acs.damsel.srvr.db.TestLowAssetDB
- setUp() - Method in class org.acs.damsel.srvr.db.TestMidAssetDB
- setUp() - Method in class org.acs.damsel.srvr.db.TestTable
- simpleSearch(String, String, String) - Method in class org.acs.damsel.srvr.db.DBUtils
- Constructs a SQL query for the given keyword and returns the result.
- simpleSearchQuery(String, String, String) - Method in class org.acs.damsel.srvr.db.MidAssetDB
- A method for performing a simple search.
- sizeDB() - Method in class org.acs.damsel.srvr.db.AssetDB
- Returns the total number of assets in the Database
T
- Table - class org.acs.damsel.srvr.db.Table.
- Title: Abstracts SQL query result tables
- Table() - Constructor for class org.acs.damsel.srvr.db.Table
- TagNameNotFoundException - exception org.acs.damsel.srvr.db.TagNameNotFoundException.
- Title: TagNameNotFoundException
- TagNameNotFoundException(String) - Constructor for class org.acs.damsel.srvr.db.TagNameNotFoundException
- TestAssetDB - class org.acs.damsel.srvr.db.TestAssetDB.
- TestAssetDB(String) - Constructor for class org.acs.damsel.srvr.db.TestAssetDB
- TestDBUtils - class org.acs.damsel.srvr.db.TestDBUtils.
- TestDBUtils(String) - Constructor for class org.acs.damsel.srvr.db.TestDBUtils
- TestLowAssetDB - class org.acs.damsel.srvr.db.TestLowAssetDB.
- TestLowAssetDB() - Constructor for class org.acs.damsel.srvr.db.TestLowAssetDB
- TestMidAssetDB - class org.acs.damsel.srvr.db.TestMidAssetDB.
- TestMidAssetDB() - Constructor for class org.acs.damsel.srvr.db.TestMidAssetDB
- TestTable - class org.acs.damsel.srvr.db.TestTable.
- TestTable() - Constructor for class org.acs.damsel.srvr.db.TestTable
- table - Variable in class org.acs.damsel.srvr.db.TestTable
- tearDown() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- tearDown() - Method in class org.acs.damsel.srvr.db.TestDBUtils
- tearDown() - Method in class org.acs.damsel.srvr.db.TestLowAssetDB
- tearDown() - Method in class org.acs.damsel.srvr.db.TestMidAssetDB
- tearDown() - Method in class org.acs.damsel.srvr.db.TestTable
- testAddAndDeleteUserToGroup() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testAddAsset() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testAddAssetToFavorites() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testAddCollection() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testAddGroup() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testAddSchema() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testAddSchemaTag() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testAddSlideShow() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testAddSlideShowAsset() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testAddSlideShowTag() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testAddUser() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testAddUserToGroup() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testAdvancedQuery() - Method in class org.acs.damsel.srvr.db.TestMidAssetDB
- testAdvancedSearch() - Method in class org.acs.damsel.srvr.db.TestDBUtils
- testBrowseDB() - Method in class org.acs.damsel.srvr.db.TestDBUtils
- testBrowseQuery() - Method in class org.acs.damsel.srvr.db.TestMidAssetDB
- testCanDoHighPerm() - Method in class org.acs.damsel.srvr.db.TestDBUtils
- testCanDoLowPerm() - Method in class org.acs.damsel.srvr.db.TestDBUtils
- testCollectionSize() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testConstructor() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testDecode() - Method in class org.acs.damsel.srvr.db.TestDBUtils
- testDelete() - Method in class org.acs.damsel.srvr.db.TestMidAssetDB
- testDeleteAsset() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testDeleteCollection() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testDeleteGroup() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testDeleteSchema() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testDeleteSchemaTag() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testDeleteUser() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testEncode() - Method in class org.acs.damsel.srvr.db.TestDBUtils
- testGenericQuery() - Method in class org.acs.damsel.srvr.db.TestLowAssetDB
- testGetAllAssets() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testGetAllAssetsFromCollection() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testGetAsset() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testGetAssetFromCollection() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testGetCol() - Method in class org.acs.damsel.srvr.db.TestTable
- testGetCollection() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testGetCollectionNames() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testGetCollectionsWithSchema() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testGetEditableCollections() - Method in class org.acs.damsel.srvr.db.TestDBUtils
- testGetEditableSchemas() - Method in class org.acs.damsel.srvr.db.TestDBUtils
- testGetGroupNames() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testGetNumberOfCollectionsInDB() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testGetPermissionID() - Method in class org.acs.damsel.srvr.db.TestDBUtils
- testGetPermissionsList() - Method in class org.acs.damsel.srvr.db.TestDBUtils
- testGetPermissionsString() - Method in class org.acs.damsel.srvr.db.TestDBUtils
- testGetRow() - Method in class org.acs.damsel.srvr.db.TestTable
- testGetSchema() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testGetSchemaNames() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testGetSchemaOfCollection() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testGetSlideShow() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testGetUser() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testGetUsersCollections() - Method in class org.acs.damsel.srvr.db.TestDBUtils
- testGetUsersFavorites() - Method in class org.acs.damsel.srvr.db.TestDBUtils
- testGetUsersInGroup() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testInsert() - Method in class org.acs.damsel.srvr.db.TestMidAssetDB
- testIsAssetInCollection() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testIsAssetInDB() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testIsAssetInFavorites() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testIsCollectionInDB() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testIsCollectionPrivate() - Method in class org.acs.damsel.srvr.db.TestDBUtils
- testIsGroupInDB() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testIsInResults() - Method in class org.acs.damsel.srvr.db.TestTable
- testIsSchemaInDB() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testIsSchemaTagInTable() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testIsSlideShowAssetInDB() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testIsSlideShowInDB() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testIsSlideShowTagInDB() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testIsUserInDB() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testOrderBy() - Method in class org.acs.damsel.srvr.db.TestTable
- testRemoveAssetFromAllCollections() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testRemoveAssetFromCollection() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testRemoveAssetFromFavorites() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testRemoveSlideShowAssetFromDB() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testRemoveSlideShowFromDB() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testRemoveSlideShowTagFromDB() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testSetSchemaOfCollection() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testSimpleSearch() - Method in class org.acs.damsel.srvr.db.TestDBUtils
- testSizeDB() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testTable() - Method in class org.acs.damsel.srvr.db.TestTable
- testUpdate() - Method in class org.acs.damsel.srvr.db.TestMidAssetDB
- testUpdateSchema() - Method in class org.acs.damsel.srvr.db.TestAssetDB
- testUpdateUser() - Method in class org.acs.damsel.srvr.db.TestAssetDB
U
- update(String, Vector, Vector, Vector, Vector) - Method in class org.acs.damsel.srvr.db.MidAssetDB
- A generic method for constructing SQL UPDATE statements.
- updateAsset(Asset) - Method in class org.acs.damsel.srvr.db.AssetDB
- updateAsset works by first deleting the asset from the AssetTable and its metadata from the AssetMetaData table, and then re-adding the asset to both of those tables.
- updateCollection(Collection) - Method in class org.acs.damsel.srvr.db.AssetDB
- Updates the CollectionTable to use the information contained in the given Collection object.
- updateSchema(Schema) - Method in class org.acs.damsel.srvr.db.AssetDB
- This method updates schema s in the SchemaTable.
- updateUser(User) - Method in class org.acs.damsel.srvr.db.AssetDB
- Updates the UsersTable to use the information contained in the given User object.
A B C D E F G H I L M O P Q R S T U
|
|||||||||
| Home >> All >> org >> acs >> damsel >> srvr >> [ db overview ] | PREV NEXT | ||||||||