|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
|
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 | ||
|---|---|---|
|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||