|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tuscany.das.rdb.impl.PagerImpl
public class PagerImpl
Constructor Summary | |
---|---|
PagerImpl(Command command,
int size)
|
Method Summary | |
---|---|
commonj.sdo.DataObject |
getPage(int page)
Return a specific identified page. |
commonj.sdo.DataObject |
next()
Get the next page of data |
commonj.sdo.DataObject |
previous()
Get the page prior to the last page returned |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PagerImpl(Command command, int size)
Method Detail |
---|
public commonj.sdo.DataObject next()
Pager
next
in interface Pager
public commonj.sdo.DataObject getPage(int page)
Pager
getPage
in interface Pager
page
- The number of the page to return
public commonj.sdo.DataObject previous()
Pager
previous
in interface Pager
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |