Uses of Enum Class
de.hybris.platform.solrfacetsearch.search.OrderField.SortOrder
Packages that use OrderField.SortOrder
-
Uses of OrderField.SortOrder in de.hybris.platform.solrfacetsearch.search
Methods in de.hybris.platform.solrfacetsearch.search that return OrderField.SortOrderModifier and TypeMethodDescriptionOrderField.getSortOrder()static OrderField.SortOrderReturns the enum constant of this class with the specified name.static OrderField.SortOrder[]OrderField.SortOrder.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.hybris.platform.solrfacetsearch.search with parameters of type OrderField.SortOrderModifier and TypeMethodDescriptionvoidSearchQuery.addSort(String field, OrderField.SortOrder sortOrder) Adds a sort field.voidOrderField.setSortOrder(OrderField.SortOrder sortOrder) Constructors in de.hybris.platform.solrfacetsearch.search with parameters of type OrderField.SortOrder