Uses of Class
io.goobi.viewer.model.search.Search
Packages that use Search
Package
Description
Data access layer of the Goobi viewer.
JPA-based data access object implementation providing the full persistence layer for the Goobi viewer,
including a custom class loader and the central
JPADAO that covers all entity types.JSF managed beans (CDI backing beans) of the Goobi viewer.
Concrete CMS content type implementations, each representing a distinct kind of embeddable
content block such as search, browse, media, metadata display, record lists, or maps.
Provides the core search domain model for the Goobi viewer, covering search queries,
facets, hit representation, browse elements, filters, and Solr result processing.
Contains the user domain model for the Goobi viewer, including user accounts, groups,
roles, IP ranges, activity tracking, and related utility methods.
-
Uses of Search in io.goobi.viewer.dao
Methods in io.goobi.viewer.dao that return SearchMethods in io.goobi.viewer.dao that return types with arguments of type SearchModifier and TypeMethodDescriptionIDAO.getAllSearches()getAllSearches.IDAO.getSearches(User owner) getSearches.IDAO.getSearches(User owner, int first, int pageSize, String sortField, boolean descending, Map<String, String> filters) getSearches.Methods in io.goobi.viewer.dao with parameters of type SearchModifier and TypeMethodDescriptionbooleanaddSearch.booleanIDAO.deleteSearch(Search search) deleteSearch.booleanIDAO.updateSearch(Search search) updateSearch. -
Uses of Search in io.goobi.viewer.dao.impl
Methods in io.goobi.viewer.dao.impl that return SearchMethods in io.goobi.viewer.dao.impl that return types with arguments of type SearchModifier and TypeMethodDescriptionJPADAO.getAllSearches()getAllSearches.JPADAO.getSearches(User owner) getSearches.JPADAO.getSearches(User owner, int first, int pageSize, String sortField, boolean descending, Map<String, String> filters) getSearches.Methods in io.goobi.viewer.dao.impl with parameters of type SearchModifier and TypeMethodDescriptionbooleanaddSearch.booleanJPADAO.deleteSearch(Search search) deleteSearch.booleanJPADAO.updateSearch(Search search) updateSearch. -
Uses of Search in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return SearchModifier and TypeMethodDescriptionSearchBean.getCurrentSearch()Getter for the fieldcurrentSearch.Methods in io.goobi.viewer.managedbeans that return types with arguments of type SearchModifier and TypeMethodDescriptionUserDataBean.getSearches(User user, Integer numEntries) Returns saved searches for the logged in user.Methods in io.goobi.viewer.managedbeans with parameters of type SearchModifier and TypeMethodDescriptionUserDataBean.deleteSearchAction(Search search) Deletes the given persistent user search.SearchBean.executeSavedSearchAction(Search search) executeSavedSearchAction.voidSearchBean.setCurrentSearch(Search currentSearch) Setter for the fieldcurrentSearch. -
Uses of Search in io.goobi.viewer.model.cms.pages.content.types
Methods in io.goobi.viewer.model.cms.pages.content.types that return SearchModifier and TypeMethodDescriptionCMSRecordListContent.createSearch(List<SearchResultGroup> resultGroups, CMSComponent component) -
Uses of Search in io.goobi.viewer.model.search
Methods in io.goobi.viewer.model.search with parameters of type SearchModifier and TypeMethodDescriptionSearchHitsNotifier.getNewHits(Search search) Executes the given search.Constructors in io.goobi.viewer.model.search with parameters of type Search -
Uses of Search in io.goobi.viewer.model.security.user
Methods in io.goobi.viewer.model.security.user with parameters of type Search