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,PojoForm
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
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 TypeMethodDescriptiongetTest()voidsetCreateDateFrom(String createDate) voidsetCreateDateTo(String createDateTo) voidsetCssFile(String cssFile) voidsetDocTypeFullName(String docTypeFullName) voidsetFilter(ActionListFilter filter) voidsetLastAssignedDateFrom(String lastAssignedDateFrom) voidsetLastAssignedDateTo(String lastAssignedDate) voidsetLookupableImplServiceName(String lookupableImplServiceName) voidsetLookupType(String lookupType) voidsetMethodToCall(String methodToCall) voidvoidsetUserWorkgroups(List userWorkgroups) voidMethods 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, 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
-
ActionListFilterForm
public ActionListFilterForm()
-
-
Method Details
-
getTest
-
setTest
-
getCreateDateTo
-
setCreateDateTo
-
getLastAssignedDateFrom
-
setLastAssignedDateFrom
-
getCreateDateFrom
-
setCreateDateFrom
-
getFilter
-
getMethodToCall
- Overrides:
getMethodToCallin classKualiForm
-
setMethodToCall
- Overrides:
setMethodToCallin classKualiForm
-
setFilter
-
getLastAssignedDateTo
-
setLastAssignedDateTo
-
validateDates
public void validateDates() -
getLoadedFilter
-
getLookupableImplServiceName
-
setLookupableImplServiceName
-
getLookupType
-
setLookupType
-
getDocTypeFullName
-
setDocTypeFullName
-
getUserWorkgroups
-
setUserWorkgroups
-
getCssFile
-
setCssFile
-