Uses of Interface
de.digitalcollections.model.api.paging.PageRequest
| Package | Description |
|---|---|
| de.digitalcollections.model.api.paging | |
| de.digitalcollections.model.impl.paging |
-
Uses of PageRequest in de.digitalcollections.model.api.paging
Subinterfaces of PageRequest in de.digitalcollections.model.api.paging Modifier and Type Interface Description interfaceSearchPageRequestMethods in de.digitalcollections.model.api.paging that return PageRequest Modifier and Type Method Description PageRequestPageRequest.Builder. build()PageRequestPageRequest. first()PageRequestPageResponse. getPageRequest()PageRequestPageRequest. next()PageRequestPageResponse. nextPageRequest()Returns thePageRequestto request the nextPageResponse.PageRequestPageRequest. previousOrFirst()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.classSearchPageRequestImplMethods 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(java.util.List<T> content, PageRequest pageRequest, long total)Constructor ofPageResponseImplwith the given content and the given governingPageRequest.