Uses of Class
io.goobi.viewer.model.search.CollectionResult
Packages that use CollectionResult
Package
Description
-
Uses of CollectionResult in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return types with arguments of type CollectionResultModifier and TypeMethodDescriptionCollectionViewBean.getColletionMap(CMSCollectionContent content) getColletionMap. -
Uses of CollectionResult in io.goobi.viewer.model.cms.pages.content.types
Methods in io.goobi.viewer.model.cms.pages.content.types that return types with arguments of type CollectionResult -
Uses of CollectionResult in io.goobi.viewer.model.iiif.presentation.v3.builder
Methods in io.goobi.viewer.model.iiif.presentation.v3.builder that return types with arguments of type CollectionResultModifier and TypeMethodDescriptionDataRetriever.getChildCollections(String solrField, String collectionName) Get all collections which are direct children of the given collection along with the number of contained works and direct childrenDataRetriever.getTopLevelCollections(String solrField) Get all top level collections (i.e. those without splitting-char) along with the number of contained works and direct children -
Uses of CollectionResult in io.goobi.viewer.model.search
Methods in io.goobi.viewer.model.search that return types with arguments of type CollectionResultModifier and TypeMethodDescriptionstatic Map<String, CollectionResult> SearchHelper.findAllCollectionsFromField(String luceneField, String groupingField, String filterQuery, boolean filterForWhitelist, boolean filterForBlacklist, String splittingChar) Returns a Map with hierarchical values from the given field and their respective record counts. -
Uses of CollectionResult in io.goobi.viewer.model.viewer.collections
Methods in io.goobi.viewer.model.viewer.collections that return types with arguments of type CollectionResult