org.kuali.kfs.module.ar.document.web.struts
Class CashControlDocumentForm

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.rice.kns.web.struts.form.KualiDocumentFormBase
                  extended by org.kuali.rice.kns.web.struts.form.KualiTransactionalDocumentFormBase
                      extended by org.kuali.kfs.sys.document.web.struts.FinancialSystemTransactionalDocumentFormBase
                          extended by org.kuali.kfs.module.ar.document.web.struts.CashControlDocumentForm
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.web.struts.pojo.PojoForm

public class CashControlDocumentForm
extends FinancialSystemTransactionalDocumentFormBase

See Also:
Serialized Form

Field Summary
protected  boolean cashPaymentMediumSelected
           
protected static org.apache.log4j.Logger LOG
           
protected  CashControlDetail newCashControlDetail
           
protected  String processingChartOfAccCodeAndOrgCode
           
 
Fields inherited from class org.kuali.rice.kns.web.struts.form.KualiTransactionalDocumentFormBase
forcedReadOnlyFields
 
Fields inherited from class org.kuali.rice.kns.web.struts.form.KualiDocumentFormBase
adHocActionRequestCodes, attachmentFile, documentActions, editingMode, suppressAllButtons
 
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
CashControlDocumentForm()
          Constructs a CashControlDocumentForm.java.
 
Method Summary
 CashControlDocument getCashControlDocument()
          This method gets the cash control document
protected  String getDefaultDocumentTypeName()
           
 CashControlDetail getNewCashControlDetail()
          This method gets the new cash control detail
 String getProcessingChartOfAccCodeAndOrgCode()
          This method gets the processingChartOfAccCodeAndOrgCode
 boolean isCashPaymentMediumSelected()
          This method returns if payment medium is selected
 void populate(javax.servlet.http.HttpServletRequest request)
           
 void setCashPaymentMediumSelected(boolean cashPaymentMediumSelected)
          This method sets if payments medium is selected
 void setNewCashControlDetail(CashControlDetail newCashControlDetail)
          This method sets the new cash control detail
 void setProcessingChartOfAccCodeAndOrgCode(String processingChartOfAccCodeAndOrgCode)
          This method sets processingChartOfAccCodeAndOrgCode
 
Methods inherited from class org.kuali.kfs.sys.document.web.struts.FinancialSystemTransactionalDocumentFormBase
extendDocInfoToThreeColumns, generateErrorCorrectionButton, getExtraButtons, populateHeaderFields
 
Methods inherited from class org.kuali.rice.kns.web.struts.form.KualiTransactionalDocumentFormBase
discoverDocumentTypeName, formatReversalDate, getForcedReadOnlyFields, getTransactionalDocument, instantiateTransactionalDocumentByDocumentTypeName, populateEmptyMultiSelect, populateFalseCheckboxes, populationSpecialEmptyFields, setForcedReadOnlyFields, shouldMethodToCallParameterBeUsed
 
Methods inherited from class org.kuali.rice.kns.web.struts.form.KualiDocumentFormBase
addRequiredNonEditableProperties, buildHtmlLink, customInitMaxUploadSizes, getAdditionalScriptFile, getAdditionalScriptFiles, getAdHocActionRequestCodes, getAdHocRoutePerson, getAdHocRoutePersons, getAdHocRouteWorkgroup, getAdHocRouteWorkgroups, getAnnotation, getAttachmentFile, getBoNotes, getCommand, getDocId, getDocNum, getDocTypeName, getDocument, getDocumentActions, getDocumentHandlerUrl, getEditingMode, getErrorMapFromPreviousRequest, getFormKey, getInitiator, getInitiatorNetworkId, getMessageMapFromPreviousRequest, getNewAdHocRoutePerson, getNewAdHocRouteWorkgroup, getNewNote, getPersonInquiryUrlLink, getStandardHeaderFields, getWorkflowDocument, hasDocumentId, initializeHeaderNavigationTabs, instantiateDocument, isDocumentEnRoute, isFormDocumentInitialized, isHasWorkflowDocument, isReturnToActionList, isSuppressAllButtons, isUserDocumentInitiator, reset, setAdditionalScriptFile, setAdditionalScriptFiles, setAdHocActionRequestCodes, setAdHocRoutePersons, setAdHocRouteWorkgroups, setAnnotation, setAttachmentFile, setBoNotes, setCommand, setDerivedValuesOnForm, setDocId, setDocNum, setDocTypeName, setDocument, setDocumentActions, setEditingMode, setErrorMapFromPreviousRequest, setFormKey, setMessageMapFromPreviousRequest, setNewAdHocRoutePerson, setNewAdHocRouteWorkgroup, setNewNote, setReturnToActionList, setSuppressAllButtons, shouldPropertyBePopulatedInForm, validate
 
