public class CashControlDocumentForm extends FinancialSystemTransactionalDocumentFormBase
Modifier and Type | Field and Description |
---|---|
protected boolean |
cashPaymentMediumSelected |
protected static org.apache.log4j.Logger |
LOG |
protected CashControlDetail |
newCashControlDetail |
protected String |
processingChartOfAccCodeAndOrgCode |
forcedReadOnlyFields
adHocActionRequestCodes, attachmentFile, documentActions, editingMode, suppressAllButtons
Constructor and Description |
---|
CashControlDocumentForm()
Constructs a CashControlDocumentForm.java.
|
Modifier and Type | Method and Description |
---|---|
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
|
extendDocInfoToThreeColumns, generateErrorCorrectionButton, getExtraButtons, populateHeaderFields
discoverDocumentTypeName, formatReversalDate, getForcedReadOnlyFields, getTransactionalDocument, instantiateTransactionalDocumentByDocumentTypeName, populateEmptyMultiSelect, populateFalseCheckboxes, populationSpecialEmptyFields, setForcedReadOnlyFields, shouldMethodToCallParameterBeUsed
addRequiredNonEditableProperties, buildHtmlLink, customInitMaxUploadSizes, getActionRequests, getActionRequestsRequiringApproval, getAdditionalScriptFile, getAdditionalScriptFiles, getAdHocActionRequestCodes, getAdHocRoutePerson, getAdHocRoutePersons, getAdHocRouteWorkgroup, getAdHocRouteWorkgroups, getAnnotation, getAttachmentFile, getBoNotes, getCommand, getDocId, getDocNum, getDocTypeName, getDocument, getDocumentActions, getDocumentHandlerUrl, getEditingMode, getFormKey, getInitiator, getInitiatorNetworkId, getMessageMapFromPreviousRequest, getNewAdHocRoutePerson, getNewAdHocRouteWorkgroup, getNewNote, getPersonInquiryUrlLink, getSelectedActionRequests, getStandardHeaderFields, getSuperUserAnnotation, getWorkflowDocument, hasDocumentId, initializeHeaderNavigationTabs, instantiateDocument, isDocumentEnRoute, isFormDocumentInitialized, isHasWorkflowDocument, isReturnToActionList, isStateAllowsApproveOrDisapprove, isStateAllowsApproveSingleActionRequest, isStateInitiatedFinalCancelled, isStateProcessedOrDisapproved, isSuperUserActionAvaliable, isSuperUserApproveDocumentAuthorized, isSuperUserApproveSingleActionRequestAuthorized, isSuperUserAuthorized, isSuperUserDisapproveDocumentAuthorized, isSuppressAllButtons, isUserDocumentInitiator, reset, setActionRequests, setAdditionalScriptFile, setAdditionalScriptFiles, setAdHocActionRequestCodes, setAdHocRoutePersons, setAdHocRouteWorkgroups, setAnnotation, setAttachmentFile, setBoNotes, setCommand, setDerivedValuesOnForm, setDocId, setDocNum, setDocTypeName, setDocument, setDocumentActions, setEditingMode, setFormKey, setMessageMapFromPreviousRequest, setNewAdHocRoutePerson, setNewAdHocRouteWorkgroup, setNewNote, setReturnToActionList, setSelectedActionRequests, setSuperUserAnnotation, setSuppressAllButtons, shouldPropertyBePopulatedInForm, validate
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
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
protected static final org.apache.log4j.Logger LOG
protected CashControlDetail newCashControlDetail
protected String processingChartOfAccCodeAndOrgCode
protected boolean cashPaymentMediumSelected
public CashControlDocumentForm()
protected String getDefaultDocumentTypeName()
getDefaultDocumentTypeName
in class org.kuali.rice.kns.web.struts.form.KualiDocumentFormBase
KualiDocumentFormBase.getDefaultDocumentTypeName()
public void populate(javax.servlet.http.HttpServletRequest request)
populate
in interface org.kuali.rice.kns.web.struts.form.pojo.PojoForm
populate
in class org.kuali.rice.kns.web.struts.form.KualiTransactionalDocumentFormBase
KualiDocumentFormBase.populate(javax.servlet.http.HttpServletRequest)
public CashControlDocument getCashControlDocument()
public CashControlDetail getNewCashControlDetail()
public void setNewCashControlDetail(CashControlDetail newCashControlDetail)
newCashControlDetail
- public String getProcessingChartOfAccCodeAndOrgCode()
public void setProcessingChartOfAccCodeAndOrgCode(String processingChartOfAccCodeAndOrgCode)
processingChartOfAccCodeAndOrgCode
- public boolean isCashPaymentMediumSelected()
public void setCashPaymentMediumSelected(boolean cashPaymentMediumSelected)
cashPaymentMediumSelected
- Copyright © 2004–2015 The Kuali Foundation. All rights reserved.