public class XmlWorkflowItemDAOImpl extends AbstractHibernateDAO<XmlWorkflowItem> implements XmlWorkflowItemDAO
| Modifier | Constructor and Description |
|---|---|
protected |
XmlWorkflowItemDAOImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
countAll(Context context) |
int |
countAllInCollection(Context context,
Collection collection) |
List<XmlWorkflowItem> |
findAllInCollection(Context context,
Integer offset,
Integer limit,
Collection collection) |
List<XmlWorkflowItem> |
findByCollection(Context context,
Collection collection) |
XmlWorkflowItem |
findByItem(Context context,
Item item) |
List<XmlWorkflowItem> |
findBySubmitter(Context context,
EPerson ep) |
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<XmlWorkflowItem> findAllInCollection(Context context, Integer offset, Integer limit, Collection collection) throws SQLException
findAllInCollection in interface XmlWorkflowItemDAOSQLExceptionpublic int countAll(Context context) throws SQLException
countAll in interface XmlWorkflowItemDAOSQLExceptionpublic int countAllInCollection(Context context, Collection collection) throws SQLException
countAllInCollection in interface XmlWorkflowItemDAOSQLExceptionpublic List<XmlWorkflowItem> findBySubmitter(Context context, EPerson ep) throws SQLException
findBySubmitter in interface XmlWorkflowItemDAOSQLExceptionpublic List<XmlWorkflowItem> findByCollection(Context context, Collection collection) throws SQLException
findByCollection in interface XmlWorkflowItemDAOSQLExceptionpublic XmlWorkflowItem findByItem(Context context, Item item) throws SQLException
findByItem in interface XmlWorkflowItemDAOSQLExceptionCopyright © 2017 DuraSpace. All rights reserved.