Uses of Interface
de.digitalcollections.model.api.paging.Sorting
| Package | Description |
|---|---|
| de.digitalcollections.model.api.paging | |
| de.digitalcollections.model.impl.paging |
-
Uses of Sorting in de.digitalcollections.model.api.paging
Methods in de.digitalcollections.model.api.paging that return Sorting Modifier and Type Method Description SortingSorting. and(Sorting sorting)SortingSorting.Builder. build()SortingPageRequest. getSorting()SortingPageResponse. getSorting()SortingOrder. withProperties(java.lang.String... properties)Returns a newSortinginstance for the given properties.Methods in de.digitalcollections.model.api.paging with parameters of type Sorting Modifier and Type Method Description SortingSorting. and(Sorting sorting)voidPageRequest. setSorting(Sorting sorting)PageRequest.BuilderPageRequest.Builder. sorting(Sorting sorting) -
Uses of Sorting in de.digitalcollections.model.impl.paging
Classes in de.digitalcollections.model.impl.paging that implement Sorting Modifier and Type Class Description classSortingImplSortingImpl option for queries.Methods in de.digitalcollections.model.impl.paging that return Sorting Modifier and Type Method Description SortingSortingImpl. and(Sorting sort)Returns a newSortingImplconsisting of theOrders of the currentSortingImplcombined with the given ones.SortingPageRequestImpl. getSorting()SortingPageResponseImpl. getSorting()SortingOrderImpl. withProperties(java.lang.String... properties)Returns a newSortinginstance for the given properties.Methods in de.digitalcollections.model.impl.paging with parameters of type Sorting Modifier and Type Method Description SortingSortingImpl. and(Sorting sort)Returns a newSortingImplconsisting of theOrders of the currentSortingImplcombined with the given ones.voidPageRequestImpl. setSorting(Sorting sort)Constructors in de.digitalcollections.model.impl.paging with parameters of type Sorting Constructor Description PageRequestImpl(int pageNumber, int pageSize, Sorting sort)PageRequestImpl(int pageNumber, int pageSize, Sorting sort, Filtering filtering)Creates a newPageRequestwith sort parameters applied.SearchPageRequestImpl(java.lang.String searchTerm, int pageNumber, int pageSize, Sorting sorting)