Uses of Class
io.goobi.viewer.model.search.SearchResultGroup
Packages that use SearchResultGroup
Package
Description
-
Uses of SearchResultGroup in io.goobi.viewer.controller
Methods in io.goobi.viewer.controller that return types with arguments of type SearchResultGroup -
Uses of SearchResultGroup in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return types with arguments of type SearchResultGroupModifier and TypeMethodDescriptionSearchBean.getResultGroupsForSearchExecution()
Returns relevant search result groups for search execution.Methods in io.goobi.viewer.managedbeans with parameters of type SearchResultGroupModifier and TypeMethodDescriptionvoid
SearchBean.setActiveResultGroup
(SearchResultGroup activeResultGroup) Setter for the fieldactiveResultGroup
. -
Uses of SearchResultGroup in io.goobi.viewer.model.cms.pages.content.types
Method parameters in io.goobi.viewer.model.cms.pages.content.types with type arguments of type SearchResultGroupModifier and TypeMethodDescriptionCMSRecordListContent.createSearch
(List<SearchResultGroup> resultGroups, CMSComponent component) -
Uses of SearchResultGroup in io.goobi.viewer.model.search
Methods in io.goobi.viewer.model.search that return SearchResultGroupModifier and TypeMethodDescriptionstatic SearchResultGroup
SearchResultGroup.createDefaultGroup()
static SearchResultGroup
SearchResultGroup.createDefaultGroup
(String query) Methods in io.goobi.viewer.model.search that return types with arguments of type SearchResultGroupModifier and TypeMethodDescriptionstatic List
<SearchResultGroup> SearchResultGroup.getConfiguredResultGroups()
Returns a list of configured result groups or a default group if none are configured.Search.getResultGroups()
Method parameters in io.goobi.viewer.model.search with type arguments of type SearchResultGroupModifier and TypeMethodDescriptionvoid
Search.setResultGroups
(List<SearchResultGroup> resultGroups) Constructors in io.goobi.viewer.model.search with parameters of type SearchResultGroupModifierConstructorDescriptionSearchResultGroup
(SearchResultGroup blueprint) Create a copy of the given SearchResultGroup, without any search resultsConstructor parameters in io.goobi.viewer.model.search with type arguments of type SearchResultGroupModifierConstructorDescriptionSearch
(int searchType, SearchFilter searchFilter, List<SearchResultGroup> resultGroups) Constructor for Search.Search
(int searchType, SearchFilter searchFilter, List<SearchResultGroup> resultGroups, List<String> facetFields) Constructor for Search.