Uses of Class
de.cxp.ocs.model.result.Sorting
-
Packages that use Sorting Package Description de.cxp.ocs.model.result de.cxp.ocs.util -
-
Uses of Sorting in de.cxp.ocs.model.result
Fields in de.cxp.ocs.model.result with type parameters of type Sorting Modifier and Type Field Description List<Sorting>SearchResult. sortOptions -
Uses of Sorting in de.cxp.ocs.util
Fields in de.cxp.ocs.util with type parameters of type Sorting Modifier and Type Field Description List<Sorting>InternalSearchParams. sortingsMethods in de.cxp.ocs.util that return types with arguments of type Sorting Modifier and Type Method Description static List<Sorting>SearchParamsParser. parseSortings(String paramValue, FieldConfigIndex fields)Parses the sorting parameter into a list of enriched Sorting objects.Methods in de.cxp.ocs.util with parameters of type Sorting Modifier and Type Method Description InternalSearchParamsInternalSearchParams. withSorting(Sorting sorting)
-