|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.struts.action.ActionForm
org.kuali.rice.kns.web.struts.pojo.PojoFormBase
org.kuali.rice.kns.web.struts.form.KualiForm
org.kuali.kfs.module.ar.web.struts.CustomerStatementForm
public class CustomerStatementForm
This class is the action form for Customer Aging Reports.
| Field Summary |
|---|
| Fields inherited from class org.kuali.rice.kns.web.struts.form.KualiForm |
|---|
extraButtons |
| Fields inherited from class org.kuali.rice.kns.web.struts.pojo.PojoFormBase |
|---|
requiredNonEditableProperties |
| Fields inherited from class org.apache.struts.action.ActionForm |
|---|
multipartRequestHandler, servlet |
| Constructor Summary | |
|---|---|
CustomerStatementForm()
|
|
| Method Summary | |
|---|---|
void |
clear()
|
String |
getAccountNumber()
Gets the accountNumber attribute. |
String |
getChartCode()
Gets the chartCode attribute. |
String |
getCustomerNumber()
Gets the customerNumber attribute. |
List<org.kuali.rice.kns.web.ui.ExtraButton> |
getExtraButtons()
|
String |
getMessage()
Gets the message attribute. |
String |
getOrgCode()
Gets the orgCode attribute. |
void |
populate(javax.servlet.http.HttpServletRequest request)
|
void |
setAccountNumber(String accountNumber)
Sets the accountNumber attribute value. |
void |
setChartCode(String chartCode)
Sets the chartCode attribute value. |
void |
setCustomerNumber(String customerNumber)
Sets the customerNumber attribute value. |
void |
setMessage(String message)
Sets the message attribute value. |
void |
setOrgCode(String orgCode)
Sets the orgCode attribute value. |
boolean |
shouldMethodToCallParameterBeUsed(String methodToCallParameterName,
String methodToCallParameterValue,
javax.servlet.http.HttpServletRequest request)
|
| Methods inherited from class org.kuali.rice.kns.web.struts.form.KualiForm |
|---|
addRequiredNonEditableProperties, clearEditablePropertyInformation, getActionFormUtilMap, getAnchor, getBackLocation, getCurrentTabIndex, getDisplayedErrors, getDisplayedInfo, getDisplayedWarnings, getDocInfo, getExtraButton, getFieldNameToFocusOnAfterSubmit, getHeaderNavigationTabs, getMethodToCall, getNavigationCss, getNextArbitrarilyHighIndex, getNumColumns, getRefreshCaller, getTabState, getTabStates, incrementTabIndex, isFieldLevelHelpEnabled, populateBackLocation, populateFieldLevelHelpEnabled, reset, reset, retrieveFormValueForLookupInquiryParameters, setActionFormUtilMap, setAnchor, setBackLocation, setCurrentTabIndex, setDerivedValuesOnForm, setDocInfo, setExtraButton, setExtraButtons, setFieldLevelHelpEnabled, setFieldNameToFocusOnAfterSubmit, setHeaderNavigationTabs, setMethodToCall, setNavigationCss, setNumColumns, setRefreshCaller, setTabStates, shouldPropertyBePopulatedInForm |
| Methods inherited from class org.kuali.rice.kns.web.struts.pojo.PojoFormBase |
|---|
addMaxUploadSize, cacheUnconvertedValue, copyPopulateEditablePropertiesToActionEditableProperties, customInitMaxUploadSizes, formatterClassForKeypath, formatValue, getActionEditablePropertiesGuid, getEditableProperties, getFormatter, getFormatterTypes, getIsNewForm, getMaxUploadSizes, getMethodToCallsToBypassSessionRetrievalForGETRequests, getParameter, getParameterValues, getPopulateEditableProperties, getPopulateEditablePropertiesGuid, getPropertyType, getRequiredNonEditableProperties, getStrutsActionMappingScope, getUnconvertedValues, getUnknownKeys, initMaxUploadSizes, isPropertyEditable, isPropertyNonEditableButRequired, populateForProperty, postprocessRequestParameters, processValidationFail, registerEditableProperty, registerIsNewForm, registerRequiredNonEditableProperty, registerStrutsActionMappingScope, setActionEditablePropertiesGuid, setFormatterType, setFormatterTypes, setPopulateEditablePropertiesGuid, setUnconvertedValues |
| Methods inherited from class org.apache.struts.action.ActionForm |
|---|
getMultipartRequestHandler, getServlet, getServletWrapper, 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 CustomerStatementForm()
| Method Detail |
|---|
public String getMessage()
public void setMessage(String message)
message - The message to set.public void populate(javax.servlet.http.HttpServletRequest request)
populate in interface org.kuali.rice.kns.web.struts.pojo.PojoFormpopulate in class org.kuali.rice.kns.web.struts.form.KualiFormpublic String getChartCode()
public void setChartCode(String chartCode)
chartCode - The chartCode to set.public String getOrgCode()
public void setOrgCode(String orgCode)
orgCode - The orgCode to set.public String getCustomerNumber()
public void setCustomerNumber(String customerNumber)
customerNumber - The customerNumber to set.public String getAccountNumber()
public void setAccountNumber(String accountNumber)
accountNumber - The accountNumber to set.public void clear()
public List<org.kuali.rice.kns.web.ui.ExtraButton> getExtraButtons()
getExtraButtons in class org.kuali.rice.kns.web.struts.form.KualiForm
public boolean shouldMethodToCallParameterBeUsed(String methodToCallParameterName,
String methodToCallParameterValue,
javax.servlet.http.HttpServletRequest request)
shouldMethodToCallParameterBeUsed in class org.kuali.rice.kns.web.struts.form.KualiFormKualiDocumentFormBase.shouldMethodToCallParameterBeUsed(java.lang.String, java.lang.String, javax.servlet.http.HttpServletRequest)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||