public interface TaskListItemDAO extends GenericDAO<TaskListItem>
| Modifier and Type | Method and Description |
|---|---|
void |
deleteByWorkflowItem(Context context,
BasicWorkflowItem workflowItem) |
List<TaskListItem> |
findByEPerson(Context context,
EPerson ePerson) |
create, delete, findAll, findByID, findByID, findMany, findUnique, savevoid deleteByWorkflowItem(Context context, BasicWorkflowItem workflowItem) throws SQLException
SQLExceptionList<TaskListItem> findByEPerson(Context context, EPerson ePerson) throws SQLException
SQLExceptionCopyright © 2016 DuraSpace. All Rights Reserved.