Uses of Class
edu.cornell.mannlib.vitro.webapp.modules.searchEngine.SearchQuery.Order
-
-
Uses of SearchQuery.Order in edu.cornell.mannlib.vitro.webapp.modules.searchEngine
Methods in edu.cornell.mannlib.vitro.webapp.modules.searchEngine that return SearchQuery.Order Modifier and Type Method Description static SearchQuery.OrderSearchQuery.Order. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchQuery.Order[]SearchQuery.Order. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.cornell.mannlib.vitro.webapp.modules.searchEngine that return types with arguments of type SearchQuery.Order Modifier and Type Method Description Map<String,SearchQuery.Order>SearchQuery. getSortFields()Methods in edu.cornell.mannlib.vitro.webapp.modules.searchEngine with parameters of type SearchQuery.Order Modifier and Type Method Description SearchQuerySearchQuery. addSortField(String name, SearchQuery.Order order)What field should be used to sort the results, and in what order? -
Uses of SearchQuery.Order in edu.cornell.mannlib.vitro.webapp.search.controller
Methods in edu.cornell.mannlib.vitro.webapp.search.controller that return SearchQuery.Order Modifier and Type Method Description SearchQuery.OrderSortConfiguration. getSortOrder() -
Uses of SearchQuery.Order in edu.cornell.mannlib.vitro.webapp.searchengine.base
Methods in edu.cornell.mannlib.vitro.webapp.searchengine.base that return types with arguments of type SearchQuery.Order Modifier and Type Method Description Map<String,SearchQuery.Order>BaseSearchQuery. getSortFields()Methods in edu.cornell.mannlib.vitro.webapp.searchengine.base with parameters of type SearchQuery.Order Modifier and Type Method Description SearchQueryBaseSearchQuery. addSortField(String name, SearchQuery.Order order)
-