Uses of Interface
org.dspace.browse.ItemCountDAO
-
Packages that use ItemCountDAO Package Description org.dspace.browse Provides classes and methods for browsing Items in DSpace by whatever is specified in the configuration. -
-
Uses of ItemCountDAO in org.dspace.browse
Classes in org.dspace.browse that implement ItemCountDAO Modifier and Type Class Description classItemCountDAOSolrDiscovery (Solr) driver implementing ItemCountDAO interface to look up item count information in communities and collections.Methods in org.dspace.browse that return ItemCountDAO Modifier and Type Method Description static ItemCountDAOItemCountDAOFactory. getInstance(Context context)Get an instance of ItemCountDAO which supports the correct storage backend for the specific DSpace instance.
-