org.kuali.rice.kew.preferences.web
Class PreferencesForm

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.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

Field Summary
private  String backLocation
           
private static String ERR_KEY_ACTION_LIST_PAGE_SIZE_WHOLE_NUM
           
private static String ERR_KEY_REFRESH_RATE_WHOLE_NUM
           
private  String methodToCall
           
private  Preferences preferences
           
private  String returnMapping
           
private static long serialVersionUID
           
private  boolean showOutbox
           
 
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
PreferencesForm()
           
 
Method Summary
 String getBackLocation()
           
 String getMethodToCall()
          Used by the dispatch action to determine which action method to call into.
 Preferences getPreferences()
           
 String getReturnMapping()
           
 boolean isShowOutbox()
           
 void populate(javax.servlet.http.HttpServletRequest request)
          Retrieves the "returnLocation" parameter after calling "populate" on the superclass.
 void setBackLocation(String backLocation)
           
 void setMethodToCall(String methodToCall)
           
 void setPreferences(Preferences preferences)
           
 void setReturnMapping(String returnMapping)
           
 void setShowOutbox(boolean showOutbox)
           
 void validatePreferences()
           
 
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
 

Field Detail

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
Constructor Detail

PreferencesForm

public PreferencesForm()
Method Detail

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.