|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dspace.browse.BrowseDAOFactory
public class BrowseDAOFactory
Factory class to generate DAOs based on the configuration
| Constructor Summary | |
|---|---|
BrowseDAOFactory()
|
|
| Method Summary | |
|---|---|
static BrowseCreateDAO |
getCreateInstance(Context context)
Get an instance of the relevant Write Only DAO class, which will conform to the BrowseCreateDAO interface |
static BrowseDAO |
getInstance(Context context)
Get an instance of the relevant Read Only DAO class, which will conform to the BrowseDAO interface |
static BrowseItemDAO |
getItemInstance(Context context)
Get an instance of the relevant Read Only DAO class, which will conform to the BrowseItemDAO interface |
static BrowseDAOUtils |
getUtils(Context context)
Get an instance of the relevant DAO Utilities class, which will conform to the BrowseDAOUtils interface |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BrowseDAOFactory()
| Method Detail |
|---|
public static BrowseDAO getInstance(Context context)
throws BrowseException
context - the DSpace context
BrowseException
public static BrowseCreateDAO getCreateInstance(Context context)
throws BrowseException
context - the DSpace context
BrowseException
public static BrowseItemDAO getItemInstance(Context context)
throws BrowseException
context - the DSpace context
BrowseException
public static BrowseDAOUtils getUtils(Context context)
throws BrowseException
context - the DSpace context
BrowseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||