org.kuali.kfs.pdp.web.struts
Class FormatForm

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.pdp.web.struts.FormatForm
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.web.struts.pojo.PojoForm

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

Struts Action Form for Format Checks/ACH

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
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

FormatForm

public FormatForm()
Constructs a FormatForm.

Method Detail

getCampus

public String getCampus()
This method gets campus

Returns:
campus

setCampus

public void setCampus(String campus)
This method sets campus

Parameters:
campus -

getPaymentTypes

public String getPaymentTypes()
This method gets payment types

Returns:
paymentTypes

setPaymentTypes

public void setPaymentTypes(String paymentTypes)
This method sets paymentTypes

Parameters:
paymentTypes -

getCustomers

public List<CustomerProfile> getCustomers()
This method gets customers

Returns:
customers

setCustomers

public void setCustomers(List<CustomerProfile> customers)
This method sets customers

Parameters:
customers -

getCustomer

public CustomerProfile getCustomer(int index)
This method retrieves a specific customer profile from the list, by index

Parameters:
index - the index of the customers to retrieve the customer profile from
Returns:
a CustomerProfile

setCustomer

public void setCustomer(int key,
                        CustomerProfile value)
This method sets a customer profile.

Parameters:
key - the index of the value
value - the new value

getRanges

public List<DisbursementNumberRange> getRanges()
This method gets the ranges.

Returns:
ranges list

setRanges

public void setRanges(List<DisbursementNumberRange> ranges)
This method sets ranges list.

Parameters:
ranges -

getRange

public DisbursementNumberRange getRange(int index)
This method retrieves a specific disbursement number range from the list, by index

Parameters:
index - the index of the ranges to retrieve the disbursement number range from
Returns:
a DisbursementNumberRange

getCurrencyFormattedTotalAmount

public String getCurrencyFormattedTotalAmount()
This method gets the currency formated value of the total amount.

Returns:
the currency formated value of the total amount

getPaymentDate

public String getPaymentDate()
This method gets the payment date.

Returns:
paymentDate

setPaymentDate

public void setPaymentDate(String paymentDate)
This method sets the payment date.

Parameters:
paymentDate -

getFormatProcessSummary

public FormatProcessSummary getFormatProcessSummary()
This method gets the format process summary.

Returns:
formatProcessSummary

setFormatProcessSummary

public void setFormatProcessSummary(FormatProcessSummary formatProcessSummary)
This method sets the format process summary.

Parameters:
formatProcessSummary -

reset

public void reset(org.apache.struts.action.ActionMapping arg0,
                  javax.servlet.http.HttpServletRequest arg1)
Overrides:
reset in class org.kuali.rice.kns.web.struts.form.KualiForm
See Also:
ActionForm.reset(org.apache.struts.action.ActionMapping, javax.servlet.http.HttpServletRequest)


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