Uses of Class
io.goobi.viewer.model.search.BrowseElement
Packages that use BrowseElement
Package
Description
JSF managed beans (CDI backing beans) of the Goobi viewer.
Model for user bookmark lists, allowing authenticated and anonymous users to collect
and manage references to digitized records, including session-scoped storage support.
Provides the core search domain model for the Goobi viewer, covering search queries,
facets, hit representation, browse elements, filters, and Solr result processing.
Defines the extension interfaces that viewer modules must implement, covering URL construction and Solr index augmentation.
-
Uses of BrowseElement in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return BrowseElementModifier and TypeMethodDescriptionSearchBean.getNextElement()Returns the next BrowseElement in the hit list relative to the given index.ActiveDocumentBean.getNextHit()Getter for the fieldnextHit.ActiveDocumentBean.getPrevHit()Getter for the fieldprevHit.SearchBean.getPreviousElement()Returns the previous BrowseElement in the hit list relative to the given index. -
Uses of BrowseElement in io.goobi.viewer.model.bookmark
Methods in io.goobi.viewer.model.bookmark that return BrowseElement -
Uses of BrowseElement in io.goobi.viewer.model.search
Methods in io.goobi.viewer.model.search that return BrowseElementModifier and TypeMethodDescriptionstatic BrowseElementSearchHelper.getBrowseElement(String query, int index, List<StringPair> sortFields, List<String> filterQueries, Map<String, String> params, Map<String, Set<String>> searchTerms, Locale locale, int proximitySearchDistance) Returns theBrowseElementconstructed from the search hit atindexfrom the search hit list for the givenquery.SearchHit.getBrowseElement()Getter for the fieldbrowseElement.Constructors in io.goobi.viewer.model.search with parameters of type BrowseElementModifierConstructorDescriptionSearchChildHit(HitType type, List<SearchChildHit> children, BrowseElement browseElement) -
Uses of BrowseElement in io.goobi.viewer.modules.interfaces
Methods in io.goobi.viewer.modules.interfaces with parameters of type BrowseElementModifier and TypeMethodDescriptionDefaultURLBuilder.generateURL(BrowseElement ele) generateURL.IURLBuilder.generateURL(BrowseElement browseElement) generateURL.protected PageTypeDefaultURLBuilder.getPageType(BrowseElement ele) getPageType.