Class PreferencesForm

java.lang.Object
org.apache.struts.action.ActionForm
All Implemented Interfaces:
Serializable, PojoForm

public class PreferencesForm extends KualiForm
Struts ActionForm for PreferencesAction.
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Constructor Details

    • PreferencesForm

      public PreferencesForm()
  • Method Details

    • getReturnMapping

      public String getReturnMapping()
    • setReturnMapping

      public void setReturnMapping(String returnMapping)
    • getMethodToCall

      public String getMethodToCall()
      Overrides:
      getMethodToCall in class KualiForm
    • setMethodToCall

      public void setMethodToCall(String methodToCall)
      Overrides:
      setMethodToCall in class KualiForm
    • getPreferences

      public Preferences.Builder getPreferences()
    • setPreferences

      public void setPreferences(Preferences.Builder preferences)
    • isShowOutbox

      public boolean isShowOutbox()
    • setShowOutbox

      public void setShowOutbox(boolean showOutbox)
    • getBackLocation

      public String getBackLocation()
      Overrides:
      getBackLocation in class KualiForm
    • setBackLocation

      public void setBackLocation(String backLocation)
      Overrides:
      setBackLocation in class KualiForm
    • getDocumentTypePreferenceName

      public String getDocumentTypePreferenceName()
    • setDocumentTypePreferenceName

      public void setDocumentTypePreferenceName(String documentTypePreferenceName)
    • getDocumentTypePreferenceValue

      public String getDocumentTypePreferenceValue()
    • setDocumentTypePreferenceValue

      public void setDocumentTypePreferenceValue(String documentTypePreferenceValue)
    • getDocumentTypeNotificationPreference

      public Object getDocumentTypeNotificationPreference(String documentType)
    • setDocumentTypeNotificationPreference

      public void setDocumentTypeNotificationPreference(String documentType, String preferenceValue)
    • 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:
      • invalid reference
        org.kuali.rice.krad.web.struts.form.KualiForm#populate(javax.servlet.http.HttpServletRequest)
    • validatePreferences

      public void validatePreferences()