|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DocumentCollectionImpl | |
org.outerj.daisy.repository.commonimpl |
Uses of DocumentCollectionImpl in org.outerj.daisy.repository.commonimpl |
Methods in org.outerj.daisy.repository.commonimpl that return DocumentCollectionImpl | |
DocumentCollectionImpl |
CollectionStrategy.loadCollection(long collectionId,
AuthenticatedUser user)
Loads a DocumentCollection for a specified documentcollectionid. |
DocumentCollectionImpl |
CollectionStrategy.loadCollectionByName(java.lang.String name,
AuthenticatedUser user)
|
DocumentCollectionImpl |
CollectionCache.getCollection(long id)
|
DocumentCollectionImpl |
CollectionCache.getCollectionByName(java.lang.String name)
|
DocumentCollectionImpl[] |
DocumentVariantImpl.IntimateAccess.getDocumentCollectionImpls()
|
DocumentCollectionImpl |
CommonCollectionManager.getCollection(long collectionId,
boolean updateable,
AuthenticatedUser user)
|
DocumentCollectionImpl |
CommonCollectionManager.getCollectionByName(java.lang.String name,
boolean updateable,
AuthenticatedUser user)
|
Methods in org.outerj.daisy.repository.commonimpl with parameters of type DocumentCollectionImpl | |
void |
CollectionStrategy.store(DocumentCollectionImpl collection)
Stores a collection. |
void |
DocumentVariantImpl.IntimateAccess.addCollection(DocumentCollectionImpl collection)
Adds the specified collection. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |