Package org.dspace.browse
Class BrowseDAOFactory
java.lang.Object
org.dspace.browse.BrowseDAOFactory
Factory class to generate DAOs based on the configuration
- Author:
- Richard Jones
-
Method Summary
Modifier and TypeMethodDescriptionstatic BrowseDAOgetInstance(Context context) Get an instance of the relevant Read Only DAO class, which will conform to the BrowseDAO interface
-
Method Details
-
getInstance
Get an instance of the relevant Read Only DAO class, which will conform to the BrowseDAO interface- Parameters:
context- the DSpace context- Returns:
- the relevant DAO
- Throws:
BrowseException- if browse error
-