public class FinancialEntityForm
extends org.kuali.rice.kns.web.struts.form.KualiForm
| Constructor and Description |
|---|
FinancialEntityForm() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCoiDocId() |
FinancialEntitySummaryBean |
getCurrentSummary() |
org.kuali.rice.krad.document.Document |
getDocument() |
FinancialEntityHelper |
getFinancialEntityHelper() |
FinancialEntitySummaryHelper |
getFinancialEntitySummaryHelper() |
String |
getFormKey() |
FinancialEntitySummaryBean |
getPreviousSummary() |
void |
initialize()
This method initialize all form variables
|
boolean |
isReadOnly() |
void |
populate(javax.servlet.http.HttpServletRequest request) |
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request) |
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.ServletRequest request) |
void |
setCoiDocId(String coiDocId) |
void |
setCurrentSummary(FinancialEntitySummaryBean currentSummary) |
void |
setDocument(org.kuali.rice.krad.document.Document document) |
void |
setFinancialEntityHelper(FinancialEntityHelper financialEntityHelper) |
void |
setFormKey(String formKey) |
void |
setPreviousSummary(FinancialEntitySummaryBean previousSummary) |
void |
setReadOnly(boolean readOnly) |
addRequiredNonEditableProperties, clearEditablePropertyInformation, getActionFormUtilMap, getAnchor, getBackLocation, getCurrentTabIndex, getDisplayedErrors, getDisplayedInfo, getDisplayedWarnings, getDocInfo, getExtraButton, getExtraButtons, getFieldNameToFocusOnAfterSubmit, getHeaderNavigationTabs, getMethodToCall, getNavigationCss, getNextArbitrarilyHighIndex, getNumColumns, getRefreshCaller, getTabState, getTabStates, incrementTabIndex, isFieldLevelHelpEnabled, populateBackLocation, populateFieldLevelHelpEnabled, 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 void initialize()
public FinancialEntitySummaryBean getCurrentSummary()
public void setCurrentSummary(FinancialEntitySummaryBean currentSummary)
public FinancialEntitySummaryBean getPreviousSummary()
public void setPreviousSummary(FinancialEntitySummaryBean previousSummary)
public String getFormKey()
public void setFormKey(String formKey)
public org.kuali.rice.krad.document.Document getDocument()
public void setDocument(org.kuali.rice.krad.document.Document document)
public void reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
reset in class org.kuali.rice.kns.web.struts.form.KualiFormpublic boolean isReadOnly()
public void setReadOnly(boolean readOnly)
public void populate(javax.servlet.http.HttpServletRequest request)
populate in interface org.kuali.rice.kns.web.struts.form.pojo.PojoFormpopulate in class org.kuali.rice.kns.web.struts.form.KualiFormKualiForm.populate(javax.servlet.http.HttpServletRequest)public FinancialEntityHelper getFinancialEntityHelper()
public void setFinancialEntityHelper(FinancialEntityHelper financialEntityHelper)
public void reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.ServletRequest request)
reset in class org.kuali.rice.kns.web.struts.form.KualiFormpublic FinancialEntitySummaryHelper getFinancialEntitySummaryHelper()
public String getCoiDocId()
public void setCoiDocId(String coiDocId)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.