int |
ItemCountDAO.getCount(DSpaceObject dso) |
Get the number of items in the given DSpaceObject container.
|
int |
ItemCountDAOSolr.getCount(DSpaceObject dso) |
Get the count of the items in the given container.
|
int |
ItemCounter.getCount(DSpaceObject dso) |
Get the count of the items in the given container.
|
static ItemCountDAO |
ItemCountDAOFactory.getInstance(Context context) |
Get an instance of ItemCountDAO which supports the correct storage backend
for the specific DSpace instance.
|
void |
ItemCountDAO.setContext(Context context) |
Set the DSpace Context to use during data access
|
void |
ItemCountDAOSolr.setContext(Context context) |
Set the dspace context to use
|