org.kuali.kfs.module.ar.web.struts
Class CustomerStatementForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.kuali.rice.kns.web.struts.pojo.PojoFormBase
          extended by org.kuali.rice.kns.web.struts.form.KualiForm
              extended by org.kuali.kfs.module.ar.web.struts.CustomerStatementForm
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.web.struts.pojo.PojoForm

public class CustomerStatementForm
extends org.kuali.rice.kns.web.struts.form.KualiForm

This class is the action form for Customer Aging Reports.

See Also:
Serialized Form

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

CustomerStatementForm

public CustomerStatementForm()
Method Detail

getMessage

public String getMessage()
Gets the message attribute.

Returns:
Returns the message.

setMessage

public void setMessage(String message)
Sets the message attribute value.

Parameters:
message - The message to set.

populate

public void populate(javax.servlet.http.HttpServletRequest request)
Specified by:
populate in interface org.kuali.rice.kns.web.struts.pojo.PojoForm
Overrides:
populate in class org.kuali.rice.kns.web.struts.form.KualiForm

getChartCode

public String getChartCode()
Gets the chartCode attribute.

Returns:
Returns the chartCode.

setChartCode

public void setChartCode(String chartCode)
Sets the chartCode attribute value.

Parameters:
chartCode - The chartCode to set.

getOrgCode

public String getOrgCode()
Gets the orgCode attribute.

Returns:
Returns the orgCode.

setOrgCode

public void setOrgCode(String orgCode)
Sets the orgCode attribute value.

Parameters:
orgCode - The orgCode to set.

getCustomerNumber

public String getCustomerNumber()
Gets the customerNumber attribute.

Returns:
Returns the customerNumber.

setCustomerNumber

public void setCustomerNumber(String customerNumber)
Sets the customerNumber attribute value.

Parameters:
customerNumber - The customerNumber to set.

getAccountNumber

public String getAccountNumber()
Gets the accountNumber attribute.

Returns:
Returns the accountNumber.

setAccountNumber

public void setAccountNumber(String accountNumber)
Sets the accountNumber attribute value.

Parameters:
accountNumber - The accountNumber to set.

clear

public void clear()

getExtraButtons

public List<org.kuali.rice.kns.web.ui.ExtraButton> getExtraButtons()
Overrides:
getExtraButtons in class org.kuali.rice.kns.web.struts.form.KualiForm

shouldMethodToCallParameterBeUsed

public boolean shouldMethodToCallParameterBeUsed(String methodToCallParameterName,
                                                 String methodToCallParameterValue,
                                                 javax.servlet.http.HttpServletRequest request)
Overrides:
shouldMethodToCallParameterBeUsed in class org.kuali.rice.kns.web.struts.form.KualiForm
See Also:
KualiDocumentFormBase.shouldMethodToCallParameterBeUsed(java.lang.String, java.lang.String, javax.servlet.http.HttpServletRequest)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.