Uses of Class
de.digitalcollections.model.paging.Order
-
Packages that use Order Package Description de.digitalcollections.model.paging -
-
Uses of Order in de.digitalcollections.model.paging
Methods in de.digitalcollections.model.paging that return Order Modifier and Type Method Description OrderOrderBuilder. build()OrderSorting. getOrderFor(String property)Returns the order registered for the given property.OrderOrder. ignoreCase()Returns a newOrderwith case insensitive sorting enabled.OrderOrder. nullsFirst()Returns aOrderwithNullHandling.NULLS_FIRSTas null handling hint.OrderOrder. nullsLast()Returns aOrderwithNullHandling.NULLS_LASTas null handling hint.OrderOrder. nullsNative()Returns aOrderwithNullHandling.NATIVEas null handling hint.OrderOrder. with(Direction direction)OrderOrder. with(NullHandling nullHandling)Returns aOrderwith the givenNullHandling.OrderOrder. withProperty(String property)Returns a newOrderMethods in de.digitalcollections.model.paging that return types with arguments of type Order Modifier and Type Method Description List<Order>Sorting. getOrders()Iterator<Order>Sorting. iterator()Methods in de.digitalcollections.model.paging with parameters of type Order Modifier and Type Method Description SortingBuilderSortingBuilder. order(Order order)Method parameters in de.digitalcollections.model.paging with type arguments of type Order Modifier and Type Method Description voidSorting. setOrders(List<Order> orders)Constructors in de.digitalcollections.model.paging with parameters of type Order Constructor Description Sorting(Order... orders)Constructor parameters in de.digitalcollections.model.paging with type arguments of type Order Constructor Description Sorting(List<Order> orders)Creates a newSortinginstance.
-