Uses of Class
io.goobi.viewer.model.search.BrowseElement
Packages that use BrowseElement
Package
Description
-
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.