public class BrowseDAOFactory extends Object
| Constructor and Description |
|---|
BrowseDAOFactory() |
| Modifier and Type | Method and Description |
|---|---|
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
|
public static BrowseDAO getInstance(Context context) throws BrowseException
context - the DSpace contextBrowseExceptionpublic static BrowseCreateDAO getCreateInstance(Context context) throws BrowseException
context - the DSpace contextBrowseExceptionpublic static BrowseItemDAO getItemInstance(Context context) throws BrowseException
context - the DSpace contextBrowseExceptionpublic static BrowseDAOUtils getUtils(Context context) throws BrowseException
context - the DSpace contextBrowseExceptionCopyright © 2015 DuraSpace. All Rights Reserved.