public interface CommunityDAO extends DSpaceObjectLegacySupportDAO<Community>
| Modifier and Type | Method and Description |
|---|---|
int |
countRows(Context context) |
List<Community> |
findAll(Context context,
MetadataField sortField) |
List<Community> |
findAll(Context context,
MetadataField sortField,
Integer limit,
Integer offset) |
List<Community> |
findAllNoParent(Context context,
MetadataField sortField) |
List<Community> |
findAuthorized(Context context,
EPerson ePerson,
List<Integer> actions) |
List<Community> |
findAuthorizedByGroup(Context context,
EPerson currentUser,
List<Integer> actions) |
Community |
findByAdminGroup(Context context,
Group group) |
findByLegacyIdcreate, delete, findAll, findByID, findByID, findMany, findUnique, saveList<Community> findAll(Context context, MetadataField sortField) throws SQLException
SQLExceptionList<Community> findAll(Context context, MetadataField sortField, Integer limit, Integer offset) throws SQLException
SQLExceptionCommunity findByAdminGroup(Context context, Group group) throws SQLException
SQLExceptionList<Community> findAllNoParent(Context context, MetadataField sortField) throws SQLException
SQLExceptionList<Community> findAuthorized(Context context, EPerson ePerson, List<Integer> actions) throws SQLException
SQLExceptionList<Community> findAuthorizedByGroup(Context context, EPerson currentUser, List<Integer> actions) throws SQLException
SQLExceptionint countRows(Context context) throws SQLException
SQLExceptionCopyright © 2016 DuraSpace. All rights reserved.