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, previous
boolean isFirstPage(JDBCMediator mediator) throws MediatorException
mediator
- MediatorException
boolean isLastPage(JDBCMediator mediator) throws MediatorException
mediator
- MediatorException
commonj.sdo.DataObject page(int pageNumber, JDBCMediator mediator) throws MediatorException
pageNumber
- mediator
- MediatorException
int pageCount(JDBCMediator mediator) throws MediatorException
mediator
- MediatorException