public class ClaimedTaskServiceImpl extends Object implements ClaimedTaskService
| Modifier and Type | Field and Description |
|---|---|
protected ClaimedTaskDAO |
claimedTaskDAO |
| Modifier | Constructor and Description |
|---|---|
protected |
ClaimedTaskServiceImpl() |
@Autowired(required=true) protected ClaimedTaskDAO claimedTaskDAO
public ClaimedTask create(Context context) throws SQLException, AuthorizeException
create in interface DSpaceCRUDService<ClaimedTask>SQLExceptionAuthorizeExceptionpublic ClaimedTask find(Context context, int id) throws SQLException
find in interface DSpaceCRUDService<ClaimedTask>SQLExceptionpublic void update(Context context, ClaimedTask claimedTask) throws SQLException, AuthorizeException
update in interface DSpaceCRUDService<ClaimedTask>SQLExceptionAuthorizeExceptionpublic void update(Context context, List<ClaimedTask> claimedTasks) throws SQLException, AuthorizeException
update in interface DSpaceCRUDService<ClaimedTask>SQLExceptionAuthorizeExceptionpublic void delete(Context context, ClaimedTask claimedTask) throws SQLException, AuthorizeException
delete in interface DSpaceCRUDService<ClaimedTask>SQLExceptionAuthorizeExceptionpublic List<ClaimedTask> findByWorkflowItem(Context context, XmlWorkflowItem workflowItem) throws SQLException
findByWorkflowItem in interface ClaimedTaskServiceSQLExceptionpublic ClaimedTask findByWorkflowIdAndEPerson(Context context, XmlWorkflowItem workflowItem, EPerson ePerson) throws SQLException
findByWorkflowIdAndEPerson in interface ClaimedTaskServiceSQLExceptionpublic List<ClaimedTask> findByEperson(Context context, EPerson ePerson) throws SQLException
findByEperson in interface ClaimedTaskServiceSQLExceptionpublic List<ClaimedTask> find(Context context, XmlWorkflowItem workflowItem, String stepID) throws SQLException
find in interface ClaimedTaskServiceSQLExceptionpublic ClaimedTask find(Context context, EPerson ePerson, XmlWorkflowItem workflowItem, String stepID, String actionID) throws SQLException
find in interface ClaimedTaskServiceSQLExceptionpublic List<ClaimedTask> find(Context context, XmlWorkflowItem workflowItem, String stepID, String actionID) throws SQLException
find in interface ClaimedTaskServiceSQLExceptionpublic List<ClaimedTask> find(Context context, XmlWorkflowItem workflowItem) throws SQLException
find in interface ClaimedTaskServiceSQLExceptionpublic List<ClaimedTask> findAllInStep(Context context, String stepID) throws SQLException
findAllInStep in interface ClaimedTaskServiceSQLExceptionpublic void deleteByWorkflowItem(Context context, XmlWorkflowItem workflowItem) throws SQLException, AuthorizeException
deleteByWorkflowItem in interface ClaimedTaskServiceSQLExceptionAuthorizeExceptionCopyright © 2016 DuraSpace. All rights reserved.