| Package | Description |
|---|---|
| de.digitalcollections.model.api.paging | |
| de.digitalcollections.model.impl.paging |
| Modifier and Type | Method | Description |
|---|---|---|
Sorting |
Sorting.and(Sorting sorting) |
|
Sorting |
Sorting.Builder.build() |
|
Sorting |
PageRequest.getSorting() |
Returns the sorting parameters.
|
Sorting |
PageResponse.getSorting() |
|
Sorting |
Order.withProperties(java.lang.String... properties) |
Returns a new
Sorting instance for the given properties. |
| Modifier and Type | Method | Description |
|---|---|---|
Sorting |
Sorting.and(Sorting sorting) |
|
void |
PageRequest.setSorting(Sorting sorting) |
Sets the sorting parameters.
|
PageRequest.Builder |
PageRequest.Builder.sorting(Sorting sorting) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
SortingImpl |
SortingImpl option for queries.
|
| Modifier and Type | Method | Description |
|---|---|---|
Sorting |
SortingImpl.and(Sorting sort) |
Returns a new
SortingImpl consisting of the Orders of the current SortingImpl combined with the given
ones. |
Sorting |
PageRequestImpl.getSorting() |
|
Sorting |
PageResponseImpl.getSorting() |
|
Sorting |
OrderImpl.withProperties(java.lang.String... properties) |
Returns a new
Sorting instance for the given properties. |
| Modifier and Type | Method | Description |
|---|---|---|
Sorting |
SortingImpl.and(Sorting sort) |
Returns a new
SortingImpl consisting of the Orders of the current SortingImpl combined with the given
ones. |
void |
PageRequestImpl.setSorting(Sorting sort) |
| Constructor | Description |
|---|---|
PageRequestImpl(int page,
int size,
Sorting sort) |
Creates a new
PageRequest with sort parameters applied. |
Copyright © 2018. All rights reserved.