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

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.RuleQuickLinksForm
All Implemented Interfaces:
Serializable, PojoForm

public class RuleQuickLinksForm
extends KualiForm

A Struts ActionForm for the RuleQuickLinksAction.

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

Field Summary
protected  boolean canInitiateDocumentTypeDocument
           
 
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
RuleQuickLinksForm()
           
 
Method Summary
 List<RuleQuickLinksAction.DocumentTypeQuickLinksStructure> getDocumentTypeQuickLinksStructures()
           
 String getRootDocTypeName()
           
 boolean isCanInitiateDocumentTypeDocument()
           
 void setCanInitiateDocumentTypeDocument(boolean canInitiateDocumentTypeDocument)
           
 void setDocumentTypeQuickLinksStructures(List<RuleQuickLinksAction.DocumentTypeQuickLinksStructure> documentTypeQuickLinksStructures)
           
 void setRootDocTypeName(String rootDocTypeName)
           
 
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, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

canInitiateDocumentTypeDocument

protected boolean canInitiateDocumentTypeDocument
Constructor Detail

RuleQuickLinksForm

public RuleQuickLinksForm()
Method Detail

getRootDocTypeName

public String getRootDocTypeName()

setRootDocTypeName

public void setRootDocTypeName(String rootDocTypeName)

getDocumentTypeQuickLinksStructures

public List<RuleQuickLinksAction.DocumentTypeQuickLinksStructure> getDocumentTypeQuickLinksStructures()

setDocumentTypeQuickLinksStructures

public void setDocumentTypeQuickLinksStructures(List<RuleQuickLinksAction.DocumentTypeQuickLinksStructure> documentTypeQuickLinksStructures)

isCanInitiateDocumentTypeDocument

public boolean isCanInitiateDocumentTypeDocument()

setCanInitiateDocumentTypeDocument

public void setCanInitiateDocumentTypeDocument(boolean canInitiateDocumentTypeDocument)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.