|
||||||||||
| 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.CustomerInvoiceForm
public class CustomerInvoiceForm
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 | |
|---|---|
CustomerInvoiceForm()
|
|
| Method Summary | |
|---|---|
String |
getChartCode()
Gets the chartCode attribute. |
List<org.kuali.rice.kns.web.ui.ExtraButton> |
getExtraButtons()
|
String |
getMessage()
Gets the message attribute. |
String |
getOrgCode()
Gets the orgCode attribute. |
String |
getOrgType()
Gets the orgType attribute. |
Date |
getRunDate()
Gets the runDate attribute. |
String |
getUserId()
Gets the userId attribute. |
void |
populate(javax.servlet.http.HttpServletRequest request)
|
void |
setChartCode(String chartCode)
Sets the chartCode attribute value. |
void |
setMessage(String message)
Sets the message attribute value. |
void |
setOrgCode(String orgCode)
Sets the orgCode attribute value. |
void |
setOrgType(String orgType)
Sets the orgType attribute value. |
void |
setRunDate(Date runDate)
Sets the runDate attribute value. |
void |
setUserId(String userId)
Sets the userId attribute value. |
| 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, shouldMethodToCallParameterBeUsed, 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 CustomerInvoiceForm()
| Method Detail |
|---|
public String getUserId()
public void setUserId(String userId)
userId - The userId to set.public String getMessage()
public void setMessage(String message)
message - The message to set.public List<org.kuali.rice.kns.web.ui.ExtraButton> getExtraButtons()
getExtraButtons in class org.kuali.rice.kns.web.struts.form.KualiFormpublic Date getRunDate()
public void setRunDate(Date runDate)
runDate - The runDate to set.public String getOrgType()
public void setOrgType(String orgType)
orgType - The orgType 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||