public class FormatForm extends org.kuali.rice.kns.web.struts.form.KualiForm
| Constructor and Description |
|---|
FormatForm()
Constructs a FormatForm.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCampus()
This method gets campus
|
String |
getCurrencyFormattedTotalAmount()
This method gets the currency formated value of the total amount.
|
CustomerProfile |
getCustomer(int index)
This method retrieves a specific customer profile from the list, by index
|
List<CustomerProfile> |
getCustomers()
This method gets customers
|
FormatProcessSummary |
getFormatProcessSummary()
This method gets the format process summary.
|
String |
getPaymentDate()
This method gets the payment date.
|
String |
getPaymentTypes()
This method gets payment types
|
DisbursementNumberRange |
getRange(int index)
This method retrieves a specific disbursement number range from the list, by index
|
List<DisbursementNumberRange> |
getRanges()
This method gets the ranges.
|
void |
reset(org.apache.struts.action.ActionMapping arg0,
javax.servlet.http.HttpServletRequest arg1) |
void |
setCampus(String campus)
This method sets campus
|
void |
setCustomer(int key,
CustomerProfile value)
This method sets a customer profile.
|
void |
setCustomers(List<CustomerProfile> customers)
This method sets customers
|
void |
setFormatProcessSummary(FormatProcessSummary formatProcessSummary)
This method sets the format process summary.
|
void |
setPaymentDate(String paymentDate)
This method sets the payment date.
|
void |
setPaymentTypes(String paymentTypes)
This method sets paymentTypes
|
void |
setRanges(List<DisbursementNumberRange> ranges)
This method sets ranges list.
|
addRequiredNonEditableProperties, clearEditablePropertyInformation, getActionFormUtilMap, getAnchor, getBackLocation, getCurrentTabIndex, getDisplayedErrors, getDisplayedInfo, getDisplayedWarnings, getDocInfo, getExtraButton, getExtraButtons, getFieldNameToFocusOnAfterSubmit, getHeaderNavigationTabs, getMethodToCall, getNavigationCss, getNextArbitrarilyHighIndex, getNumColumns, getRefreshCaller, getTabState, getTabStates, incrementTabIndex, isFieldLevelHelpEnabled, populate, populateBackLocation, populateFieldLevelHelpEnabled, reset, retrieveFormValueForLookupInquiryParameters, setActionFormUtilMap, setAnchor, setBackLocation, setCurrentTabIndex, setDerivedValuesOnForm, setDocInfo, setExtraButton, setExtraButtons, setFieldLevelHelpEnabled, setFieldNameToFocusOnAfterSubmit, setHeaderNavigationTabs, setMethodToCall, setNavigationCss, setNumColumns, setRefreshCaller, setTabStates, shouldMethodToCallParameterBeUsed, shouldPropertyBePopulatedInFormaddMaxUploadSize, 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, setUnconvertedValuespublic FormatForm()
public String getPaymentTypes()
public void setPaymentTypes(String paymentTypes)
paymentTypes - public List<CustomerProfile> getCustomers()
public void setCustomers(List<CustomerProfile> customers)
customers - public CustomerProfile getCustomer(int index)
index - the index of the customers to retrieve the customer profile frompublic void setCustomer(int key, CustomerProfile value)
key - the index of the valuevalue - the new valuepublic List<DisbursementNumberRange> getRanges()
public void setRanges(List<DisbursementNumberRange> ranges)
ranges - public DisbursementNumberRange getRange(int index)
index - the index of the ranges to retrieve the disbursement number range frompublic String getCurrencyFormattedTotalAmount()
public String getPaymentDate()
public void setPaymentDate(String paymentDate)
paymentDate - public FormatProcessSummary getFormatProcessSummary()
public void setFormatProcessSummary(FormatProcessSummary formatProcessSummary)
formatProcessSummary - public void reset(org.apache.struts.action.ActionMapping arg0, javax.servlet.http.HttpServletRequest arg1)
reset in class org.kuali.rice.kns.web.struts.form.KualiFormActionForm.reset(org.apache.struts.action.ActionMapping, javax.servlet.http.HttpServletRequest)Copyright © 2004–2015 The Kuali Foundation. All rights reserved.