Uses of Class
org.dizitart.no2.common.SortOrder
-
Packages that use SortOrder Package Description org.dizitart.no2.collection org.dizitart.no2.common -
-
Uses of SortOrder in org.dizitart.no2.collection
Methods in org.dizitart.no2.collection that return types with arguments of type SortOrder Modifier and Type Method Description List<Pair<String,SortOrder>>FindPlan. getBlockingSortOrder()Gets the blocking sort order.Methods in org.dizitart.no2.collection with parameters of type SortOrder Modifier and Type Method Description static FindOptionsFindOptions. orderBy(String fieldName, SortOrder sortOrder)Order by find options.FindOptionsFindOptions. thenOrderBy(String fieldName, SortOrder sortOrder)Then order by find options.Method parameters in org.dizitart.no2.collection with type arguments of type SortOrder Modifier and Type Method Description voidFindPlan. setBlockingSortOrder(List<Pair<String,SortOrder>> blockingSortOrder)Gets the blocking sort order. -
Uses of SortOrder in org.dizitart.no2.common
Methods in org.dizitart.no2.common 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.Methods in org.dizitart.no2.common that return types with arguments of type SortOrder Modifier and Type Method Description List<Pair<String,SortOrder>>SortableFields. getSortingOrders()Gets the sort by field specifications.Methods in org.dizitart.no2.common with parameters of type SortOrder Modifier and Type Method Description SortableFieldsSortableFields. addField(String field, SortOrder sortOrder)Adds a field and its corresponding sort order to a list of sortable fields.
-