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

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
                  extended by org.kuali.kfs.module.bc.document.web.struts.BudgetConstructionSelectionForm
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.web.struts.pojo.PojoForm

public class BudgetConstructionSelectionForm
extends BudgetExpansionForm

This class...

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
BudgetConstructionSelectionForm()
           
 
Method Summary
 BudgetConstructionHeader getBudgetConstructionHeader()
          Gets the budgetConstructionHeader attribute.
 boolean getCanPerformPayrateImportExport()
          Checks whether the user has permission to do payrate import/export
 boolean isAccountReportsExist()
          Gets the accountReportsExist attribute.
 boolean isHideDetails()
          Gets the hideDetails attribute.
 boolean isSalarySettingDisabled()
          Gets the salarySettingDisabled attribute.
 boolean isSessionInProgressDetected()
          Gets the sessionInProgressDetected attribute.
 void populate(javax.servlet.http.HttpServletRequest request)
           
 void setAccountReportsExist(boolean accountReportsExist)
          Sets the accountReportsExist attribute value.
 void setBudgetConstructionHeader(BudgetConstructionHeader budgetConstructionHeader)
          Sets the budgetConstructionHeader attribute value.
 void setHideDetails(boolean hideDetails)
          Sets the hideDetails attribute value.
 void setSessionInProgressDetected(boolean sessionInProgressDetected)
          Sets the sessionInProgressDetected attribute value.
 
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, 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

BudgetConstructionSelectionForm

public BudgetConstructionSelectionForm()
Method Detail

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.KualiForm
See Also:
KualiForm.populate(javax.servlet.http.HttpServletRequest)

getBudgetConstructionHeader

public BudgetConstructionHeader getBudgetConstructionHeader()
Gets the budgetConstructionHeader attribute.

Returns:
Returns the budgetConstructionHeader.

setBudgetConstructionHeader

public void setBudgetConstructionHeader(BudgetConstructionHeader budgetConstructionHeader)
Sets the budgetConstructionHeader attribute value.

Parameters:
budgetConstructionHeader - The budgetConstructionHeader to set.

isHideDetails

public boolean isHideDetails()
Gets the hideDetails attribute.

Returns:
Returns the hideDetails.

setHideDetails

public void setHideDetails(boolean hideDetails)
Sets the hideDetails attribute value.

Parameters:
hideDetails - The hideDetails to set.

isAccountReportsExist

public boolean isAccountReportsExist()
Gets the accountReportsExist attribute.

Returns:
Returns the accountReportsExist.

setAccountReportsExist

public void setAccountReportsExist(boolean accountReportsExist)
Sets the accountReportsExist attribute value.

Parameters:
accountReportsExist - The accountReportsExist to set.

isSalarySettingDisabled

public boolean isSalarySettingDisabled()
Gets the salarySettingDisabled attribute.

Returns:
Returns the salarySettingDisabled.

getCanPerformPayrateImportExport

public boolean getCanPerformPayrateImportExport()
Checks whether the user has permission to do payrate import/export


isSessionInProgressDetected

public boolean isSessionInProgressDetected()
Gets the sessionInProgressDetected attribute.

Returns:
Returns the sessionInProgressDetected.

setSessionInProgressDetected

public void setSessionInProgressDetected(boolean sessionInProgressDetected)
Sets the sessionInProgressDetected attribute value.

Parameters:
sessionInProgressDetected - The sessionInProgressDetected to set.


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