Uses of Class
org.dspace.browse.ItemCountException
-
Packages that use ItemCountException Package Description org.dspace.browse Provides classes and methods for browsing Items in DSpace by whatever is specified in the configuration.org.dspace.content Provides an API for reading and manipulating content in the DSpace system.org.dspace.content.service -
-
Uses of ItemCountException in org.dspace.browse
Methods in org.dspace.browse that throw ItemCountException Modifier and Type Method Description intItemCountDAO. 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 ItemCountException Constructor Description ItemCounter(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 ItemCountException Modifier and Type Method Description intCollectionServiceImpl. 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 ItemCountException Modifier and Type Method Description intCollectionService. countArchivedItems(Collection collection)Returns total collection archived itemsintCommunityService. countArchivedItems(Community community)Returns total community archived items
-