Uses of Interface
de.digitalcollections.model.api.paging.Order
| Package | Description |
|---|---|
| de.digitalcollections.model.api.paging | |
| de.digitalcollections.model.impl.paging |
-
Uses of Order in de.digitalcollections.model.api.paging
Methods in de.digitalcollections.model.api.paging that return Order Modifier and Type Method Description OrderOrder.Builder. build()OrderSorting. getOrderFor(java.lang.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(java.lang.String property)Returns a newOrderMethods in de.digitalcollections.model.api.paging that return types with arguments of type Order Modifier and Type Method Description java.util.List<Order>Sorting. getOrders()Methods in de.digitalcollections.model.api.paging with parameters of type Order Modifier and Type Method Description Sorting.BuilderSorting.Builder. order(Order order) -
Uses of Order in de.digitalcollections.model.impl.paging
Classes in de.digitalcollections.model.impl.paging that implement Order Modifier and Type Class Description classOrderImplPropertyPath implements the pairing of anDirectionand a property.Methods in de.digitalcollections.model.impl.paging that return Order Modifier and Type Method Description OrderSortingImpl. getOrderFor(java.lang.String property)Returns the order registered for the given property.OrderOrderImpl. ignoreCase()Returns a newOrderwith case insensitive sorting enabled.OrderOrderImpl. nullsFirst()Returns aOrderwithNullHandling.NULLS_FIRSTas null handling hint.OrderOrderImpl. nullsLast()Returns aOrderwithNullHandling.NULLS_LASTas null handling hint.OrderOrderImpl. nullsNative()Returns aOrderwithNullHandling.NATIVEas null handling hint.OrderOrderImpl. with(Direction direction)OrderOrderImpl. with(NullHandling nullHandling)Returns aOrderwith the givenNullHandling.OrderOrderImpl. withProperty(java.lang.String property)Returns a newOrderMethods in de.digitalcollections.model.impl.paging that return types with arguments of type Order Modifier and Type Method Description java.util.List<Order>SortingImpl. getOrders()java.util.Iterator<Order>SortingImpl. iterator()Method parameters in de.digitalcollections.model.impl.paging with type arguments of type Order Modifier and Type Method Description voidSortingImpl. setOrders(java.util.List<Order> orders)Constructors in de.digitalcollections.model.impl.paging with parameters of type Order Constructor Description SortingImpl(Order... orders)Constructor parameters in de.digitalcollections.model.impl.paging with type arguments of type Order Constructor Description SortingImpl(java.util.List<Order> orders)Creates a newSortinginstance.