| Package | Description |
|---|---|
| de.digitalcollections.model.api.paging | |
| de.digitalcollections.model.api.paging.enums | |
| de.digitalcollections.model.impl.paging |
| Modifier and Type | Field | Description |
|---|---|---|
static Direction |
Sorting.DEFAULT_DIRECTION |
| Modifier and Type | Method | Description |
|---|---|---|
Direction |
Order.getDirection() |
Returns the order the property shall be sorted for.
|
| Modifier and Type | Method | Description |
|---|---|---|
Order.Builder |
Order.Builder.direction(Direction direction) |
|
Order |
Order.with(Direction direction) |
| Modifier and Type | Method | Description |
|---|---|---|
static Direction |
Direction.fromString(java.lang.String value) |
Returns the
Direction enum for the given String value. |
static Direction |
Direction.fromStringOrNull(java.lang.String value) |
Returns the
Direction enum for the given String or null if it cannot be parsed into an enum
value. |
static Direction |
Direction.valueOf(java.lang.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 | Description |
|---|---|---|
Direction |
OrderImpl.getDirection() |
Returns the order the property shall be sorted for.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
OrderImpl.setDirection(Direction direction) |
|
Order |
OrderImpl.with(Direction direction) |
| Constructor | Description |
|---|---|
OrderImpl(Direction direction,
boolean ignoreCase,
NullHandling nullHandling,
java.lang.String property) |
|
OrderImpl(Direction direction,
java.lang.String property) |
Creates a new
Order instance. |
OrderImpl(Direction direction,
java.lang.String property,
NullHandling nullHandlingHint) |
Creates a new
Order instance. |
PageRequestImpl(int page,
int size,
Direction direction,
java.lang.String... properties) |
Creates a new
PageRequest with sort parameters applied. |
SortingImpl(Direction direction,
java.lang.String... properties) |
Creates a new
Sorting instance. |
SortingImpl(Direction direction,
java.util.List<java.lang.String> properties) |
Creates a new
Sorting instance. |
Copyright © 2018. All rights reserved.