Uses of Interface
io.goobi.viewer.model.search.SearchInterface
Packages that use SearchInterface
Package
Description
JSF managed beans (CDI backing beans) of the Goobi viewer.
Top-level CMS model containing cross-cutting entities such as navigation items, categories,
sliders, static page mappings, highlight data, and shared selection abstractions used
throughout the content management system.
Functionality interfaces and implementations that attach pagination and navigation
behaviour to CMS content components such as search, browse, TOC, and bookmark views.
-
Uses of SearchInterface in io.goobi.viewer.managedbeans
Classes in io.goobi.viewer.managedbeans that implement SearchInterfaceModifier and TypeClassDescriptionclassJSF session-scoped backing bean for the search interface, managing search queries, facets, sorting, and result pagination.Methods in io.goobi.viewer.managedbeans with parameters of type SearchInterface -
Uses of SearchInterface in io.goobi.viewer.model.cms
Methods in io.goobi.viewer.model.cms that return SearchInterfaceModifier and TypeMethodDescriptionPageList.getSearch()Get the matchingSearchInterfacefor the first listed page.PageList.getSearch(int pageIndex) getSearch. -
Uses of SearchInterface in io.goobi.viewer.model.cms.itemfunctionality
Classes in io.goobi.viewer.model.cms.itemfunctionality that implement SearchInterfaceModifier and TypeClassDescriptionclassCMS item functionality that renders a list of records matching a configurable Solr query.classCMS item functionality that embeds a search interface with its own query and facet state.