| Package | Description |
|---|---|
| de.digitalcollections.model.api.paging | |
| de.digitalcollections.model.impl.paging |
| Modifier and Type | Method | Description |
|---|---|---|
Order |
Order.Builder.build() |
|
Order |
Sorting.getOrderFor(java.lang.String property) |
Returns the order registered for the given property.
|
Order |
Order.ignoreCase() |
Returns a new
Order with case insensitive sorting enabled. |
Order |
Order.nullsFirst() |
Returns a
Order with NullHandling.NULLS_FIRST as null handling hint. |
Order |
Order.nullsLast() |
Returns a
Order with NullHandling.NULLS_LAST as null handling hint. |
Order |
Order.nullsNative() |
Returns a
Order with NullHandling.NATIVE as null handling hint. |
Order |
Order.with(Direction direction) |
|
Order |
Order.with(NullHandling nullHandling) |
Returns a
Order with the given NullHandling. |
Order |
Order.withProperty(java.lang.String property) |
Returns a new
Order |
| Modifier and Type | Method | Description |
|---|---|---|
Sorting.Builder |
Sorting.Builder.order(Order order) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
OrderImpl |
PropertyPath implements the pairing of an
Direction and a property. |
| Modifier and Type | Method | Description |
|---|---|---|
Order |
SortingImpl.getOrderFor(java.lang.String property) |
Returns the order registered for the given property.
|
Order |
OrderImpl.ignoreCase() |
Returns a new
Order with case insensitive sorting enabled. |
Order |
OrderImpl.nullsFirst() |
Returns a
Order with NullHandling.NULLS_FIRST as null handling hint. |
Order |
OrderImpl.nullsLast() |
Returns a
Order with NullHandling.NULLS_LAST as null handling hint. |
Order |
OrderImpl.nullsNative() |
Returns a
Order with NullHandling.NATIVE as null handling hint. |
Order |
OrderImpl.with(Direction direction) |
|
Order |
OrderImpl.with(NullHandling nullHandling) |
Returns a
Order with the given NullHandling. |
Order |
OrderImpl.withProperty(java.lang.String property) |
Returns a new
Order |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<Order> |
SortingImpl.getOrders() |
|
java.util.Iterator<Order> |
SortingImpl.iterator() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SortingImpl.setOrders(java.util.List<Order> orders) |
| Constructor | Description |
|---|---|
SortingImpl(Order... orders) |
| Constructor | Description |
|---|---|
SortingImpl(java.util.List<Order> orders) |
Creates a new
Sorting instance. |
Copyright © 2018. All rights reserved.