org.apache.empire.struts2.actionsupport
Class ReaderListActionSupport
java.lang.Object
org.apache.empire.commons.ErrorObject
org.apache.empire.struts2.actionsupport.ListActionSupport
org.apache.empire.struts2.actionsupport.ReaderListActionSupport
- All Implemented Interfaces:
- org.apache.empire.commons.ErrorInfo, ListPagingInfo, ListSortingInfo
public class ReaderListActionSupport
- extends ListActionSupport
ReaderListActionSupport
This class provides functions for handling list output from a database query through a DBReader object.
- Author:
- Rainer
Method Summary |
org.apache.empire.db.DBReader |
getReader()
|
boolean |
initReader(org.apache.empire.db.DBCommandExpr cmd)
|
boolean |
initReader(org.apache.empire.db.DBCommandExpr cmd,
boolean scrollable)
|
Methods inherited from class org.apache.empire.struts2.actionsupport.ListActionSupport |
getFirstItemIndex, getItemCount, getLastItemIndex, getListPropertyName, getPage, getPageCount, getPageSize, getSortColumn, isSortDescending, setItemCount, setPage, setSortColumn, setSortColumn, setSortDescending |
Methods inherited from class org.apache.empire.commons.ErrorObject |
clearError, getErrorMessage, getErrorParams, getErrorSource, getErrorType, getMessage, hasError, isExceptionsEnabled, setExceptionsEnabled |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReaderListActionSupport
public ReaderListActionSupport(ActionBase action,
java.lang.String propertyName)
getReader
public org.apache.empire.db.DBReader getReader()
initReader
public boolean initReader(org.apache.empire.db.DBCommandExpr cmd,
boolean scrollable)
initReader
public boolean initReader(org.apache.empire.db.DBCommandExpr cmd)