|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ItemCountException | |
|---|---|
| org.dspace.browse | Provides classes and methods for browsing Items in DSpace by whatever is specified in the configuration. |
| Uses of ItemCountException in org.dspace.browse |
|---|
| Methods in org.dspace.browse that throw ItemCountException | |
|---|---|
void |
ItemCounter.buildItemCounts()
This method does the grunt work of drilling through and iterating over all of the communities and collections in the system and obtaining and caching the item counts for each one. |
void |
ItemCountDAOPostgres.collectionCount(Collection collection,
int count)
Store the count of the given collection |
void |
ItemCountDAOOracle.collectionCount(Collection collection,
int count)
Store the count of the given collection |
void |
ItemCountDAO.collectionCount(Collection collection,
int count)
Set the given count as the number of items in the given collection |
void |
ItemCountDAOPostgres.communityCount(Community community,
int count)
Store the count of the given community |
void |
ItemCountDAOOracle.communityCount(Community community,
int count)
Store the count of the given community |
void |
ItemCountDAO.communityCount(Community community,
int count)
Set the given count as the number of items in the given community |
int |
ItemCounter.getCount(DSpaceObject dso)
Get the count of the items in the given container. |
int |
ItemCountDAOPostgres.getCount(DSpaceObject dso)
get the count of the items in the given container |
int |
ItemCountDAOOracle.getCount(DSpaceObject dso)
get the count of the items in the given container |
int |
ItemCountDAO.getCount(DSpaceObject dso)
Get the number of items in the given DSpaceObject container. |
static ItemCountDAO |
ItemCountDAOFactory.getInstance(Context context)
Get an instance of ItemCountDAO which supports the correct database for the specific DSpace instance. |
static void |
ItemCounter.main(String[] args)
method invoked by CLI which will result in the number of items in each community and collection being cached. |
void |
ItemCounter.remove(DSpaceObject dso)
Remove any cached data for the given container |
void |
ItemCountDAOPostgres.remove(DSpaceObject dso)
remove the cache for the given container |
void |
ItemCountDAOOracle.remove(DSpaceObject dso)
remove the cache for the given container |
void |
ItemCountDAO.remove(DSpaceObject dso)
Remove any cached data regarding the given DSpaceObject container. |
void |
ItemCountDAOPostgres.setContext(Context context)
Set the dspace context to use |
void |
ItemCountDAOOracle.setContext(Context context)
Set the dspace context to use |
void |
ItemCountDAO.setContext(Context context)
Set the DSpace Context to use during data access |
| Constructors in org.dspace.browse that throw ItemCountException | |
|---|---|
ItemCounter(Context context)
Construct a new item counter which will use the give DSpace Context |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||