| Modifier and Type | Method and Description |
|---|---|
boolean |
isFirstPage(JDBCMediator mediator)
Returns true if the current page is the first page
|
boolean |
isLastPage(JDBCMediator mediator)
Returns true if the current page is the last page
|
commonj.sdo.DataObject |
page(int pageNumber,
JDBCMediator mediator)
Returns the root DataObject from the specified page number
|
int |
pageCount(JDBCMediator mediator)
Returns the number of pages
|
getPageSize, next, previousboolean isFirstPage(JDBCMediator mediator) throws MediatorException
mediator - MediatorExceptionboolean isLastPage(JDBCMediator mediator) throws MediatorException
mediator - MediatorExceptioncommonj.sdo.DataObject page(int pageNumber,
JDBCMediator mediator)
throws MediatorException
pageNumber - mediator - MediatorExceptionint pageCount(JDBCMediator mediator) throws MediatorException
mediator - MediatorException