org.apache.empire.struts2.actionsupport
Class ReaderListActionSupport

java.lang.Object
  extended by org.apache.empire.commons.ErrorObject
      extended by org.apache.empire.struts2.actionsupport.ListActionSupport
          extended by 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

Constructor Summary
ReaderListActionSupport(ActionBase action, java.lang.String propertyName)
           
 
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
 

Constructor Detail

ReaderListActionSupport

public ReaderListActionSupport(ActionBase action,
                               java.lang.String propertyName)
Method Detail

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)