Uses of Class
de.cxp.ocs.model.result.SortOrder
-
Packages that use SortOrder Package Description de.cxp.ocs.config de.cxp.ocs.model.result de.cxp.ocs.util -
-
Uses of SortOrder in de.cxp.ocs.config
Methods in de.cxp.ocs.config with parameters of type SortOrder Modifier and Type Method Description SortOptionConfigurationSortOptionConfiguration. setOrder(SortOrder order)Specify the sort order of that configured option. -
Uses of SortOrder in de.cxp.ocs.model.result
Fields in de.cxp.ocs.model.result declared as SortOrder Modifier and Type Field Description SortOrderSorting. sortOrderMethods in de.cxp.ocs.model.result that return SortOrder Modifier and Type Method Description static SortOrderSortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static SortOrder[]SortOrder. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SortOrder in de.cxp.ocs.util
Methods in de.cxp.ocs.util with parameters of type SortOrder Modifier and Type Method Description booleanSearchQueryBuilder. isSortingActive(Field sortField, SortOrder order)static StringSearchQueryBuilder. sortStringRepresentation(String fieldName, SortOrder order)StringSearchQueryBuilder. withSortingLink(Field sortField, SortOrder sortOrder)
-