public interface CollectionDAO extends DSpaceObjectLegacySupportDAO<Collection>
| Modifier and Type | Method and Description |
|---|---|
int |
countRows(Context context) |
List<Collection> |
findAll(Context context,
MetadataField order) |
List<Collection> |
findAll(Context context,
MetadataField order,
Integer limit,
Integer offset) |
List<Collection> |
findAuthorized(Context context,
EPerson ePerson,
List<Integer> actions) |
List<Collection> |
findAuthorizedByGroup(Context context,
EPerson ePerson,
List<Integer> actions) |
Collection |
findByGroup(Context context,
Group group) |
Collection |
findByTemplateItem(Context context,
Item item) |
List<Collection> |
findCollectionsWithSubscribers(Context context) |
List<Map.Entry<Collection,Long>> |
getCollectionsWithBitstreamSizesTotal(Context context) |
findByLegacyIdcreate, delete, findAll, findByID, findByID, findMany, findUnique, saveList<Collection> findAll(Context context, MetadataField order) throws SQLException
SQLExceptionList<Collection> findAll(Context context, MetadataField order, Integer limit, Integer offset) throws SQLException
SQLExceptionCollection findByTemplateItem(Context context, Item item) throws SQLException
SQLExceptionCollection findByGroup(Context context, Group group) throws SQLException
SQLExceptionList<Collection> findAuthorized(Context context, EPerson ePerson, List<Integer> actions) throws SQLException
SQLExceptionList<Collection> findAuthorizedByGroup(Context context, EPerson ePerson, List<Integer> actions) throws SQLException
SQLExceptionList<Collection> findCollectionsWithSubscribers(Context context) throws SQLException
SQLExceptionint countRows(Context context) throws SQLException
SQLExceptionList<Map.Entry<Collection,Long>> getCollectionsWithBitstreamSizesTotal(Context context) throws SQLException
SQLExceptionCopyright © 2017 DuraSpace. All rights reserved.