Class MaintenanceDocumentEntry

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.MaintenanceDocumentEntry
org.kuali.rice.kns.datadictionary.MaintenanceDocumentEntry
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 MaintenanceDocumentEntry extends org.kuali.rice.krad.datadictionary.MaintenanceDocumentEntry implements KNSDocumentEntry
Deprecated.
Use MaintenanceDocumentEntry.
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Field Details

    • maintainableSections

      protected List<MaintainableSectionDefinition> maintainableSections
      Deprecated.
    • lockingKeys

      protected List<String> lockingKeys
      Deprecated.
    • maintainableSectionMap

      protected Map<String,MaintainableSectionDefinition> maintainableSectionMap
      Deprecated.
    • allowsNewOrCopy

      protected boolean allowsNewOrCopy
      Deprecated.
    • additionalSectionsFile

      protected String additionalSectionsFile
      Deprecated.
    • preserveLockingKeysOnCopy

      protected boolean preserveLockingKeysOnCopy
      Deprecated.
    • allowsRecordDeletion

      protected boolean allowsRecordDeletion
      Deprecated.
    • translateCodes

      protected boolean translateCodes
      Deprecated.
    • 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

    • MaintenanceDocumentEntry

      public MaintenanceDocumentEntry()
      Deprecated.
  • Method Details

    • 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:
    • getStandardDocumentBaseClass

      public Class<? extends org.kuali.rice.krad.document.Document> getStandardDocumentBaseClass()
      Deprecated.
      Overrides:
      getStandardDocumentBaseClass in class org.kuali.rice.krad.datadictionary.MaintenanceDocumentEntry
    • setBusinessObjectClass

      public void setBusinessObjectClass(Class<? extends org.kuali.rice.krad.bo.BusinessObject> businessObjectClass)
      Deprecated.
    • getBusinessObjectClass

      public Class<? extends org.kuali.rice.krad.bo.BusinessObject> getBusinessObjectClass()
      Deprecated.
    • getEntryClass

      public Class getEntryClass()
      Deprecated.
      Overrides:
      getEntryClass in class org.kuali.rice.krad.datadictionary.MaintenanceDocumentEntry
      See Also:
      • DocumentEntry.getEntryClass()
    • getMaintainableClass

      public Class<? extends Maintainable> getMaintainableClass()
      Deprecated.
      Overrides:
      getMaintainableClass in class org.kuali.rice.krad.datadictionary.MaintenanceDocumentEntry
    • getMaintainableSections

      public List<MaintainableSectionDefinition> getMaintainableSections()
      Deprecated.
      Returns:
      List of MaintainableSectionDefinition objects contained in this document
    • getLockingKeyFieldNames

      public List<String> getLockingKeyFieldNames()
      Deprecated.
      Overrides:
      getLockingKeyFieldNames in class org.kuali.rice.krad.datadictionary.MaintenanceDocumentEntry
      Returns:
      List of all lockingKey fieldNames associated with this LookupDefinition, in the order in which they were added
    • getAllowsNewOrCopy

      public boolean getAllowsNewOrCopy()
      Deprecated.
      Gets the allowsNewOrCopy attribute.
      Overrides:
      getAllowsNewOrCopy in class org.kuali.rice.krad.datadictionary.MaintenanceDocumentEntry
      Returns:
      Returns the allowsNewOrCopy.
    • setAllowsNewOrCopy

      public void setAllowsNewOrCopy(boolean allowsNewOrCopy)
      Deprecated.
      The allowsNewOrCopy element contains a value of true or false. If true, this indicates the maintainable should allow the new and/or copy maintenance actions.
      Overrides:
      setAllowsNewOrCopy in class org.kuali.rice.krad.datadictionary.MaintenanceDocumentEntry
    • completeValidation

      public void completeValidation()
      Deprecated.
      Directly validate simple fields, call completeValidation on Definition fields.
      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
      See Also:
    • getAdditionalSectionsFile

      @Deprecated public String getAdditionalSectionsFile()
      Deprecated.
    • setAdditionalSectionsFile

      @Deprecated public void setAdditionalSectionsFile(String additionalSectionsFile)
      Deprecated.
    • getLockingKeys

      public List<String> getLockingKeys()
      Deprecated.
      Overrides:
      getLockingKeys in class org.kuali.rice.krad.datadictionary.MaintenanceDocumentEntry
    • setLockingKeys

      public void setLockingKeys(List<String> lockingKeys)
      Deprecated.
      Overrides:
      setLockingKeys in class org.kuali.rice.krad.datadictionary.MaintenanceDocumentEntry
    • setMaintainableSections

      @Deprecated public void setMaintainableSections(List<MaintainableSectionDefinition> maintainableSections)
      Deprecated.
      The maintainableSections elements allows the maintenance document to be presented in sections. Each section can have a different title. JSTL: maintainbleSections is a Map whichis accessed by a key of "maintainableSections". This map contains entries with the following keys: "0" (for first section) "1" (for second section) etc. The corresponding value for each entry is a maintainableSection ExportMap. See MaintenanceDocumentEntryMapper.java.
    • getPreserveLockingKeysOnCopy

      public boolean getPreserveLockingKeysOnCopy()
      Deprecated.
      Overrides:
      getPreserveLockingKeysOnCopy in class org.kuali.rice.krad.datadictionary.MaintenanceDocumentEntry
      Returns:
      the preserveLockingKeysOnCopy
    • setPreserveLockingKeysOnCopy

      public void setPreserveLockingKeysOnCopy(boolean preserveLockingKeysOnCopy)
      Deprecated.
      Overrides:
      setPreserveLockingKeysOnCopy in class org.kuali.rice.krad.datadictionary.MaintenanceDocumentEntry
      Parameters:
      preserveLockingKeysOnCopy - the preserveLockingKeysOnCopy to set
    • getAllowsRecordDeletion

      public boolean getAllowsRecordDeletion()
      Deprecated.
      Overrides:
      getAllowsRecordDeletion in class org.kuali.rice.krad.datadictionary.MaintenanceDocumentEntry
      Returns:
      the allowRecordDeletion
    • setAllowsRecordDeletion

      public void setAllowsRecordDeletion(boolean allowsRecordDeletion)
      Deprecated.
      Overrides:
      setAllowsRecordDeletion in class org.kuali.rice.krad.datadictionary.MaintenanceDocumentEntry
      Parameters:
      allowsRecordDeletion - the allowRecordDeletion to set
    • isTranslateCodes

      @Deprecated public boolean isTranslateCodes()
      Deprecated.
    • setTranslateCodes

      @Deprecated public void setTranslateCodes(boolean translateCodes)
      Deprecated.
    • 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
    • getHeaderNavigationList

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

      public List<String> getWebScriptFiles()
      Deprecated.
      Specified by:
      getWebScriptFiles in interface KNSDocumentEntry
    • 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
    • dataDictionaryPostProcessing

      public void dataDictionaryPostProcessing()
      Deprecated.
      Specified by:
      dataDictionaryPostProcessing in interface org.kuali.rice.krad.datadictionary.DictionaryBean
      Overrides:
      dataDictionaryPostProcessing in class org.kuali.rice.krad.datadictionary.DocumentEntry