public class WorkspaceItemDAOImpl extends AbstractHibernateDAO<WorkspaceItem> implements WorkspaceItemDAO
| Modifier | Constructor and Description |
|---|---|
protected |
WorkspaceItemDAOImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
countRows(Context context) |
int |
countRows(Context context,
EPerson ep) |
List<WorkspaceItem> |
findAll(Context context) |
List<WorkspaceItem> |
findAll(Context context,
Integer limit,
Integer offset) |
List<WorkspaceItem> |
findByCollection(Context context,
Collection c) |
List<WorkspaceItem> |
findByEPerson(Context context,
EPerson ep) |
List<WorkspaceItem> |
findByEPerson(Context context,
EPerson ep,
Integer limit,
Integer offset) |
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) |
count, count, countLong, create, createQuery, delete, executeCriteriaQuery, findAll, findByID, findByID, findByX, findMany, findMany, findUnique, getCriteriaBuilder, getCriteriaQuery, getHibernateSession, iterate, list, list, list, save, singleResult, singleResult, uniqueResult, uniqueResultclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, delete, findAll, findByID, findByID, findMany, findUnique, savepublic List<WorkspaceItem> findByEPerson(Context context, EPerson ep) throws SQLException
findByEPerson in interface WorkspaceItemDAOSQLExceptionpublic List<WorkspaceItem> findByEPerson(Context context, EPerson ep, Integer limit, Integer offset) throws SQLException
findByEPerson in interface WorkspaceItemDAOSQLExceptionpublic List<WorkspaceItem> findByCollection(Context context, Collection c) throws SQLException
findByCollection in interface WorkspaceItemDAOSQLExceptionpublic WorkspaceItem findByItem(Context context, Item i) throws SQLException
findByItem in interface WorkspaceItemDAOSQLExceptionpublic List<WorkspaceItem> findAll(Context context) throws SQLException
findAll in interface WorkspaceItemDAOSQLExceptionpublic List<WorkspaceItem> findAll(Context context, Integer limit, Integer offset) throws SQLException
findAll in interface WorkspaceItemDAOSQLExceptionpublic List<WorkspaceItem> findWithSupervisedGroup(Context context) throws SQLException
findWithSupervisedGroup in interface WorkspaceItemDAOSQLExceptionpublic List<WorkspaceItem> findBySupervisedGroupMember(Context context, EPerson ePerson) throws SQLException
findBySupervisedGroupMember in interface WorkspaceItemDAOSQLExceptionpublic int countRows(Context context) throws SQLException
countRows in interface WorkspaceItemDAOSQLExceptionpublic int countRows(Context context, EPerson ep) throws SQLException
countRows in interface WorkspaceItemDAOSQLExceptionpublic List<Map.Entry<Integer,Long>> getStageReachedCounts(Context context) throws SQLException
getStageReachedCounts in interface WorkspaceItemDAOSQLExceptionCopyright © 2019 DuraSpace. All rights reserved.