| Package | Description |
|---|---|
| de.digitalcollections.core.model.api.paging | |
| de.digitalcollections.core.model.impl.paging |
| Modifier and Type | Method and Description |
|---|---|
Sorting |
Sorting.and(Sorting sorting)
|
Sorting |
PageRequest.getSorting()
Returns the sorting parameters.
|
Sorting |
PageResponse.getSorting()
Returns the sorting parameters for the
PageResponse. |
Sorting |
Order.withProperties(String... properties)
Returns a new
Sorting instance for the given properties. |
| Modifier and Type | Method and Description |
|---|---|
Sorting |
Sorting.and(Sorting sorting)
|
| Modifier and Type | Class and Description |
|---|---|
class |
SortingImpl
SortingImpl option for queries.
|
| Modifier and Type | Method and 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(String... properties)
Returns a new
Sorting instance for the given properties. |
| Modifier and Type | Method and 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 and Description |
|---|
PageRequestImpl(int page,
int size,
Sorting sort)
Creates a new
PageRequest with sort parameters applied. |
Copyright © 2018. All rights reserved.