org.kuali.rice.kew.web
Class KewRoutingKualiForm
java.lang.Object
org.apache.struts.action.ActionForm
org.kuali.rice.kns.web.struts.pojo.PojoFormBase
org.kuali.rice.kns.web.struts.form.KualiForm
org.kuali.rice.kew.web.KewRoutingKualiForm
- All Implemented Interfaces:
- java.io.Serializable, PojoForm
- Direct Known Subclasses:
- DocHandlerForm, RemoveReplaceForm, SuperUserForm
public class KewRoutingKualiForm
- extends KualiForm
This is a description of what this class does - jjhanso don't forget to fill this in.
- 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.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 |
appSpecificRouteActionRequestCds
protected java.util.Map appSpecificRouteActionRequestCds
appSpecificRouteRecipient
protected AppSpecificRouteRecipient appSpecificRouteRecipient
appSpecificRouteRecipient2
protected AppSpecificRouteRecipient appSpecificRouteRecipient2
appSpecificRouteList
protected java.util.List appSpecificRouteList
appSpecificRouteRecipientType
protected java.lang.String appSpecificRouteRecipientType
appSpecificRouteActionRequestCd
protected java.lang.String appSpecificRouteActionRequestCd
appSpecificRouteActionRequestCd2
protected java.lang.String appSpecificRouteActionRequestCd2
recipientIndex
protected java.lang.Integer recipientIndex
docHandlerReturnUrl
protected java.lang.String docHandlerReturnUrl
removedAppSpecificRecipient
protected java.lang.String removedAppSpecificRecipient
KewRoutingKualiForm
public KewRoutingKualiForm()
resetAppSpecificRoute
public void resetAppSpecificRoute()
getAppSpecificRouteActionRequestCds
public java.util.Map getAppSpecificRouteActionRequestCds()
getInitiateURL
public java.lang.String getInitiateURL()
- Returns:
- Returns the initiateURL.
setInitiateURL
public void setInitiateURL(java.lang.String initiateURL)
- Parameters:
initiateURL
- The initiateURL to set.
getCommand
public java.lang.String getCommand()
- Returns:
- Returns the command.
setCommand
public void setCommand(java.lang.String command)
- Parameters:
command
- The command to set.
getAnnotation
public java.lang.String getAnnotation()
- Returns:
- Returns the annotation.
setAnnotation
public void setAnnotation(java.lang.String annotation)
- Parameters:
annotation
- The annotation to set.
isShowBlanketApproveButton
public boolean isShowBlanketApproveButton()
- Returns:
- Returns the showBlanketApproveButton.
setShowBlanketApproveButton
public void setShowBlanketApproveButton(boolean blanketApprove)
- Parameters:
showBlanketApproveButton
- The showBlanketApproveButton to set.
getDocId
public java.lang.Long getDocId()
- Returns:
- Returns the docId.
setDocId
public void setDocId(java.lang.Long docId)
- Parameters:
docId
- The docId to set.
getWorkflowDocument
public org.kuali.rice.kew.service.WorkflowDocument getWorkflowDocument()
- Returns:
- Returns the workflowDocument.
setWorkflowDocument
public void setWorkflowDocument(org.kuali.rice.kew.service.WorkflowDocument workflowDocument)
- Parameters:
workflowDocument
- The workflowDocument to set.
isSuperUserSearch
public boolean isSuperUserSearch()
- Returns:
- Returns the superUserSearch.
getDocTypeName
public java.lang.String getDocTypeName()
setDocTypeName
public void setDocTypeName(java.lang.String docTypeName)
setAppSpecificPersonId
public void setAppSpecificPersonId(java.lang.String networkId)
setAppSpecificWorkgroupId
public void setAppSpecificWorkgroupId(java.lang.String workgroupId)
getAppSpecificRouteRecipient
public AppSpecificRouteRecipient getAppSpecificRouteRecipient()
setAppSpecificRouteRecipient
public void setAppSpecificRouteRecipient(AppSpecificRouteRecipient appSpecificRouteRecipient)
getAppSpecificRouteRecipient2
public AppSpecificRouteRecipient getAppSpecificRouteRecipient2()
setAppSpecificRouteRecipient2
public void setAppSpecificRouteRecipient2(AppSpecificRouteRecipient appSpecificRouteRecipient2)
getAppSpecificRouteList
public java.util.List getAppSpecificRouteList()
setAppSpecificRouteList
public void setAppSpecificRouteList(java.util.List appSpecificRouteList)
setAppSpecificRouteRecipientType
public void setAppSpecificRouteRecipientType(java.lang.String appSpecificRouteRecipientType)
getAppSpecificRouteRecipientType
public java.lang.String getAppSpecificRouteRecipientType()
getAppSpecificRoute
public AppSpecificRouteRecipient getAppSpecificRoute(int index)
setAppSpecificRoute
public void setAppSpecificRoute(int index,
AppSpecificRouteRecipient appSpecificRouteRecipient)
getAppSpecificRouteActionRequestCd
public java.lang.String getAppSpecificRouteActionRequestCd()
setAppSpecificRouteActionRequestCd
public void setAppSpecificRouteActionRequestCd(java.lang.String appSpecificRouteActionRequestCd)
getAppSpecificRouteActionRequestCd2
public java.lang.String getAppSpecificRouteActionRequestCd2()
setAppSpecificRouteActionRequestCd2
public void setAppSpecificRouteActionRequestCd2(java.lang.String appSpecificRouteActionRequestCd2)
getRecipientIndex
public java.lang.Integer getRecipientIndex()
setRecipientIndex
public void setRecipientIndex(java.lang.Integer recipientIndex)
establishVisibleActionRequestCds
public void establishVisibleActionRequestCds()
getDocHandlerReturnUrl
public java.lang.String getDocHandlerReturnUrl()
setDocHandlerReturnUrl
public void setDocHandlerReturnUrl(java.lang.String docHandlerReturnUrl)
getRemovedAppSpecificRecipient
public java.lang.String getRemovedAppSpecificRecipient()
setRemovedAppSpecificRecipient
public void setRemovedAppSpecificRecipient(java.lang.String removedAppSpecificRecipient)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.