| Package | Description | 
|---|---|
| com.onwbp.adaptation | 
 Provides core classes and interfaces for accessing datasets, tables, and their records. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RequestPagination.Page | 
RequestPagination.getFirstPage()
Returns the first page of the current request. 
 | 
RequestPagination.Page | 
RequestPagination.getLastPage()
Returns the last page of the current request. 
 | 
RequestPagination.Page | 
RequestPagination.getNextPage(Adaptation rowJustBeforePage)
Returns the page which contains the records just after
 the specified row. 
 | 
RequestPagination.Page | 
RequestPagination.getNextPage(PrimaryKey rowJustBeforePage)
Returns the page which contains the records just after
 the specified row. 
 | 
RequestPagination.Page | 
RequestPagination.getNextPage(RequestPagination.Page aPage)
Returns the page which contains the records just after
 the specified page. 
 | 
RequestPagination.Page | 
RequestPagination.getPreviousPage(Adaptation rowJustAfterPage)
Returns the page which contains the records just before
 the specified row. 
 | 
RequestPagination.Page | 
RequestPagination.getPreviousPage(PrimaryKey rowJustAfterPage)
Returns the page which contains the records just before
 the specified row. 
 | 
RequestPagination.Page | 
RequestPagination.getPreviousPage(RequestPagination.Page aPage)
Returns the page which contains the records just before
 the specified row. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RequestPagination.Page | 
RequestPagination.getNextPage(RequestPagination.Page aPage)
Returns the page which contains the records just after
 the specified page. 
 | 
RequestPagination.Page | 
RequestPagination.getPreviousPage(RequestPagination.Page aPage)
Returns the page which contains the records just before
 the specified row. 
 |