| Package | Description |
|---|---|
| de.digitalcollections.core.model.api.paging | |
| de.digitalcollections.core.model.impl.paging |
| Modifier and Type | Method and Description |
|---|---|
Order |
Sorting.getOrderFor(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(String property)
Returns a new
Order |
| Modifier and Type | Class and Description |
|---|---|
class |
OrderImpl
PropertyPath implements the pairing of an
Direction and a property. |
| Modifier and Type | Method and Description |
|---|---|
Order |
SortingImpl.getOrderFor(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(String property)
Returns a new
Order |
| Modifier and Type | Method and Description |
|---|---|
List<Order> |
SortingImpl.getOrders() |
Iterator<Order> |
SortingImpl.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
SortingImpl.setOrders(List<Order> orders) |
| Constructor and Description |
|---|
SortingImpl(Order... orders)
|
| Constructor and Description |
|---|
SortingImpl(List<Order> orders)
Creates a new
Sorting instance. |
Copyright © 2018. All rights reserved.