Uses of Class
org.dspace.browse.ItemCountException

Packages that use ItemCountException
org.dspace.browse Provides classes and mehtods 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 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.collectionCount(Collection collection, int count)
          Store the count of the given collection
 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
 void ItemCountDAOPostgres.communityCount(Community community, int count)
          Store the count of the given community
 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.
 int ItemCountDAOPostgres.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 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 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.remove(DSpaceObject dso)
          remove the cache for the given container
 void ItemCounter.remove(DSpaceObject dso)
          Remove any cached data for the given container
 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
 void ItemCountDAOPostgres.setContext(Context context)
          Set the dspace context to use
 

Constructors in org.dspace.browse that throw ItemCountException
ItemCounter(Context context)
          Construct a new item counter which will use the give DSpace Context
 



Copyright © 2010 The DSpace Foundation. All Rights Reserved.