public interface WorkspaceItemDAO extends GenericDAO<WorkspaceItem>
| Modifier and Type | Method and Description |
|---|---|
int |
countRows(Context context) |
List<WorkspaceItem> |
findAll(Context context) |
List<WorkspaceItem> |
findByCollection(Context context,
Collection c) |
List<WorkspaceItem> |
findByEPerson(Context context,
EPerson ep) |
WorkspaceItem |
findByItem(Context context,
Item i) |
List<WorkspaceItem> |
findBySupervisedGroupMember(Context context,
EPerson ePerson) |
List<WorkspaceItem> |
findWithSupervisedGroup(Context context) |
List<Map.Entry<Integer,Long>> |
getStageReachedCounts(Context context) |
create, delete, findAll, findByID, findByID, findMany, findUnique, saveList<WorkspaceItem> findByEPerson(Context context, EPerson ep) throws SQLException
SQLExceptionList<WorkspaceItem> findByCollection(Context context, Collection c) throws SQLException
SQLExceptionWorkspaceItem findByItem(Context context, Item i) throws SQLException
SQLExceptionList<WorkspaceItem> findAll(Context context) throws SQLException
SQLExceptionList<WorkspaceItem> findWithSupervisedGroup(Context context) throws SQLException
SQLExceptionList<WorkspaceItem> findBySupervisedGroupMember(Context context, EPerson ePerson) throws SQLException
SQLExceptionint countRows(Context context) throws SQLException
SQLExceptionList<Map.Entry<Integer,Long>> getStageReachedCounts(Context context) throws SQLException
SQLExceptionCopyright © 2017 DuraSpace. All rights reserved.