Methods inherited from class org.kuali.rice.kns.web.struts.form.KualiForm
clearEditablePropertyInformation, getActionFormUtilMap, getAnchor, getBackLocation, getCurrentTabIndex, getDisplayedErrors, getDisplayedInfo, getDisplayedWarnings, getDocInfo, getExtraButton, getFieldNameToFocusOnAfterSubmit, getHeaderNavigationTabs, getMethodToCall, getNavigationCss, getNextArbitrarilyHighIndex, getNumColumns, getRefreshCaller, getTabState, getTabStates, incrementTabIndex, isFieldLevelHelpEnabled, populateBackLocation, populateFieldLevelHelpEnabled, reset, retrieveFormValueForLookupInquiryParameters, setActionFormUtilMap, setAnchor, setBackLocation, setCurrentTabIndex, setDocInfo, setExtraButton, setExtraButtons, setFieldLevelHelpEnabled, setFieldNameToFocusOnAfterSubmit, setHeaderNavigationTabs, setMethodToCall, setNavigationCss, setNumColumns, setRefreshCaller, setTabStates
 
Methods inherited from class org.kuali.rice.kns.web.struts.pojo.PojoFormBase
addMaxUploadSize, cacheUnconvertedValue, copyPopulateEditablePropertiesToActionEditableProperties, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

protected static final org.apache.log4j.Logger LOG

newCashControlDetail

protected CashControlDetail newCashControlDetail

processingChartOfAccCodeAndOrgCode

protected String processingChartOfAccCodeAndOrgCode

cashPaymentMediumSelected

protected boolean cashPaymentMediumSelected
Constructor Detail

CashControlDocumentForm

public CashControlDocumentForm()
Constructs a CashControlDocumentForm.java.

Method Detail

getDefaultDocumentTypeName

protected String getDefaultDocumentTypeName()
Overrides:
getDefaultDocumentTypeName in class org.kuali.rice.kns.web.struts.form.KualiDocumentFormBase

populate

public void populate(javax.servlet.http.HttpServletRequest request)
Specified by:
populate in interface org.kuali.rice.kns.web.struts.pojo.PojoForm
Overrides:
populate in class org.kuali.rice.kns.web.struts.form.KualiTransactionalDocumentFormBase
See Also:
KualiDocumentFormBase.populate(javax.servlet.http.HttpServletRequest)

getCashControlDocument

public CashControlDocument getCashControlDocument()
This method gets the cash control document

Returns:
the CashControlDocument

getNewCashControlDetail

public CashControlDetail getNewCashControlDetail()
This method gets the new cash control detail

Returns:
cashControlDetail

setNewCashControlDetail

public void setNewCashControlDetail(CashControlDetail newCashControlDetail)
This method sets the new cash control detail

Parameters:
newCashControlDetail -

getProcessingChartOfAccCodeAndOrgCode

public String getProcessingChartOfAccCodeAndOrgCode()
This method gets the processingChartOfAccCodeAndOrgCode

Returns:
processingChartOfAccCodeAndOrgCode

setProcessingChartOfAccCodeAndOrgCode

public void setProcessingChartOfAccCodeAndOrgCode(String processingChartOfAccCodeAndOrgCode)
This method sets processingChartOfAccCodeAndOrgCode

Parameters:
processingChartOfAccCodeAndOrgCode -

isCashPaymentMediumSelected

public boolean isCashPaymentMediumSelected()
This method returns if payment medium is selected

Returns:
true if payment medium selected, false otherwise

setCashPaymentMediumSelected

public void setCashPaymentMediumSelected(boolean cashPaymentMediumSelected)
This method sets if payments medium is selected

Parameters:
cashPaymentMediumSelected -


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