|
|||||||||
| Home >> All >> org >> acs >> damsel >> srvr >> [ collection overview ] | PREV NEXT | ||||||||
Uses of Class
org.acs.damsel.srvr.collection.Collection
| Uses of Collection in org.acs.damsel.srvr.collection |
| Fields in org.acs.damsel.srvr.collection declared as Collection | |
private Collection |
TestCollection.collection
|
| Methods in org.acs.damsel.srvr.collection that return Collection | |
Collection |
CollectionMgr.getCollection(java.lang.String collectionName)
Builds a Collection by populating all the Collection information from the database and returns the Collection. |
| Methods in org.acs.damsel.srvr.collection with parameters of type Collection | |
boolean |
CollectionMgr.isInRepository(Collection c)
Checks for the presence of a collection in the repository. |
void |
CollectionMgr.addCollection(Collection collection)
Adds the specified collection information to the database Note!! This method does not add all the assets associated with the specified collection, it simply updates the CollectionTable to include all its information |
void |
CollectionMgr.removeCollection(Collection collection)
Removes the specified collection information from the database's CollectionTable Note!! This method does not remove all the assets associated with the specified collection, it simply updates the CollectionTable to not include all its information |
int |
CollectionMgr.updateCollection(Collection c)
|
|
|||||||||
| Home >> All >> org >> acs >> damsel >> srvr >> [ collection overview ] | PREV NEXT | ||||||||