public class InProgressUserServiceImpl extends Object implements InProgressUserService
| Modifier and Type | Field and Description |
|---|---|
protected InProgressUserDAO |
inProgressUserDAO |
| Modifier | Constructor and Description |
|---|---|
protected |
InProgressUserServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
InProgressUser |
create(Context context) |
void |
delete(Context context,
InProgressUser inProgressUser) |
InProgressUser |
find(Context context,
int id) |
List<InProgressUser> |
findByEperson(Context context,
EPerson ePerson) |
List<InProgressUser> |
findByWorkflowItem(Context context,
XmlWorkflowItem workflowItem) |
InProgressUser |
findByWorkflowItemAndEPerson(Context context,
XmlWorkflowItem workflowItem,
EPerson ePerson) |
int |
getNumberOfFinishedUsers(Context context,
XmlWorkflowItem workflowItem) |
int |
getNumberOfInProgressUsers(Context context,
XmlWorkflowItem workflowItem) |
void |
update(Context context,
InProgressUser inProgressUser) |
@Autowired(required=true) protected InProgressUserDAO inProgressUserDAO
public InProgressUser findByWorkflowItemAndEPerson(Context context, XmlWorkflowItem workflowItem, EPerson ePerson) throws SQLException
findByWorkflowItemAndEPerson in interface InProgressUserServiceSQLExceptionpublic List<InProgressUser> findByEperson(Context context, EPerson ePerson) throws SQLException
findByEperson in interface InProgressUserServiceSQLExceptionpublic List<InProgressUser> findByWorkflowItem(Context context, XmlWorkflowItem workflowItem) throws SQLException
findByWorkflowItem in interface InProgressUserServiceSQLExceptionpublic int getNumberOfInProgressUsers(Context context, XmlWorkflowItem workflowItem) throws SQLException
getNumberOfInProgressUsers in interface InProgressUserServiceSQLExceptionpublic int getNumberOfFinishedUsers(Context context, XmlWorkflowItem workflowItem) throws SQLException
getNumberOfFinishedUsers in interface InProgressUserServiceSQLExceptionpublic InProgressUser create(Context context) throws SQLException, AuthorizeException
create in interface DSpaceCRUDService<InProgressUser>SQLExceptionAuthorizeExceptionpublic InProgressUser find(Context context, int id) throws SQLException
find in interface DSpaceCRUDService<InProgressUser>SQLExceptionpublic void update(Context context, InProgressUser inProgressUser) throws SQLException, AuthorizeException
update in interface DSpaceCRUDService<InProgressUser>SQLExceptionAuthorizeExceptionpublic void delete(Context context, InProgressUser inProgressUser) throws SQLException, AuthorizeException
delete in interface DSpaceCRUDService<InProgressUser>SQLExceptionAuthorizeExceptionCopyright © 2016 DuraSpace. All Rights Reserved.