public class TaskListItemDAOImpl extends AbstractHibernateDAO<TaskListItem> implements TaskListItemDAO
| Modifier | Constructor and Description |
|---|---|
protected |
TaskListItemDAOImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteByWorkflowItem(Context context,
BasicWorkflowItem workflowItem) |
List<TaskListItem> |
findByEPerson(Context context,
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 void deleteByWorkflowItem(Context context, BasicWorkflowItem workflowItem) throws SQLException
deleteByWorkflowItem in interface TaskListItemDAOSQLExceptionpublic List<TaskListItem> findByEPerson(Context context, EPerson ePerson) throws SQLException
findByEPerson in interface TaskListItemDAOSQLExceptionCopyright © 2016 DuraSpace. All Rights Reserved.