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.form.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
private  List actionRequests
           
private  String amPm
           
private  List attributes
           
private  String backUrl
           
private  String dateRef
           
private  String documentContent
           
private  String documentType
           
private  String documentTypeParam
           
private  String effectiveHour
           
private  String effectiveMinute
           
private  Map fields
           
private  String initiatorPrincipalId
           
private  String lookupableImplServiceName
           
private  String reportType
           
private  List<Row> ruleTemplateAttributes
           
private  String ruleTemplateId
           
private  List ruleTemplates
           
private static long serialVersionUID
           
private  String showCloseButton
           
private  boolean showFields
           
private  boolean showViewResults
           
 
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
RoutingReportForm()
           
 
Method Summary
 List getActionRequests()
           
 String getAmPm()
           
 List getAttributes()
           
 String getBackUrl()
           
 String getDateRef()
           
 String getDocumentContent()
           
 String getDocumentType()
           
 String getDocumentTypeParam()
           
private  DocumentTypeService getDocumentTypeService()
           
 String getEffectiveHour()
           
 String getEffectiveMinute()
           
 Map getFields()
           
 List<KeyValue> getHours()
           
 String getInitiatorPrincipalId()
           
 String getLookupableImplServiceName()
           
 List<KeyValue> getMinutes()
           
 String getReportType()
           
 List<Row> getRuleTemplateAttributes()
           
 String 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(String 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.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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

ruleTemplateId

private String ruleTemplateId

lookupableImplServiceName

private String lookupableImplServiceName

documentType

private String documentType

reportType

private String reportType

documentTypeParam

private String documentTypeParam

initiatorPrincipalId

private String initiatorPrincipalId

documentContent

private String documentContent

backUrl

private String backUrl

showCloseButton

private String showCloseButton

dateRef

private String dateRef

effectiveHour

private String effectiveHour

effectiveMinute

private String effectiveMinute

amPm

private String amPm

ruleTemplates

private List ruleTemplates

actionRequests

private List actionRequests

fields

private Map fields

ruleTemplateAttributes

private List<Row> ruleTemplateAttributes

attributes

private List attributes

showFields

private boolean showFields

showViewResults

private boolean showViewResults
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 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)

getDocumentTypeService

private DocumentTypeService getDocumentTypeService()

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.