Package org.dspace.content.dao
Interface WorkspaceItemDAO
- All Superinterfaces:
GenericDAO<WorkspaceItem>
- All Known Implementing Classes:
WorkspaceItemDAOImpl
Database Access Object interface class for the WorkspaceItem object.
The implementation of this class is responsible for all database calls for the WorkspaceItem object and is
autowired by spring
This class should only be accessed from a single service and should never be exposed outside of the API
- Author:
- kevinvandevelde at atmire.com
-
Method Summary
Modifier and TypeMethodDescriptionintintfindByCollection(Context context, Collection c) findByEPerson(Context context, EPerson ep) findByEPerson(Context context, EPerson ep, Integer limit, Integer offset) findByItem(Context context, Item i) getStageReachedCounts(Context context)
-
Method Details
-
findByEPerson
- Throws:
SQLException
-
findByEPerson
List<WorkspaceItem> findByEPerson(Context context, EPerson ep, Integer limit, Integer offset) throws SQLException - Throws:
SQLException
-
findByCollection
- Throws:
SQLException
-
findByItem
- Throws:
SQLException
-
findAll
- Throws:
SQLException
-
findAll
- Throws:
SQLException
-
countRows
- Throws:
SQLException
-
getStageReachedCounts
- Throws:
SQLException
-
countRows
- Throws:
SQLException
-