org.kuali.rice.kew.preferences.web
Class PreferencesForm
java.lang.Object
org.apache.struts.action.ActionForm
org.kuali.rice.kns.web.struts.pojo.PojoFormBase
org.kuali.rice.kns.web.struts.form.KualiForm
org.kuali.rice.kew.preferences.web.PreferencesForm
- All Implemented Interfaces:
- Serializable, PojoForm
public class PreferencesForm
- extends KualiForm
Struts ActionForm for PreferencesAction
.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
PreferencesAction
,
Serialized Form
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
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, getNavigationCss, getNextArbitrarilyHighIndex, getNumColumns, getRefreshCaller, getTabState, getTabStates, incrementTabIndex, isFieldLevelHelpEnabled, populateBackLocation, populateFieldLevelHelpEnabled, reset, reset, retrieveFormValueForLookupInquiryParameters, setActionFormUtilMap, setAnchor, setCurrentTabIndex, setDerivedValuesOnForm, setDocInfo, setExtraButton, setExtraButtons, setFieldLevelHelpEnabled, setFieldNameToFocusOnAfterSubmit, setHeaderNavigationTabs, 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 |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
ERR_KEY_REFRESH_RATE_WHOLE_NUM
private static final String ERR_KEY_REFRESH_RATE_WHOLE_NUM
- See Also:
- Constant Field Values
ERR_KEY_ACTION_LIST_PAGE_SIZE_WHOLE_NUM
private static final String ERR_KEY_ACTION_LIST_PAGE_SIZE_WHOLE_NUM
- See Also:
- Constant Field Values
preferences
private Preferences preferences
methodToCall
private String methodToCall
returnMapping
private String returnMapping
showOutbox
private boolean showOutbox
backLocation
private String backLocation
PreferencesForm
public PreferencesForm()
getReturnMapping
public String getReturnMapping()
setReturnMapping
public void setReturnMapping(String returnMapping)
getMethodToCall
public String getMethodToCall()
- Description copied from class:
KualiForm
- Used by the dispatch action to determine which action method to call into.
- Overrides:
getMethodToCall
in class KualiForm
- Returns:
- Returns the methodToCall.
setMethodToCall
public void setMethodToCall(String methodToCall)
- Overrides:
setMethodToCall
in class KualiForm
- Parameters:
methodToCall
- The methodToCall to set.
getPreferences
public Preferences getPreferences()
setPreferences
public void setPreferences(Preferences preferences)
isShowOutbox
public boolean isShowOutbox()
setShowOutbox
public void setShowOutbox(boolean showOutbox)
getBackLocation
public String getBackLocation()
- Overrides:
getBackLocation
in class KualiForm
- Returns:
- the backLocation
setBackLocation
public void setBackLocation(String backLocation)
- Overrides:
setBackLocation
in class KualiForm
- Parameters:
backLocation
- the backLocation to set
populate
public void populate(javax.servlet.http.HttpServletRequest request)
- Retrieves the "returnLocation" parameter after calling "populate" on the superclass.
- Specified by:
populate
in interface PojoForm
- Overrides:
populate
in class KualiForm
- See Also:
KualiForm.populate(javax.servlet.http.HttpServletRequest)
validatePreferences
public void validatePreferences()
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.