org.kuali.rice.kew.rule.web
Class RoutingReportForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.kuali.rice.kns.web.struts.pojo.PojoFormBase
          extended by org.kuali.rice.kns.web.struts.form.KualiForm
              extended by 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

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.pojo.PojoFormBase
requiredNonEditableProperties
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
RoutingReportForm()
           
 
Method Summary
 List getActionRequests()
           
 String getAmPm()
           
 List getAttributes()
           
 String getBackUrl()
           
 String getDateRef()
           
 String getDocumentContent()
           
 String getDocumentType()
           
 String getDocumentTypeParam()
           
 String getEffectiveHour()
           
 String getEffectiveMinute()
           
 Map getFields()
           
 List<KeyValue> getHours()
           
 String getInitiatorPrincipalId()
           
 String getLookupableImplServiceName()
           
 List<KeyValue> getMinutes()
           
 String getReportType()
           
 List<Row> getRuleTemplateAttributes()
           
 Long getRuleTemplateId()
           
 List getRuleTemplates()
           
 String getShowCloseButton()
           
 boolean isDisplayCloseButton()
           
 boolean isShowFields()
           
 boolean isShowViewResults()
           
 void setActionRequests(List actionRequests)
           
 void setAmPm(String amPm)
           
 void setAttributes(List attributes)
           
 void setBackUrl(String backUrl)
           
 void setDateRef(String dateRef)
           
 void setDocTypeFullName(String documentType)
           
 void setDocTypeGroupName(String docTypeGroupName)
           
 void setDocumentContent(String documentContent)
           
 void setDocumentType(String documentType)
           
 void setDocumentTypeParam(String documentTypeParam)
           
 void setEffectiveHour(String effectiveHour)
           
 void setEffectiveMinute(String effectiveMinute)
           
 void setFields(Map fields)
           
 void setInitiatorPrincipalId(String initiatorNetworkId)
           
 void setLookupableImplServiceName(String lookupableImplServiceName)
           
 void setReportType(String reportType)
           
 void setRuleTemplateAttributes(List<Row> ruleTemplateAttributes)
           
 void setRuleTemplateId(Long ruleTemplateId)
           
 void setRuleTemplates(List ruleTemplates)
           
 void setShowCloseButton(String showCloseButton)
           
 void setShowFields(boolean showFields)
           
 void setShowViewResults(boolean showViewResults)
           
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 
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.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
 

Constructor Detail

RoutingReportForm

public RoutingReportForm()
Method Detail

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 Long getRuleTemplateId()

setRuleTemplateId

public void setRuleTemplateId(Long 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 © 2004-2011 The Kuali Foundation. All Rights Reserved.