public class InProgressUserDAOImpl extends AbstractHibernateDAO<InProgressUser> implements InProgressUserDAO
| Modifier | Constructor and Description |
|---|---|
protected |
InProgressUserDAOImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
countFinishedUsers(Context context,
XmlWorkflowItem workflowItem) |
int |
countInProgressUsers(Context context,
XmlWorkflowItem workflowItem) |
List<InProgressUser> |
findByEperson(Context context,
EPerson ePerson) |
List<InProgressUser> |
findByWorkflowItem(Context context,
XmlWorkflowItem workflowItem) |
InProgressUser |
findByWorkflowItemAndEPerson(Context context,
XmlWorkflowItem workflowItem,
EPerson ePerson) |
count, count, countLong, create, createCriteria, createCriteria, createQuery, delete, findAll, findByID, findByID, findMany, findMany, findUnique, getHibernateSession, iterate, list, list, save, singleResult, uniqueResult, uniqueResultclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, delete, findAll, findByID, findByID, findMany, findUnique, savepublic InProgressUser findByWorkflowItemAndEPerson(Context context, XmlWorkflowItem workflowItem, EPerson ePerson) throws SQLException
findByWorkflowItemAndEPerson in interface InProgressUserDAOSQLExceptionpublic List<InProgressUser> findByEperson(Context context, EPerson ePerson) throws SQLException
findByEperson in interface InProgressUserDAOSQLExceptionpublic List<InProgressUser> findByWorkflowItem(Context context, XmlWorkflowItem workflowItem) throws SQLException
findByWorkflowItem in interface InProgressUserDAOSQLExceptionpublic int countInProgressUsers(Context context, XmlWorkflowItem workflowItem) throws SQLException
countInProgressUsers in interface InProgressUserDAOSQLExceptionpublic int countFinishedUsers(Context context, XmlWorkflowItem workflowItem) throws SQLException
countFinishedUsers in interface InProgressUserDAOSQLExceptionCopyright © 2016 DuraSpace. All Rights Reserved.