org.kuali.kfs.module.bc.document.web.struts
Class BudgetExpansionForm

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.module.bc.document.web.struts.BudgetExpansionForm
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.web.struts.pojo.PojoForm
Direct Known Subclasses:
BudgetConstructionImportExportForm, BudgetConstructionSelectionForm, MonthlyBudgetForm, OrganizationReportSelectionForm, OrganizationSelectionTreeForm, PayrateImportExportForm, ReportRunnerForm, SalarySettingBaseForm

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

Holds properties necessary for expansion screen handling.

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
BudgetExpansionForm()
          Default Constructor
 
Method Summary
 void addMessage(String message)
          Adds a message to the form message list.
 String getBackLocation()
          Gets the backLocation attribute.
 org.kuali.rice.kns.util.ErrorMap getCallBackErrors()
          Gets the callBackErrors attribute.
 org.kuali.rice.kns.util.MessageList getCallBackMessages()
          Gets the callBackMessages attribute.
 Map<String,String> getDocumentActions()
          Gets the documentActions attribute.
 Map<String,String> getEditingMode()
          Gets the editingMode attribute.
 org.kuali.rice.kns.util.MessageList getMessages()
          Gets the messages attribute.
 String getReturnAnchor()
          Gets the returnAnchor attribute.
 String getReturnFormKey()
          Gets the returnFormKey attribute.
 Integer getUniversityFiscalYear()
          Gets the universityFiscalYear attribute.
 boolean isEditAllowed()
          Helper method to check document actions Map for can edit entry
 boolean isLostSession()
          Gets the lostSession attribute.
 boolean isMainWindow()
          Gets the mainWindow attribute.
 boolean isSystemViewOnly()
          Helper method to check edit mode Map for system view only entry
 void setBackLocation(String backLocation)
          Sets the backLocation attribute value.
 void setDocumentActions(Map<String,String> documentActions)
          Sets the documentActions attribute value.
 void setEditingMode(Map<String,String> editingMode)
          Sets the editingMode attribute value.
 void setLostSession(boolean lostSession)
          Sets the lostSession attribute value.
 void setMainWindow(boolean mainWindow)
          Sets the mainWindow attribute value.
 void setMessages(org.kuali.rice.kns.util.MessageList messages)
          Sets the messages attribute value.
 void setReturnAnchor(String returnAnchor)
          Sets the returnAnchor attribute value.
 void setReturnFormKey(String returnFormKey)
          Sets the returnFormKey attribute value.
 void setUniversityFiscalYear(Integer universityFiscalYear)
          Sets the universityFiscalYear attribute value.
 
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

BudgetExpansionForm

public BudgetExpansionForm()
Default Constructor

Method Detail

getBackLocation

public String getBackLocation()
Gets the backLocation attribute.

Overrides:
getBackLocation in class org.kuali.rice.kns.web.struts.form.KualiForm
Returns:
Returns the backLocation.

setBackLocation

public void setBackLocation(String backLocation)
Sets the backLocation attribute value.

Overrides:
setBackLocation in class org.kuali.rice.kns.web.struts.form.KualiForm
Parameters:
backLocation - The backLocation to set.

getReturnAnchor

public String getReturnAnchor()
Gets the returnAnchor attribute.

Returns:
Returns the returnAnchor.

setReturnAnchor

public void setReturnAnchor(String returnAnchor)
Sets the returnAnchor attribute value.

Parameters:
returnAnchor - The returnAnchor to set.

getReturnFormKey

public String getReturnFormKey()
Gets the returnFormKey attribute.

Returns:
Returns the returnFormKey.

setReturnFormKey

public void setReturnFormKey(String returnFormKey)
Sets the returnFormKey attribute value.

Parameters:
returnFormKey - The returnFormKey to set.

getUniversityFiscalYear

public Integer getUniversityFiscalYear()
Gets the universityFiscalYear attribute.

Returns:
Returns the universityFiscalYear.

setUniversityFiscalYear

public void setUniversityFiscalYear(Integer universityFiscalYear)
Sets the universityFiscalYear attribute value.

Parameters:
universityFiscalYear - The universityFiscalYear to set.

getMessages

public org.kuali.rice.kns.util.MessageList getMessages()
Gets the messages attribute.

Returns:
Returns the messages.

setMessages

public void setMessages(org.kuali.rice.kns.util.MessageList messages)
Sets the messages attribute value.

Parameters:
messages - The messages to set.

addMessage

public void addMessage(String message)
Adds a message to the form message list.

Parameters:
message - message to add

getCallBackMessages

public org.kuali.rice.kns.util.MessageList getCallBackMessages()
Gets the callBackMessages attribute.

Returns:
Returns the callBackMessages.

getCallBackErrors

public org.kuali.rice.kns.util.ErrorMap getCallBackErrors()
Gets the callBackErrors attribute.

Returns:
Returns the callBackErrors.

getEditingMode

public Map<String,String> getEditingMode()
Gets the editingMode attribute.

Returns:
Returns the editingMode.

setEditingMode

public void setEditingMode(Map<String,String> editingMode)
Sets the editingMode attribute value.

Parameters:
editingMode - The editingMode to set.

getDocumentActions

public Map<String,String> getDocumentActions()
Gets the documentActions attribute.

Returns:
Returns the documentActions.

setDocumentActions

public void setDocumentActions(Map<String,String> documentActions)
Sets the documentActions attribute value.

Parameters:
documentActions - The documentActions to set.

isSystemViewOnly

public boolean isSystemViewOnly()
Helper method to check edit mode Map for system view only entry


isEditAllowed

public boolean isEditAllowed()
Helper method to check document actions Map for can edit entry


isLostSession

public boolean isLostSession()
Gets the lostSession attribute.

Returns:
Returns the lostSession.

setLostSession

public void setLostSession(boolean lostSession)
Sets the lostSession attribute value.

Parameters:
lostSession - The lostSession to set.

isMainWindow

public boolean isMainWindow()
Gets the mainWindow attribute.

Returns:
Returns the mainWindow.

setMainWindow

public void setMainWindow(boolean mainWindow)
Sets the mainWindow attribute value.

Parameters:
mainWindow - The mainWindow to set.


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