Uses of Class
io.goobi.viewer.model.search.SearchSortingOption
Packages that use SearchSortingOption
Package
Description
Core controller and utility classes of the Goobi viewer.
JSF
Converter implementations that translate between domain objects (such as users, roles, bookmarks,
CMS pages, and date/time values) and their string representations for use in Facelets forms.JSF managed beans (CDI backing beans) of the Goobi viewer.
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 SearchSortingOption in io.goobi.viewer.controller
Methods in io.goobi.viewer.controller that return types with arguments of type SearchSortingOption -
Uses of SearchSortingOption in io.goobi.viewer.faces.converters
Methods in io.goobi.viewer.faces.converters that return SearchSortingOptionModifier and TypeMethodDescriptionSearchSortingOptionConverter.getAsObject(FacesContext context, UIComponent component, String value) Methods in io.goobi.viewer.faces.converters with parameters of type SearchSortingOptionModifier and TypeMethodDescriptionSearchSortingOptionConverter.getAsString(FacesContext context, UIComponent component, SearchSortingOption value) -
Uses of SearchSortingOption in io.goobi.viewer.managedbeans
Methods in io.goobi.viewer.managedbeans that return SearchSortingOptionModifier and TypeMethodDescriptionSearchBean.getSearchSortingOption()Getter for the fieldsearchSortingOption.Methods in io.goobi.viewer.managedbeans that return types with arguments of type SearchSortingOptionModifier and TypeMethodDescriptionSearchBean.getSearchSortingOptions(String language) getSearchSortingOptions.Methods in io.goobi.viewer.managedbeans with parameters of type SearchSortingOptionModifier and TypeMethodDescriptionvoidSearchBean.setSearchSortingOption(SearchSortingOption searchSortingOption) Setter for the fieldsearchSortingOption. -
Uses of SearchSortingOption in io.goobi.viewer.model.search
Methods in io.goobi.viewer.model.search that return SearchSortingOptionMethods in io.goobi.viewer.model.search with parameters of type SearchSortingOption