Class TransactionalDocumentEntry

java.lang.Object
org.kuali.rice.krad.datadictionary.DictionaryBeanBase
org.kuali.rice.krad.datadictionary.DataDictionaryEntryBase
org.kuali.rice.krad.datadictionary.DocumentEntry
org.kuali.rice.krad.datadictionary.TransactionalDocumentEntry
org.kuali.rice.kns.datadictionary.TransactionalDocumentEntry
All Implemented Interfaces:
Serializable, Cloneable, KNSDocumentEntry, org.kuali.rice.krad.datadictionary.Copyable, org.kuali.rice.krad.datadictionary.DataDictionaryEntry, org.kuali.rice.krad.datadictionary.DictionaryBean

@Deprecated public class TransactionalDocumentEntry extends org.kuali.rice.krad.datadictionary.TransactionalDocumentEntry implements KNSDocumentEntry
Deprecated.
Use TransactionalDocumentEntry.
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Field Details

    • promptBeforeValidationClass

      protected Class<? extends PromptBeforeValidation> promptBeforeValidationClass
      Deprecated.
    • derivedValuesSetterClass

      protected Class<? extends DerivedValuesSetter> derivedValuesSetterClass
      Deprecated.
    • webScriptFiles

      protected List<String> webScriptFiles
      Deprecated.
    • headerNavigationList

      protected List<HeaderNavigation> headerNavigationList
      Deprecated.
    • sessionDocument

      protected boolean sessionDocument
      Deprecated.
  • Constructor Details

    • TransactionalDocumentEntry

      public TransactionalDocumentEntry()
      Deprecated.
  • Method Details

    • getHeaderNavigationList

      public List<HeaderNavigation> getHeaderNavigationList()
      Deprecated.
      Specified by:
      getHeaderNavigationList in interface KNSDocumentEntry
    • getWebScriptFiles

      public List<String> getWebScriptFiles()
      Deprecated.
      Specified by:
      getWebScriptFiles in interface KNSDocumentEntry
    • getPromptBeforeValidationClass

      public Class<? extends PromptBeforeValidation> getPromptBeforeValidationClass()
      Deprecated.
      Specified by:
      getPromptBeforeValidationClass in interface KNSDocumentEntry
      Returns:
      Returns the preRulesCheckClass.
    • setPromptBeforeValidationClass

      public void setPromptBeforeValidationClass(Class<? extends PromptBeforeValidation> preRulesCheckClass)
      Deprecated.
      The promptBeforeValidationClass element is the full class name of the java class which determines whether the user should be asked any questions prior to running validation.
      Specified by:
      setPromptBeforeValidationClass in interface KNSDocumentEntry
      See Also:
      • invalid reference
        KualiDocumentActionBase#promptBeforeValidation(org.apache.struts.action.ActionMapping, org.apache.struts.action.ActionForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse, String)
    • setWebScriptFiles

      public void setWebScriptFiles(List<String> webScriptFiles)
      Deprecated.
      The webScriptFile element defines the name of javascript files that are necessary for processing the document. The specified javascript files will be included in the generated html.
      Specified by:
      setWebScriptFiles in interface KNSDocumentEntry
    • setHeaderNavigationList

      public void setHeaderNavigationList(List<HeaderNavigation> headerNavigationList)
      Deprecated.
      The headerNavigation element defines a set of additional tabs which will appear on the document.
      Specified by:
      setHeaderNavigationList in interface KNSDocumentEntry
    • isSessionDocument

      public boolean isSessionDocument()
      Deprecated.
      Specified by:
      isSessionDocument in interface KNSDocumentEntry
    • setSessionDocument

      public void setSessionDocument(boolean sessionDocument)
      Deprecated.
      Specified by:
      setSessionDocument in interface KNSDocumentEntry
    • getDerivedValuesSetterClass

      public Class<? extends DerivedValuesSetter> getDerivedValuesSetterClass()
      Deprecated.
      Specified by:
      getDerivedValuesSetterClass in interface KNSDocumentEntry
      Returns:
      the derivedValuesSetter
    • setDerivedValuesSetterClass

      public void setDerivedValuesSetterClass(Class<? extends DerivedValuesSetter> derivedValuesSetter)
      Deprecated.
      Specified by:
      setDerivedValuesSetterClass in interface KNSDocumentEntry
      Parameters:
      derivedValuesSetter - the derivedValuesSetter to set
    • getDocumentAuthorizerClass

      public Class<? extends DocumentAuthorizer> getDocumentAuthorizerClass()
      Deprecated.
      Returns the document authorizer class for the document. Only framework code should be calling this method. Client devs should use
      invalid reference
      DocumentTypeService#getDocumentAuthorizer(org.kuali.rice.krad.document.Document)
      or
      invalid reference
      DocumentTypeService#getDocumentAuthorizer(String)
      Specified by:
      getDocumentAuthorizerClass in interface KNSDocumentEntry
      Overrides:
      getDocumentAuthorizerClass in class org.kuali.rice.krad.datadictionary.DocumentEntry
      Returns:
      a document authorizer class
    • getDocumentPresentationControllerClass

      public Class<? extends DocumentPresentationController> getDocumentPresentationControllerClass()
      Deprecated.
      Returns the document presentation controller class for the document. Only framework code should be calling this method. Client devs should use
      invalid reference
      DocumentTypeService#getDocumentPresentationController(org.kuali.rice.krad.document.Document)
      or
      invalid reference
      DocumentTypeService#getDocumentPresentationController(String)
      Specified by:
      getDocumentPresentationControllerClass in interface KNSDocumentEntry
      Overrides:
      getDocumentPresentationControllerClass in class org.kuali.rice.krad.datadictionary.DocumentEntry
      Returns:
      the documentPresentationControllerClass
    • completeValidation

      public void completeValidation()
      Deprecated.
      Specified by:
      completeValidation in interface org.kuali.rice.krad.datadictionary.DataDictionaryEntry
      Overrides:
      completeValidation in class org.kuali.rice.krad.datadictionary.DataDictionaryEntryBase
      See Also:
      • DataDictionaryEntryBase.completeValidation()
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object