com.extentech.ExtenBean
Interface PageableDataObject

All Superinterfaces:
DataObject, RelationalObject, Serializable, SimpleDataObject, SQLObject

public interface PageableDataObject
extends DataObject

An interface which extends the DataObject interface allowing for paging through result set data.

Version:
1.1
Author:
John McMahon -- Copyright ©2011Extentech Inc.
See Also:
ExtenBeanFactory, DataObject, colinfo

Method Summary
 int getAbsolutePage()
           
 boolean getBOF()
           
 boolean getEOF()
           
 int getIndex()
           
 boolean getIsLastPage()
           
 int getPageSize()
           
 String getSequenceName()
           
 void moveFirst()
           
 void moveLast()
           
 void moveNext()
           
 void movePrevous()
           
 void setAbsolutePage(int absolutePage)
           
 void setBOF(boolean b)
           
 void setEOF(boolean b)
           
 void setIndex(int index)
           
 boolean setIndexB(int index)
           
 void setIsLastPage(boolean isLastPage)
           
 void setPageSize(int pageSize)
           
 void setSequenceName(String sequenceName)
           
 
Methods inherited from interface com.extentech.ExtenBean.DataObject
activate, addDataObjectActionListener, addOrderByItem, fireDataObjectActionEvent, getCascadeUpdates, getChangedRowCount, getChangedRows, getChildByName, getColinfo, getColinfoByName, getColnames, getColNumByName, getData, getDataObjectActionListeners, getDataRow, getDOLookupField, getFactory, getId, getIsMultiple, getIsNew, getNumRows, getOrderByHash, getStringVal, getVal, getVal, getVal, init, isPageable, load, passivate, remove, removeChangedRow, removeChangedRows, removeDataObjectActionListener, removeDataObjectActionListeners, setCascadeUpdates, setColinfo, setDOLookupField, setFactory, setId, setIsMultiple, setIsNew, setVal, setVal, store
 
Methods inherited from interface com.extentech.ExtenBean.SimpleDataObject
getColNames, getDataObject, getStringVal, isNew
 
Methods inherited from interface com.extentech.ExtenBean.RelationalObject
addChildObject, getAllChildrenInHeirarchy, getChildObjects, getLevel, getParentObject, hasChildren, setLevel, setParent
 
Methods inherited from interface com.extentech.ExtenBean.SQLObject
beginTrans, getIsUpdateable, getKeyCol, getKeyColName, getParentForeignKey, getParentId, getSQL, getTableName, rollBack, setData, setIsUpdateable, setKeyCol, setKeyCol, setParentForeignKey, setSQL, setTableName
 

Method Detail

getEOF

boolean getEOF()

getBOF

boolean getBOF()

setEOF

void setEOF(boolean b)

setBOF

void setBOF(boolean b)

getSequenceName

String getSequenceName()

setSequenceName

void setSequenceName(String sequenceName)

setIndex

void setIndex(int index)

getIndex

int getIndex()

setIndexB

boolean setIndexB(int index)

moveFirst

void moveFirst()

moveLast

void moveLast()

movePrevous

void movePrevous()

moveNext

void moveNext()

setPageSize

void setPageSize(int pageSize)

getPageSize

int getPageSize()

getAbsolutePage

int getAbsolutePage()

setAbsolutePage

void setAbsolutePage(int absolutePage)

setIsLastPage

void setIsLastPage(boolean isLastPage)

getIsLastPage

boolean getIsLastPage()


Copyright © 2011 Extentech Inc. All Rights Reserved.