|
||||||||||
| 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.rice.kns.web.struts.form.LookupForm
org.kuali.kfs.module.ar.web.struts.CustomerAgingReportForm
public class CustomerAgingReportForm
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 | |
|---|---|
CustomerAgingReportForm()
|
|
| Method Summary | |
|---|---|
String |
getBackLocation()
|
String |
getBusinessObjectClassName()
|
String |
getConversionFields()
|
Map |
getFieldConversions()
|
Map |
getFields()
|
String |
getFormKey()
|
org.kuali.rice.kns.lookup.Lookupable |
getLookupable()
|
String |
getLookupableImplServiceName()
|
org.kuali.rice.kns.lookup.Lookupable |
getPendingEntryLookupable()
|
String |
getTotal0to30()
Gets the total0to30 attribute. |
String |
getTotal31to60()
Gets the total31to60 attribute. |
String |
getTotal61to90()
Gets the total61to90 attribute. |
String |
getTotal91toSYSPR()
Gets the total91toSYSPR attribute. |
String |
getTotalSYSPRplus1orMore()
Gets the totalSYSPRplus1orMore attribute. |
boolean |
isHideReturnLink()
|
void |
populate(javax.servlet.http.HttpServletRequest request)
Picks out business object name from the request to get retrieve a lookupable and set properties. |
void |
setBackLocation(String backLocation)
|
void |
setBusinessObjectClassName(String businessObjectClassName)
|
void |
setConversionFields(String conversionFields)
|
void |
setFieldConversions(Map fieldConversions)
|
void |
setFields(Map fields)
|
void |
setFormKey(String formKey)
|
void |
setHideReturnLink(boolean hideReturnLink)
|
void |
setLookupable(org.kuali.rice.kns.lookup.Lookupable lookupable)
|
void |
setLookupableImplServiceName(String lookupableImplServiceName)
|
void |
setPendingEntryLookupable(org.kuali.rice.kns.lookup.Lookupable pendingEntryLookupable)
|
void |
setTotal0to30(String total0to30)
Sets the total0to30 attribute value. |
void |
setTotal31to60(String total31to60)
Sets the total31to60 attribute value. |
void |
setTotal61to90(String total61to90)
Sets the total61to90 attribute value. |
void |
setTotal91toSYSPR(String total91toSYSPR)
Sets the total91toSYSPR attribute value. |
void |
setTotalSYSPRplus1orMore(String totalSYSPRplus1orMore)
Sets the totalSYSPRplus1orMore attribute value. |
| Methods inherited from class org.kuali.rice.kns.web.struts.form.LookupForm |
|---|
addRequiredNonEditableProperties, getDocNum, getExtraButtonParams, getExtraButtonSource, getFieldsForLookup, getHtmlDataType, getLookupAnchor, getLookupObjectId, getPrimaryKeyFieldLabels, getReadOnlyFields, getReadOnlyFieldsList, getReferencesToRefresh, getRenderSearchButtons, isActionUrlsExist, isDdExtraButton, isDisableSearchButtons, isHasReturnableRow, isHeaderBarEnabled, isLookupCriteriaEnabled, isMultipleValues, isSearchUsingOnlyPrimaryKeyValues, isShowMaintenanceLinks, isSupplementalActionsEnabled, isSuppressActions, postprocessRequestParameters, setActionUrlsExist, setDdExtraButton, setDisableSearchButtons, setDocNum, setExtraButtonParams, setExtraButtonSource, setFieldsForLookup, setHasReturnableRow, setHeaderBarEnabled, setHtmlDataType, setLookupAnchor, setLookupCriteriaEnabled, setLookupObjectId, setMultipleValues, setPrimaryKeyFieldLabels, setReadOnlyFields, setReadOnlyFieldsList, setReferencesToRefresh, setSearchUsingOnlyPrimaryKeyValues, setShowMaintenanceLinks, setSupplementalActionsEnabled, setSuppressActions |
| Methods inherited from class org.kuali.rice.kns.web.struts.form.KualiForm |
|---|
clearEditablePropertyInformation, getActionFormUtilMap, getAnchor, getCurrentTabIndex, getDisplayedErrors, getDisplayedInfo, getDisplayedWarnings, getDocInfo, getExtraButton, getExtraButtons, getFieldNameToFocusOnAfterSubmit, getHeaderNavigationTabs, getMethodToCall, getNavigationCss, getNextArbitrarilyHighIndex, getNumColumns, getRefreshCaller, getTabState, getTabStates, incrementTabIndex, isFieldLevelHelpEnabled, populateBackLocation, populateFieldLevelHelpEnabled, reset, reset, retrieveFormValueForLookupInquiryParameters, setActionFormUtilMap, setAnchor, 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, 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 CustomerAgingReportForm()
| Method Detail |
|---|
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.LookupFormLookupForm.populate(javax.servlet.http.HttpServletRequest)public String getLookupableImplServiceName()
getLookupableImplServiceName in class org.kuali.rice.kns.web.struts.form.LookupFormpublic void setLookupableImplServiceName(String lookupableImplServiceName)
setLookupableImplServiceName in class org.kuali.rice.kns.web.struts.form.LookupFormlookupableImplServiceName - The lookupableImplServiceName to set.public String getBackLocation()
getBackLocation in class org.kuali.rice.kns.web.struts.form.KualiFormpublic void setBackLocation(String backLocation)
setBackLocation in class org.kuali.rice.kns.web.struts.form.KualiFormbackLocation - The backLocation to set.public String getFormKey()
getFormKey in class org.kuali.rice.kns.web.struts.form.LookupFormpublic void setFormKey(String formKey)
setFormKey in class org.kuali.rice.kns.web.struts.form.LookupFormformKey - The formKey to set.public Map getFields()
getFields in class org.kuali.rice.kns.web.struts.form.LookupFormpublic void setFields(Map fields)
setFields in class org.kuali.rice.kns.web.struts.form.LookupFormfields - The fields to set.public String getConversionFields()
getConversionFields in class org.kuali.rice.kns.web.struts.form.LookupFormpublic void setConversionFields(String conversionFields)
setConversionFields in class org.kuali.rice.kns.web.struts.form.LookupFormconversionFields - The conversionFields to set.public Map getFieldConversions()
getFieldConversions in class org.kuali.rice.kns.web.struts.form.LookupFormpublic void setFieldConversions(Map fieldConversions)
setFieldConversions in class org.kuali.rice.kns.web.struts.form.LookupFormfieldConversions - The fieldConversions to set.public String getBusinessObjectClassName()
getBusinessObjectClassName in class org.kuali.rice.kns.web.struts.form.LookupFormpublic void setBusinessObjectClassName(String businessObjectClassName)
setBusinessObjectClassName in class org.kuali.rice.kns.web.struts.form.LookupFormbusinessObjectClassName - The businessObjectClassName to set.public org.kuali.rice.kns.lookup.Lookupable getLookupable()
getLookupable in class org.kuali.rice.kns.web.struts.form.LookupFormpublic void setLookupable(org.kuali.rice.kns.lookup.Lookupable lookupable)
setLookupable in class org.kuali.rice.kns.web.struts.form.LookupFormlookupable - The lookupable to set.public boolean isHideReturnLink()
isHideReturnLink in class org.kuali.rice.kns.web.struts.form.LookupFormpublic void setHideReturnLink(boolean hideReturnLink)
setHideReturnLink in class org.kuali.rice.kns.web.struts.form.LookupFormhideReturnLink - The hideReturnLink to set.public void setPendingEntryLookupable(org.kuali.rice.kns.lookup.Lookupable pendingEntryLookupable)
pendingEntryLookupable - public org.kuali.rice.kns.lookup.Lookupable getPendingEntryLookupable()
public String getTotal0to30()
public void setTotal0to30(String total0to30)
total0to30 - The total0to30 to set.public String getTotal31to60()
public void setTotal31to60(String total31to60)
total31to60 - The total31to60 to set.public String getTotal61to90()
public void setTotal61to90(String total61to90)
total61to90 - The total61to90 to set.public String getTotal91toSYSPR()
public void setTotal91toSYSPR(String total91toSYSPR)
total91toSYSPR - The total91toSYSPR to set.public String getTotalSYSPRplus1orMore()
public void setTotalSYSPRplus1orMore(String totalSYSPRplus1orMore)
totalSYSPRplus1orMore - The totalSYSPRplus1orMore to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||