|
||||||||||
| 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.module.bc.document.web.struts.BudgetExpansionForm
org.kuali.kfs.module.bc.document.web.struts.OrganizationReportSelectionForm
public class OrganizationReportSelectionForm
Struts Action Form for the Organization Report Selection Screen.
| 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 | |
|---|---|
OrganizationReportSelectionForm()
Constructs a OrganizationReportSelectionForm.java |
|
| Method Summary | |
|---|---|
BudgetConstructionReportThresholdSettings |
getBudgetConstructionReportThresholdSettings()
Gets the budgetConstructionReportThresholdSettings attribute. |
String |
getCurrentPointOfViewKeyCode()
Gets the currentPointOfViewKeyCode attribute. |
List<BudgetConstructionObjectPick> |
getObjectCodePickList()
Gets the objectCodePickList attribute. |
String |
getOperatingModeTitle()
Gets the operatingModeTitle |
List<BudgetConstructionReasonCodePick> |
getReasonCodePickList()
Gets the reasonCodePickList attribute. |
String |
getReportMode()
Gets the reportMode |
List<BudgetConstructionSubFundPick> |
getSubFundPickList()
Gets the subFundPickList |
boolean |
isReportConsolidation()
Gets the reportConsolidation |
void |
setBudgetConstructionReportThresholdSettings(BudgetConstructionReportThresholdSettings budgetConstructionReportThresholdSettings)
Sets the budgetConstructionReportThresholdSettings attribute value. |
void |
setCurrentPointOfViewKeyCode(String currentPointOfViewKeyCode)
Sets the currentPointOfViewKeyCode attribute value. |
void |
setObjectCodePickList(List<BudgetConstructionObjectPick> objectCodePickList)
Sets the objectCodePickList attribute value. |
void |
setOperatingModeTitle(String operatingModeTitle)
Sets the operatingModeTitle |
void |
setReasonCodePickList(List<BudgetConstructionReasonCodePick> reasonCodePickList)
Sets the reasonCodePickList attribute value. |
void |
setReportConsolidation(boolean reportConsolidation)
Sets the reportConsolidation |
void |
setReportMode(String reportMode)
Sets the reportMode |
void |
setSubFundPickList(List<BudgetConstructionSubFundPick> bcSubFunds)
Sets the subFundPickList |
| Methods inherited from class org.kuali.kfs.module.bc.document.web.struts.BudgetExpansionForm |
|---|
addMessage, getBackLocation, getCallBackErrors, getCallBackMessages, getDocumentActions, getEditingMode, getMessages, getReturnAnchor, getReturnFormKey, getUniversityFiscalYear, isEditAllowed, isLostSession, isMainWindow, isSystemViewOnly, setBackLocation, setDocumentActions, setEditingMode, setLostSession, setMainWindow, setMessages, setReturnAnchor, setReturnFormKey, setUniversityFiscalYear |
| Methods inherited from class org.kuali.rice.kns.web.struts.form.KualiForm |
|---|
addRequiredNonEditableProperties, clearEditablePropertyInformation, getActionFormUtilMap, getAnchor, getCurrentTabIndex, getDisplayedErrors, getDisplayedInfo, getDisplayedWarnings, getDocInfo, getExtraButton, getExtraButtons, getFieldNameToFocusOnAfterSubmit, getHeaderNavigationTabs, getMethodToCall, getNavigationCss, getNextArbitrarilyHighIndex, getNumColumns, getRefreshCaller, getTabState, getTabStates, incrementTabIndex, isFieldLevelHelpEnabled, populate, populateBackLocation, populateFieldLevelHelpEnabled, reset, reset, retrieveFormValueForLookupInquiryParameters, setActionFormUtilMap, setAnchor, 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 OrganizationReportSelectionForm()
| Method Detail |
|---|
public List<BudgetConstructionSubFundPick> getSubFundPickList()
public void setSubFundPickList(List<BudgetConstructionSubFundPick> bcSubFunds)
subFundPickList - The subFundPickList to set.public List<BudgetConstructionObjectPick> getObjectCodePickList()
public void setObjectCodePickList(List<BudgetConstructionObjectPick> objectCodePickList)
objectCodePickList - The objectCodePickList to set.public List<BudgetConstructionReasonCodePick> getReasonCodePickList()
public void setReasonCodePickList(List<BudgetConstructionReasonCodePick> reasonCodePickList)
reasonCodePickList - The reasonCodePickList to set.public String getOperatingModeTitle()
public void setOperatingModeTitle(String operatingModeTitle)
operatingModeTitle - The operatingModeTitle to set.public boolean isReportConsolidation()
public void setReportConsolidation(boolean reportConsolidation)
reportConsolidation - The reportConsolidation to set.public String getReportMode()
public void setReportMode(String reportMode)
reportMode - The reportMode to set.public String getCurrentPointOfViewKeyCode()
public void setCurrentPointOfViewKeyCode(String currentPointOfViewKeyCode)
currentPointOfViewKeyCode - The currentPointOfViewKeyCode to set.public BudgetConstructionReportThresholdSettings getBudgetConstructionReportThresholdSettings()
public void setBudgetConstructionReportThresholdSettings(BudgetConstructionReportThresholdSettings budgetConstructionReportThresholdSettings)
budgetConstructionReportThresholdSettings - The budgetConstructionReportThresholdSettings to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||