public interface XmlWorkflowItemDAO extends GenericDAO<XmlWorkflowItem>
| 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) |
create, delete, findAll, findByID, findByID, findMany, findUnique, saveList<XmlWorkflowItem> findAllInCollection(Context context, Integer offset, Integer limit, Collection collection) throws SQLException
SQLExceptionint countAll(Context context) throws SQLException
SQLExceptionint countAllInCollection(Context context, Collection collection) throws SQLException
SQLExceptionList<XmlWorkflowItem> findBySubmitter(Context context, EPerson ep) throws SQLException
SQLExceptionList<XmlWorkflowItem> findByCollection(Context context, Collection collection) throws SQLException
SQLExceptionXmlWorkflowItem findByItem(Context context, Item item) throws SQLException
SQLExceptionCopyright © 2022 LYRASIS. All rights reserved.