Uses of Class
io.goobi.viewer.managedbeans.SearchBean
Packages that use SearchBean
Package
Description
JSF managed beans (CDI backing beans) of the Goobi viewer.
Utility helpers for managed beans in the Goobi viewer, offering convenience methods to look up
CDI and JSF beans by type or name at runtime.
Functionality interfaces and implementations that attach pagination and navigation
behaviour to CMS content components such as search, browse, TOC, and bookmark views.
Provides the core domain model for geo-maps in the Goobi viewer, including map
configurations, feature sets, markers, filters, and Solr-backed spatial data providers.
Provides the core search domain model for the Goobi viewer, covering search queries,
facets, hit representation, browse elements, filters, and Solr result processing.
-
Uses of SearchBean in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans with parameters of type SearchBeanModifier and TypeMethodDescriptionvoidActiveDocumentBean.setSearchBean(SearchBean searchBean) Required setter for ManagedProperty injection.voidCalendarBean.setSearchBean(SearchBean searchBean) Required setter for ManagedProperty injection.voidCmsBean.setSearchBean(SearchBean searchBean) Required setter for ManagedProperty injection.voidNavigationHelper.setSearchBean(SearchBean searchBean) Setter for testing — allows injecting a mock SearchBean without CDI. -
Uses of SearchBean in io.goobi.viewer.managedbeans.utils
Methods in io.goobi.viewer.managedbeans.utils that return SearchBean -
Uses of SearchBean in io.goobi.viewer.model.cms.itemfunctionality
Methods in io.goobi.viewer.model.cms.itemfunctionality that return SearchBean -
Uses of SearchBean in io.goobi.viewer.model.maps
Methods in io.goobi.viewer.model.maps with parameters of type SearchBeanModifier and TypeMethodDescriptionSearchResultFeatureSet.getFeaturesAsJsonString(SearchBean searchBean) SearchResultFeatureSet.getFeaturesAsString(SearchBean searchBean) -
Uses of SearchBean in io.goobi.viewer.model.search
Constructors in io.goobi.viewer.model.search with parameters of type SearchBeanModifierConstructorDescriptionRelatedDocumentSearch(SolrSearchIndex searchIndex, SearchBean searchBean)