org.kuali.rice.kew.rule.web
Class RoutingReportForm
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.rule.web.RoutingReportForm
- All Implemented Interfaces:
- Serializable, PojoForm
public class RoutingReportForm
- extends KualiForm
Struts ActionForm for the RoutingReportAction
.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RoutingReportForm
public RoutingReportForm()
validate
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
- Overrides:
validate
in class org.apache.struts.action.ActionForm
getLookupableImplServiceName
public String getLookupableImplServiceName()
setLookupableImplServiceName
public void setLookupableImplServiceName(String lookupableImplServiceName)
getRuleTemplateAttributes
public List<Row> getRuleTemplateAttributes()
setRuleTemplateAttributes
public void setRuleTemplateAttributes(List<Row> ruleTemplateAttributes)
getFields
public Map getFields()
setFields
public void setFields(Map fields)
getRuleTemplates
public List getRuleTemplates()
setRuleTemplates
public void setRuleTemplates(List ruleTemplates)
getHours
public List<KeyValue> getHours()
getMinutes
public List<KeyValue> getMinutes()
getRuleTemplateId
public String getRuleTemplateId()
setRuleTemplateId
public void setRuleTemplateId(String ruleTemplateId)
getActionRequests
public List getActionRequests()
setActionRequests
public void setActionRequests(List actionRequests)
setDocTypeFullName
public void setDocTypeFullName(String documentType)
setDocTypeGroupName
public void setDocTypeGroupName(String docTypeGroupName)
getDocumentType
public String getDocumentType()
setDocumentType
public void setDocumentType(String documentType)
getAttributes
public List getAttributes()
setAttributes
public void setAttributes(List attributes)
getReportType
public String getReportType()
setReportType
public void setReportType(String reportType)
isShowFields
public boolean isShowFields()
setShowFields
public void setShowFields(boolean showFields)
isShowViewResults
public boolean isShowViewResults()
setShowViewResults
public void setShowViewResults(boolean showViewResults)
getDateRef
public String getDateRef()
setDateRef
public void setDateRef(String dateRef)
getEffectiveHour
public String getEffectiveHour()
setEffectiveHour
public void setEffectiveHour(String effectiveHour)
getEffectiveMinute
public String getEffectiveMinute()
setEffectiveMinute
public void setEffectiveMinute(String effectiveMinute)
getAmPm
public String getAmPm()
setAmPm
public void setAmPm(String amPm)
getDocumentContent
public String getDocumentContent()
setDocumentContent
public void setDocumentContent(String documentContent)
getInitiatorPrincipalId
public String getInitiatorPrincipalId()
setInitiatorPrincipalId
public void setInitiatorPrincipalId(String initiatorNetworkId)
getBackUrl
public String getBackUrl()
setBackUrl
public void setBackUrl(String backUrl)
isDisplayCloseButton
public boolean isDisplayCloseButton()
getShowCloseButton
public String getShowCloseButton()
setShowCloseButton
public void setShowCloseButton(String showCloseButton)
getDocumentTypeParam
public String getDocumentTypeParam()
setDocumentTypeParam
public void setDocumentTypeParam(String documentTypeParam)
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.