Uses of Class
de.digitalcollections.model.list.sorting.Direction
-
Packages that use Direction Package Description de.digitalcollections.model.list de.digitalcollections.model.list.paging de.digitalcollections.model.list.sorting -
-
Uses of Direction in de.digitalcollections.model.list
Constructors in de.digitalcollections.model.list with parameters of type Direction Constructor Description ListRequest(Direction direction, String... properties)Creates a newListRequestwith sorting parameters applied. -
Uses of Direction in de.digitalcollections.model.list.paging
Constructors in de.digitalcollections.model.list.paging with parameters of type Direction Constructor Description PageRequest(int pageNumber, int pageSize, Direction direction, String... properties)Creates a newPageRequestwith sorting parameters applied. -
Uses of Direction in de.digitalcollections.model.list.sorting
Fields in de.digitalcollections.model.list.sorting declared as Direction Modifier and Type Field Description static DirectionSorting. DEFAULT_DIRECTIONMethods in de.digitalcollections.model.list.sorting that return Direction Modifier and Type Method Description static DirectionDirection. fromString(String value)static DirectionDirection. fromStringOrNull(String value)DirectionOrder. getDirection()Returns the order the property shall be sorted for.static DirectionDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static Direction[]Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.digitalcollections.model.list.sorting with parameters of type Direction Modifier and Type Method Description voidOrder. setDirection(Direction direction)Constructors in de.digitalcollections.model.list.sorting with parameters of type Direction Constructor Description Order(Direction direction, boolean ignoreCase, NullHandling nullHandling, String property)Order(Direction direction, String property)Creates a newOrderinstance.Order(Direction direction, String property, NullHandling nullHandlingHint)Creates a newOrderinstance.Sorting(Direction direction, String... properties)Creates a newSortinginstance.Sorting(Direction direction, List<String> properties)Creates a newSortinginstance.
-