public class WorkspaceItemDAOImpl extends AbstractHibernateDAO<WorkspaceItem> implements WorkspaceItemDAO
| Modifier | Constructor and Description |
|---|---|
protected |
WorkspaceItemDAOImpl() |
| 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) |
count, count, countLong, create, createCriteria, createCriteria, createQuery, delete, findAll, findByID, findByID, findMany, findMany, findUnique, getHibernateSession, iterate, 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> 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> 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 List<Map.Entry<Integer,Long>> getStageReachedCounts(Context context) throws SQLException
getStageReachedCounts in interface WorkspaceItemDAOSQLExceptionCopyright © 2017 DuraSpace. All rights reserved.