public class TaskListItemServiceImpl extends Object implements TaskListItemService
| Modifier and Type | Field and Description |
|---|---|
protected TaskListItemDAO |
taskListItemDAO |
| Modifier | Constructor and Description |
|---|---|
protected |
TaskListItemServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
TaskListItem |
create(Context context,
BasicWorkflowItem workflowItem,
EPerson ePerson) |
void |
deleteByWorkflowItem(Context context,
BasicWorkflowItem workflowItem) |
List<TaskListItem> |
findByEPerson(Context context,
EPerson ePerson) |
void |
update(Context context,
TaskListItem taskListItem) |
@Autowired(required=true) protected TaskListItemDAO taskListItemDAO
public TaskListItem create(Context context, BasicWorkflowItem workflowItem, EPerson ePerson) throws SQLException
create in interface TaskListItemServiceSQLExceptionpublic void deleteByWorkflowItem(Context context, BasicWorkflowItem workflowItem) throws SQLException
deleteByWorkflowItem in interface TaskListItemServiceSQLExceptionpublic void update(Context context, TaskListItem taskListItem) throws SQLException
update in interface TaskListItemServiceSQLExceptionpublic List<TaskListItem> findByEPerson(Context context, EPerson ePerson) throws SQLException
findByEPerson in interface TaskListItemServiceSQLExceptionCopyright © 2022 LYRASIS. All rights reserved.