public class PreferencesForm extends KualiForm
PreferencesAction
.PreferencesAction
,
Serialized FormKualiForm.TabState
extraButtons
requiredNonEditableProperties
Constructor and Description |
---|
PreferencesForm() |
Modifier and Type | Method and Description |
---|---|
String |
getBackLocation() |
Object |
getDocumentTypeNotificationPreference(String documentType) |
String |
getDocumentTypePreferenceName() |
String |
getDocumentTypePreferenceValue() |
String |
getMethodToCall()
Used by the dispatch action to determine which action method to call into.
|
Preferences.Builder |
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 |
setDocumentTypeNotificationPreference(String documentType,
String preferenceValue) |
void |
setDocumentTypePreferenceName(String documentTypePreferenceName) |
void |
setDocumentTypePreferenceValue(String documentTypePreferenceValue) |
void |
setMethodToCall(String methodToCall) |
void |
setPreferences(Preferences.Builder preferences) |
void |
setReturnMapping(String returnMapping) |
void |
setShowOutbox(boolean showOutbox) |
void |
validatePreferences() |
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
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
public PreferencesForm()
public String getReturnMapping()
public void setReturnMapping(String returnMapping)
public String getMethodToCall()
KualiForm
getMethodToCall
in class KualiForm
public void setMethodToCall(String methodToCall)
setMethodToCall
in class KualiForm
methodToCall
- The methodToCall to set.public Preferences.Builder getPreferences()
public void setPreferences(Preferences.Builder preferences)
public boolean isShowOutbox()
public void setShowOutbox(boolean showOutbox)
public String getBackLocation()
getBackLocation
in class KualiForm
public void setBackLocation(String backLocation)
setBackLocation
in class KualiForm
backLocation
- the backLocation to setpublic String getDocumentTypePreferenceName()
public void setDocumentTypePreferenceName(String documentTypePreferenceName)
public String getDocumentTypePreferenceValue()
public void setDocumentTypePreferenceValue(String documentTypePreferenceValue)
public Object getDocumentTypeNotificationPreference(String documentType)
public void setDocumentTypeNotificationPreference(String documentType, String preferenceValue)
public void populate(javax.servlet.http.HttpServletRequest request)
public void validatePreferences()
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.