Class ActionListFilterForm

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

public class ActionListFilterForm extends org.kuali.rice.kns.web.struts.form.KualiForm
Struts form class for ActionListFilterAction
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
     
    void
    setCreateDateTo(String createDateTo)
     
    void
    setCssFile(String cssFile)
     
    void
    setDocTypeFullName(String docTypeFullName)
     
    void
     
    void
    setLastAssignedDateFrom(String lastAssignedDateFrom)
     
    void
    setLastAssignedDateTo(String lastAssignedDate)
     
    void
    setLookupableImplServiceName(String lookupableImplServiceName)
     
    void
    setLookupType(String lookupType)
     
    void
    setMethodToCall(String methodToCall)
     
    void
     
    void
    setUserWorkgroups(List userWorkgroups)
     
    void
     

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

    • ActionListFilterForm

      public ActionListFilterForm()
  • Method Details

    • getTest

      public String getTest()
    • setTest

      public void setTest(String test)
    • getCreateDateTo

      public String getCreateDateTo()
    • setCreateDateTo

      public void setCreateDateTo(String createDateTo)
    • getLastAssignedDateFrom

      public String getLastAssignedDateFrom()
    • setLastAssignedDateFrom

      public void setLastAssignedDateFrom(String lastAssignedDateFrom)
    • getCreateDateFrom

      public String getCreateDateFrom()
    • setCreateDateFrom

      public void setCreateDateFrom(String createDate)
    • getFilter

      public ActionListFilter getFilter()
    • getMethodToCall

      public String getMethodToCall()
      Overrides:
      getMethodToCall in class org.kuali.rice.kns.web.struts.form.KualiForm
    • setMethodToCall

      public void setMethodToCall(String methodToCall)
      Overrides:
      setMethodToCall in class org.kuali.rice.kns.web.struts.form.KualiForm
    • setFilter

      public void setFilter(ActionListFilter filter)
    • getLastAssignedDateTo

      public String getLastAssignedDateTo()
    • setLastAssignedDateTo

      public void setLastAssignedDateTo(String lastAssignedDate)
    • validateDates

      public void validateDates()
    • getLoadedFilter

      public ActionListFilter getLoadedFilter()
    • getLookupableImplServiceName

      public String getLookupableImplServiceName()
    • setLookupableImplServiceName

      public void setLookupableImplServiceName(String lookupableImplServiceName)
    • getLookupType

      public String getLookupType()
    • setLookupType

      public void setLookupType(String lookupType)
    • getDocTypeFullName

      public String getDocTypeFullName()
    • setDocTypeFullName

      public void setDocTypeFullName(String docTypeFullName)
    • getUserWorkgroups

      public List getUserWorkgroups()
    • setUserWorkgroups

      public void setUserWorkgroups(List userWorkgroups)
    • getCssFile

      public String getCssFile()
    • setCssFile

      public void setCssFile(String cssFile)