public class SupervisedItemServiceImpl extends Object implements SupervisedItemService
| Modifier and Type | Field and Description |
|---|---|
protected WorkspaceItemService |
workspaceItemService |
| Modifier | Constructor and Description |
|---|---|
protected |
SupervisedItemServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<WorkspaceItem> |
findbyEPerson(Context context,
EPerson ep)
Get items being supervised by given EPerson
|
List<WorkspaceItem> |
getAll(Context context)
Get all workspace items which are being supervised
|
@Autowired(required=true) protected WorkspaceItemService workspaceItemService
public List<WorkspaceItem> getAll(Context context) throws SQLException
SupervisedItemServicegetAll in interface SupervisedItemServicecontext - the context this object exists inSQLExceptionpublic List<WorkspaceItem> findbyEPerson(Context context, EPerson ep) throws SQLException
SupervisedItemServicefindbyEPerson in interface SupervisedItemServicecontext - the dspace contextep - the eperson who's items to supervise we wantSQLExceptionCopyright © 2016 DuraSpace. All Rights Reserved.