Uses of Interface
de.digitalcollections.model.api.paging.PageRequest
-
Packages that use PageRequest Package Description de.digitalcollections.model.api.paging de.digitalcollections.model.impl.paging -
-
Uses of PageRequest in de.digitalcollections.model.api.paging
Methods in de.digitalcollections.model.api.paging that return PageRequest Modifier and Type Method Description PageRequestPageRequest.Builder. build()PageRequestPageRequest. first()Returns thePageRequestrequesting the first page.PageRequestPageResponse. getPageRequest()PageRequestPageRequest. next()Returns thePageRequestrequesting the next page.PageRequestPageResponse. nextPageRequest()Returns thePageRequestto request the nextPageResponse.PageRequestPageRequest. previousOrFirst()Returns the previousPageRequestor the firstPageRequestif the current one already is the first one.PageRequestPageResponse. previousPageRequest()Returns thePageRequestto request the previousPageResponse. -
Uses of PageRequest in de.digitalcollections.model.impl.paging
Classes in de.digitalcollections.model.impl.paging that implement PageRequest Modifier and Type Class Description classPageRequestImplBasic Java Bean implementation ofPageRequest.Methods in de.digitalcollections.model.impl.paging that return PageRequest Modifier and Type Method Description PageRequestPageRequestImpl. first()PageRequestPageResponseImpl. getPageRequest()PageRequestPageRequestImpl. next()PageRequestPageResponseImpl. nextPageRequest()PageRequestPageRequestImpl. previous()Returns thePageResponserequesting the previous page.PageRequestPageRequestImpl. previousOrFirst()PageRequestPageResponseImpl. previousPageRequest()Methods in de.digitalcollections.model.impl.paging with parameters of type PageRequest Modifier and Type Method Description voidPageResponseImpl. setPageRequest(PageRequest pageRequest)Constructors in de.digitalcollections.model.impl.paging with parameters of type PageRequest Constructor Description FindParamsImpl(PageRequest pageRequest)PageResponseImpl(List<T> content, PageRequest pageRequest, long total)Constructor ofPageResponseImplwith the given content and the given governingPageRequest.
-