Class QuickLinksForm

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.quicklinks.web.QuickLinksForm
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.web.struts.form.pojo.PojoForm

public class QuickLinksForm extends org.kuali.rice.kns.web.struts.form.KualiForm
Struts ActionForm for the QuickLinksAction.
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

    extraButtons

    Fields inherited from class org.kuali.rice.kns.web.struts.form.pojo.PojoFormBase

    requiredNonEditableProperties

    Fields inherited from class org.apache.struts.action.ActionForm

    multipartRequestHandler, servlet
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     
     
     
     
    void
    setActionListStats(List actionListStats)
     
    void
    setInitiatedDocumentTypes(List initiatedDocumentTypes)
     
    void
    setNamedSearch(String namedSearch)
     
    void
    setNamedSearches(List namedSearches)
     
    void
    setRecentSearches(List recentSearches)
     
    void
    setWatchedDocuments(List watchedDocuments)
     

    Methods inherited from class org.kuali.rice.kns.web.struts.form.KualiForm

    addRequiredNonEditableProperties, clearEditablePropertyInformation, getActionFormUtilMap, getAnchor, getBackLocation, getCurrentTabIndex, getDisplayedErrors, getDisplayedInfo, getDisplayedWarnings, getDocInfo, getExtraButton, getExtraButtons, getFieldNameToFocusOnAfterSubmit, getHeaderNavigationTabs, getMethodToCall, getNavigationCss, getNextArbitrarilyHighIndex, getNumColumns, getRefreshCaller, getTabState, getTabStates, incrementTabIndex, isFieldLevelHelpEnabled, populate, populateBackLocation, populateFieldLevelHelpEnabled, reset, reset, retrieveFormValueForLookupInquiryParameters, setActionFormUtilMap, setAnchor, setBackLocation, setCurrentTabIndex, setDerivedValuesOnForm, setDocInfo, setExtraButton, setExtraButtons, setFieldLevelHelpEnabled, setFieldNameToFocusOnAfterSubmit, setHeaderNavigationTabs, setMethodToCall, setNavigationCss, setNumColumns, setRefreshCaller, setTabStates, shouldMethodToCallParameterBeUsed, shouldPropertyBePopulatedInForm

    Methods 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, 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
  • Constructor Details

    • QuickLinksForm

      public QuickLinksForm()
  • Method Details

    • getActionListStats

      public List getActionListStats()
      Returns:
      Returns the actionListStats.
    • setActionListStats

      public void setActionListStats(List actionListStats)
      Parameters:
      actionListStats - The actionListStats to set.
    • getInitiatedDocumentTypes

      public List getInitiatedDocumentTypes()
      Returns:
      Returns the initiatedDocumentTypes.
    • setInitiatedDocumentTypes

      public void setInitiatedDocumentTypes(List initiatedDocumentTypes)
      Parameters:
      initiatedDocumentTypes - The initiatedDocumentTypes to set.
    • getNamedSearches

      public List getNamedSearches()
      Returns:
      Returns the namedSearches.
    • setNamedSearches

      public void setNamedSearches(List namedSearches)
      Parameters:
      namedSearches - The namedSearches to set.
    • getRecentSearches

      public List getRecentSearches()
      Returns:
      Returns the recentSearches.
    • setRecentSearches

      public void setRecentSearches(List recentSearches)
      Parameters:
      recentSearches - The recentSearches to set.
    • getWatchedDocuments

      public List getWatchedDocuments()
      Returns:
      Returns the watchedDocuments.
    • setWatchedDocuments

      public void setWatchedDocuments(List watchedDocuments)
      Parameters:
      watchedDocuments - The watchedDocuments to set.
    • getNamedSearch

      public String getNamedSearch()
      Returns:
      the namedSearch
    • setNamedSearch

      public void setNamedSearch(String namedSearch)
      Parameters:
      namedSearch - the namedSearch to set