Uses of Class
org.dspace.browse.ItemCountException
Packages that use ItemCountException
Package
Description
Provides classes and methods for browsing Items in DSpace by whatever
is specified in the configuration.
Provides an API for reading and manipulating content in the DSpace system.
-
Uses of ItemCountException in org.dspace.browse
Methods in org.dspace.browse that throw ItemCountExceptionModifier and TypeMethodDescriptionintItemCountDAO.getCount(DSpaceObject dso) Get the number of items in the given DSpaceObject container.intItemCountDAOSolr.getCount(DSpaceObject dso) Get the count of the items in the given container.intItemCounter.getCount(DSpaceObject dso) Get the count of the items in the given container.static ItemCountDAOItemCountDAOFactory.getInstance(Context context) Get an instance of ItemCountDAO which supports the correct storage backend for the specific DSpace instance.static ItemCounterItemCounter.getInstance()Get the singular instance of a class.voidItemCountDAO.setContext(Context context) Set the DSpace Context to use during data accessvoidItemCountDAOSolr.setContext(Context context) Set the dspace context to useConstructors in org.dspace.browse that throw ItemCountExceptionModifierConstructorDescriptionItemCounter(Context context) Construct a new item counter which will use the given DSpace Context -
Uses of ItemCountException in org.dspace.content
Methods in org.dspace.content that throw ItemCountExceptionModifier and TypeMethodDescriptionintCollectionServiceImpl.countArchivedItems(Collection collection) Returns total collection archived itemsintCommunityServiceImpl.countArchivedItems(Community community) Returns total community archived items -
Uses of ItemCountException in org.dspace.content.service
Methods in org.dspace.content.service that throw ItemCountExceptionModifier and TypeMethodDescriptionintCollectionService.countArchivedItems(Collection collection) Returns total collection archived itemsintCommunityService.countArchivedItems(Community community) Returns total community archived items