| Package | Description |
|---|---|
| de.digitalcollections.core.model.api.paging | |
| de.digitalcollections.core.model.api.paging.enums | |
| de.digitalcollections.core.model.impl.paging |
| Modifier and Type | Field and Description |
|---|---|
static Direction |
Sorting.DEFAULT_DIRECTION |
| Modifier and Type | Method and Description |
|---|---|
Direction |
Order.getDirection()
Returns the order the property shall be sorted for.
|
| Modifier and Type | Method and Description |
|---|---|
Order |
Order.with(Direction direction)
|
| Modifier and Type | Method and Description |
|---|---|
static Direction |
Direction.fromString(String value)
|
static Direction |
Direction.fromStringOrNull(String value)
|
static Direction |
Direction.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.
|
| Modifier and Type | Method and Description |
|---|---|
Direction |
OrderImpl.getDirection()
Returns the order the property shall be sorted for.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OrderImpl.setDirection(Direction direction) |
Order |
OrderImpl.with(Direction direction)
|
| Constructor and Description |
|---|
OrderImpl(Direction direction,
String property)
Creates a new
Order instance. |
OrderImpl(Direction direction,
String property,
NullHandling nullHandlingHint)
Creates a new
Order instance. |
PageRequestImpl(int page,
int size,
Direction direction,
String... properties)
Creates a new
PageRequest with sort parameters applied. |
SortingImpl(Direction direction,
List<String> properties)
Creates a new
Sorting instance. |
SortingImpl(Direction direction,
String... properties)
Creates a new
Sorting instance. |
Copyright © 2018. All rights reserved.