|
||||||||||
| 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.pdp.web.struts.FormatForm
public class FormatForm
Struts Action Form for Format Checks/ACH
| 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 | |
|---|---|
FormatForm()
Constructs a FormatForm. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.kuali.rice.kns.web.struts.form.KualiForm |
|---|
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, 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 FormatForm()
| Method Detail |
|---|
public String getCampus()
public void setCampus(String campus)
campus - 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 from
public 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 from
public 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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||