| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.struts.action.ActionForm
org.jaffa.presentation.portlet.FormBase
org.jaffa.components.finder.FinderCriteriaForm
This is the base class for all FinderComponent FormBeans. It has the following properties - 1- sortDropDown : The sort criteria to use for the inquiry 2- exportType : The export option to use for the inquiry (initialized to regular Web Pages) 3- maxRecords: The maximum number of records to retrieve. This will be initialized to the first value in the option list.
| Field Summary | 
| Fields inherited from class org.apache.struts.action.ActionForm | 
| multipartRequestHandler, servlet | 
| Constructor Summary | |
| FinderCriteriaForm()Deprecated. | |
| Method Summary | |
|  boolean | doValidate(HttpServletRequest request)Deprecated. This method should be invoked to ensure a valid state of the FormBean. | 
|  String | getExportType()Deprecated. Getter for property exportType. | 
|  RadioButtonModel | getExportTypeWM()Deprecated. Getter for property exportType. | 
|  Integer | getMaxRecords()Deprecated. Getter for property maxRecords. | 
|  DropDownModel | getMaxRecordsWM()Deprecated. Getter for DropDown property maxRecords. | 
|  String | getSortDropDown()Deprecated. Getter for property sortDropDown. | 
|  DropDownModel | getSortDropDownWM()Deprecated. Getter for DropDown property sortDropDown. | 
|  void | setExportType(String exportType)Deprecated. Setter for property exportType. | 
|  void | setExportTypeWV(String value)Deprecated. Setter for property exportType. | 
|  void | setMaxRecords(Integer maxRecords)Deprecated. Setter for property maxRecords. | 
|  void | setMaxRecordsWV(String value)Deprecated. Setter for DropDown property maxRecords. | 
|  void | setSortDropDown(String sortDropDown)Deprecated. Setter for property sortDropDown. | 
|  void | setSortDropDownWV(String value)Deprecated. Setter for DropDown property sortDropDown. | 
| Methods inherited from class org.jaffa.presentation.portlet.FormBase | 
| cleanup, clearErrors, getComponent, getErrors, getWidgetCache, hasErrors, initForm, raiseError, raiseError, raiseError, raiseError, raiseError, raiseError, raiseError, raiseError, raiseError, reset, setComponent | 
| Methods inherited from class org.apache.struts.action.ActionForm | 
| getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate, validate | 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public FinderCriteriaForm()
| Method Detail | 
public String getSortDropDown()
public void setSortDropDown(String sortDropDown)
sortDropDown - New value of property sortDropDown.public DropDownModel getSortDropDownWM()
public void setSortDropDownWV(String value)
value - New value of DropDown property sortDropDown.public String getExportType()
public void setExportType(String exportType)
exportType - New value of property exportType.public RadioButtonModel getExportTypeWM()
public void setExportTypeWV(String value)
value - New value of property exportType.public Integer getMaxRecords()
public void setMaxRecords(Integer maxRecords)
maxRecords - New value of property maxRecords.public DropDownModel getMaxRecordsWM()
public void setMaxRecordsWV(String value)
value - New value of DropDown property maxRecords.public boolean doValidate(HttpServletRequest request)
request - The request stream
| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||