Package org.dspace.browse
Class ItemCountDAOFactory
java.lang.Object
org.dspace.browse.ItemCountDAOFactory
Factory class to allow us to load the correct DAO for registering
item count information
- Author:
- Richard Jones, Ivan Masár
-
Method Summary
Modifier and TypeMethodDescriptionstatic ItemCountDAOgetInstance(Context context) Get an instance of ItemCountDAO which supports the correct storage backend for the specific DSpace instance.
-
Method Details
-
getInstance
Get an instance of ItemCountDAO which supports the correct storage backend for the specific DSpace instance.- Parameters:
context- DSpace Context- Returns:
- DAO
- Throws:
ItemCountException- if count error
-