Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.acs.damsel.srvr.collection.CollectionMgrException

Uses of CollectionMgrException in org.acs.damsel.srvr.collection
 

Methods in org.acs.damsel.srvr.collection that throw CollectionMgrException
 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