Uses of Interface
de.digitalcollections.model.api.paging.Sorting
-
Packages that use 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()Returns the sorting parameters.SortingPageResponse. getSorting()SortingOrder. withProperties(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)Sets the sorting parameters.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(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 page, int size, Sorting sort)Creates a newPageRequestwith sort parameters applied.
-