org.kuali.rice.kew.routing.web
Class DocHandlerForm

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.web.KewRoutingKualiForm
                  extended by org.kuali.rice.kew.routing.web.DocHandlerForm
All Implemented Interfaces:
Serializable, PojoForm

public class DocHandlerForm
extends KewRoutingKualiForm

A Struts ActionForm for the ClientAppDocHandlerRedirectAction.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kew.web.KewRoutingKualiForm
appSpecificRouteActionRequestCd, appSpecificRouteActionRequestCd2, appSpecificRouteActionRequestCds, appSpecificRouteList, appSpecificRouteRecipient, appSpecificRouteRecipient2, appSpecificRouteRecipientType, docHandlerReturnUrl, recipientIndex, removedAppSpecificRecipient
 
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
DocHandlerForm()
           
 
Method Summary
 String getDocHandlerRedirectUrl()
           
 String getLookupableImplServiceName()
           
 String getMethodToCall()
          Used by the dispatch action to determine which action method to call into.
 void setDocHandlerRedirectUrl(String docHandlerRedirectUrl)
           
 void setLookupableImplServiceName(String lookupableImplServiceName)
           
 void setMethodToCall(String methodToCall)
           
 
Methods inherited from class org.kuali.rice.kew.web.KewRoutingKualiForm
establishVisibleActionRequestCds, getAnnotation, getAppSpecificRoute, getAppSpecificRouteActionRequestCd, getAppSpecificRouteActionRequestCd2, getAppSpecificRouteActionRequestCds, getAppSpecificRouteList, getAppSpecificRouteRecipient, getAppSpecificRouteRecipient2, getAppSpecificRouteRecipientType, getCommand, getDocHandlerReturnUrl, getDocId, getDocTypeName, getInitiateURL, getRecipientIndex, getRemovedAppSpecificRecipient, getWorkflowDocument, isShowBlanketApproveButton, isSuperUserSearch, resetAppSpecificRoute, setAnnotation, setAppSpecificPersonId, setAppSpecificRoute, setAppSpecificRouteActionRequestCd, setAppSpecificRouteActionRequestCd2, setAppSpecificRouteList, setAppSpecificRouteRecipient, setAppSpecificRouteRecipient2, setAppSpecificRouteRecipientType, setAppSpecificWorkgroupId, setCommand, setDocHandlerReturnUrl, setDocId, setDocTypeName, setInitiateURL, setRecipientIndex, setRemovedAppSpecificRecipient, setShowBlanketApproveButton, setWorkflowDocument
 
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, 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, 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, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocHandlerForm

public DocHandlerForm()
Method Detail

getMethodToCall

public String getMethodToCall()
Description copied from class: KualiForm
Used by the dispatch action to determine which action method to call into.

Overrides:
getMethodToCall in class KualiForm
Returns:
Returns the methodToCall.

setMethodToCall

public void setMethodToCall(String methodToCall)
Overrides:
setMethodToCall in class KualiForm
Parameters:
methodToCall - The methodToCall to set.

getLookupableImplServiceName

public String getLookupableImplServiceName()

setLookupableImplServiceName

public void setLookupableImplServiceName(String lookupableImplServiceName)

getDocHandlerRedirectUrl

public String getDocHandlerRedirectUrl()

setDocHandlerRedirectUrl

public void setDocHandlerRedirectUrl(String docHandlerRedirectUrl)


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.