Uses of Class
org.ektorp.PageRequest

Packages that use PageRequest
org.ektorp   
org.ektorp.impl   
 

Uses of PageRequest in org.ektorp
 

Methods in org.ektorp that return PageRequest
static PageRequest PageRequest.firstPage(int pageSize)
           
static PageRequest PageRequest.fromLink(String link)
           
 PageRequest Page.getNextPageRequest()
           
 PageRequest PageRequest.getNextPageRequest(Object nextStartKey, String nextStartDocId)
           
 PageRequest PageRequest.getPreviousPageRequest()
           
 PageRequest Page.getPreviousPageRequest()
           
 

Methods in org.ektorp with parameters of type PageRequest
static ViewQuery PageRequest.applyPagingParameters(ViewQuery q, PageRequest pr)
           
<T> Page<T>
CouchDbConnector.queryForPage(ViewQuery query, PageRequest pr, Class<T> type)
          Provides paged view results.
 

Constructors in org.ektorp with parameters of type PageRequest
Page(List<T> rows, int totalSize, int pageSize, PageRequest previousPageRequest, PageRequest nextPageRequest)
           
 

Uses of PageRequest in org.ektorp.impl
 

Methods in org.ektorp.impl with parameters of type PageRequest
<T> Page<T>
StdCouchDbConnector.queryForPage(ViewQuery query, PageRequest pr, Class<T> type)
           
 

Constructors in org.ektorp.impl with parameters of type PageRequest
PageResponseHandler(PageRequest pr, Class<T> docType, org.codehaus.jackson.map.ObjectMapper om)
           
PageResponseHandler(PageRequest pr, Class<T> docType, org.codehaus.jackson.map.ObjectMapper om, boolean ignoreNotFound)
           
 



Copyright © 2011. All Rights Reserved.