Class PreferencesForm
java.lang.Object
org.apache.struts.action.ActionForm
org.kuali.rice.kns.web.struts.form.pojo.PojoFormBase
org.kuali.rice.kns.web.struts.form.KualiForm
org.kuali.rice.kew.preferences.web.PreferencesForm
- All Implemented Interfaces:
Serializable,org.kuali.rice.kns.web.struts.form.pojo.PojoForm
public class PreferencesForm
extends org.kuali.rice.kns.web.struts.form.KualiForm
Struts ActionForm for
PreferencesAction.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.kuali.rice.kns.web.struts.form.KualiForm
org.kuali.rice.kns.web.struts.form.KualiForm.TabState -
Field Summary
Fields inherited from class org.kuali.rice.kns.web.struts.form.KualiForm
extraButtonsFields inherited from class org.kuali.rice.kns.web.struts.form.pojo.PojoFormBase
requiredNonEditablePropertiesFields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDocumentTypeNotificationPreference(String documentType) org.kuali.rice.kew.api.preferences.Preferences.Builderbooleanvoidpopulate(javax.servlet.http.HttpServletRequest request) Retrieves the "returnLocation" parameter after calling "populate" on the superclass.voidsetBackLocation(String backLocation) voidsetDocumentTypeNotificationPreference(String documentType, String preferenceValue) voidsetDocumentTypePreferenceName(String documentTypePreferenceName) voidsetDocumentTypePreferenceValue(String documentTypePreferenceValue) voidsetMethodToCall(String methodToCall) voidsetPreferences(org.kuali.rice.kew.api.preferences.Preferences.Builder preferences) voidsetReturnMapping(String returnMapping) voidsetShowOutbox(boolean showOutbox) voidMethods 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, shouldPropertyBePopulatedInFormMethods inherited from class org.kuali.rice.kns.web.struts.form.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, setUnconvertedValuesMethods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, setMultipartRequestHandler, setServlet, validate, validate
-
Constructor Details
-
PreferencesForm
public PreferencesForm()
-
-
Method Details
-
getReturnMapping
-
setReturnMapping
-
getMethodToCall
- Overrides:
getMethodToCallin classorg.kuali.rice.kns.web.struts.form.KualiForm
-
setMethodToCall
- Overrides:
setMethodToCallin classorg.kuali.rice.kns.web.struts.form.KualiForm
-
getPreferences
public org.kuali.rice.kew.api.preferences.Preferences.Builder getPreferences() -
setPreferences
public void setPreferences(org.kuali.rice.kew.api.preferences.Preferences.Builder preferences) -
isShowOutbox
public boolean isShowOutbox() -
setShowOutbox
public void setShowOutbox(boolean showOutbox) -
getBackLocation
- Overrides:
getBackLocationin classorg.kuali.rice.kns.web.struts.form.KualiForm
-
setBackLocation
- Overrides:
setBackLocationin classorg.kuali.rice.kns.web.struts.form.KualiForm
-
getDocumentTypePreferenceName
-
setDocumentTypePreferenceName
-
getDocumentTypePreferenceValue
-
setDocumentTypePreferenceValue
-
getDocumentTypeNotificationPreference
-
setDocumentTypeNotificationPreference
-
populate
public void populate(javax.servlet.http.HttpServletRequest request) Retrieves the "returnLocation" parameter after calling "populate" on the superclass.- Specified by:
populatein interfaceorg.kuali.rice.kns.web.struts.form.pojo.PojoForm- Overrides:
populatein classorg.kuali.rice.kns.web.struts.form.KualiForm- See Also:
-
validatePreferences
public void validatePreferences()
-