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,Copyable,DataDictionaryEntry,DictionaryBean
@Deprecated
public class MaintenanceDocumentEntry
extends MaintenanceDocumentEntry
implements KNSDocumentEntry
Deprecated.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringDeprecated.protected booleanDeprecated.protected booleanDeprecated.protected Class<? extends DerivedValuesSetter> Deprecated.protected List<HeaderNavigation> Deprecated.Deprecated.protected Map<String, MaintainableSectionDefinition> Deprecated.protected List<MaintainableSectionDefinition> Deprecated.protected booleanDeprecated.protected Class<? extends PromptBeforeValidation> Deprecated.protected booleanDeprecated.protected booleanDeprecated.Deprecated.Fields inherited from class org.kuali.rice.krad.datadictionary.MaintenanceDocumentEntry
clearValueOnCopyPropertyNames, dataObjectClass, maintainableClassFields inherited from class org.kuali.rice.krad.datadictionary.DocumentEntry
allowsCopy, allowsNoteAttachments, allowsNoteFYI, attachmentTypesValuesFinderClass, baseDocumentClass, businessRulesClass, defaultExistenceCheckMap, defaultExistenceChecks, displayTopicFieldInNotes, documentAuthorizerClass, documentClass, documentPresentationControllerClass, documentTypeName, encryptDocumentDataInPersistentSessionStorage, usePessimisticLocking, useWorkflowPessimisticLocking, workflowAttributes, workflowPropertiesFields inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryEntryBase
attributeMap, attributes, collectionMap, collections, complexAttributeMap, complexAttributes, dataObjectMetadata, EXCLUDED_PROPERTY_NAMES, relationshipMap, relationships, stateMappingFields inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase
componentCode, namespaceCode -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.Directly validate simple fields, call completeValidation on Definition fields.voidDeprecated.Deprecated.booleanDeprecated.Gets the allowsNewOrCopy attribute.booleanDeprecated.Class<? extends BusinessObject> Deprecated.Class<? extends DerivedValuesSetter> Deprecated.Class<? extends DocumentAuthorizer> Deprecated.Returns the document authorizer class for the document.Class<? extends DocumentPresentationController> Deprecated.Returns the document presentation controller class for the document.Deprecated.Deprecated.Deprecated.Deprecated.Class<? extends Maintainable> Deprecated.Deprecated.booleanDeprecated.Class<? extends PromptBeforeValidation> Deprecated.Deprecated.Deprecated.booleanDeprecated.booleanDeprecated.voidsetAdditionalSectionsFile(String additionalSectionsFile) Deprecated.voidsetAllowsNewOrCopy(boolean allowsNewOrCopy) Deprecated.The allowsNewOrCopy element contains a value of true or false.voidsetAllowsRecordDeletion(boolean allowsRecordDeletion) Deprecated.voidsetBusinessObjectClass(Class<? extends BusinessObject> businessObjectClass) Deprecated.voidsetDerivedValuesSetterClass(Class<? extends DerivedValuesSetter> derivedValuesSetter) Deprecated.voidsetHeaderNavigationList(List<HeaderNavigation> headerNavigationList) Deprecated.The headerNavigation element defines a set of additional tabs which will appear on the document.voidsetLockingKeys(List<String> lockingKeys) Deprecated.voidsetMaintainableSections(List<MaintainableSectionDefinition> maintainableSections) Deprecated.voidsetPreserveLockingKeysOnCopy(boolean preserveLockingKeysOnCopy) Deprecated.voidsetPromptBeforeValidationClass(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.voidsetSessionDocument(boolean sessionDocument) Deprecated.voidsetTranslateCodes(boolean translateCodes) Deprecated.voidsetWebScriptFiles(List<String> webScriptFiles) Deprecated.The webScriptFile element defines the name of javascript files that are necessary for processing the document.toString()Deprecated.Methods inherited from class org.kuali.rice.krad.datadictionary.MaintenanceDocumentEntry
completeValidation, getClearValueOnCopyPropertyNames, getDataObjectClass, setClearValueOnCopyPropertyNames, setDataObjectClass, setMaintainableClass, validateDefaultExistenceChecksMethods inherited from class org.kuali.rice.krad.datadictionary.DocumentEntry
getAllowsCopy, getAllowsNoteAttachments, getAllowsNoteFYI, getAttachmentTypesValuesFinderClass, getBaseDocumentClass, getBusinessRulesClass, getDefaultExistenceCheckFieldNames, getDefaultExistenceChecks, getDisplayTopicFieldInNotes, getDocumentClass, getDocumentTypeName, getFullClassName, getJstlKey, getUsePessimisticLocking, getUseWorkflowPessimisticLocking, getWorkflowAttributes, getWorkflowProperties, isEncryptDocumentDataInPersistentSessionStorage, setAllowsCopy, setAllowsNoteAttachments, setAllowsNoteFYI, setAttachmentTypesValuesFinderClass, setBaseDocumentClass, setBusinessRulesClass, setDefaultExistenceChecks, setDisplayTopicFieldInNotes, setDocumentAuthorizerClass, setDocumentClass, setDocumentPresentationControllerClass, setDocumentTypeName, setEncryptDocumentDataInPersistentSessionStorage, setUsePessimisticLocking, setUseWorkflowPessimisticLocking, setWorkflowAttributes, setWorkflowPropertiesMethods inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryEntryBase
embedMetadata, getAttributeDefinition, getAttributeNames, getAttributes, getCollectionDefinition, getCollectionNames, getCollections, getComplexAttributes, getDataObjectMetadata, getRelationshipDefinition, getRelationshipMap, getRelationshipNames, getRelationships, getStateMapping, hasEmbeddedDataObjectMetadata, injectMetadataIntoAttributes, injectMetadataIntoCollections, injectMetadataIntoRelationships, setAttributes, setCollections, setComplexAttributes, setDataObjectMetadata, setRelationshipMap, setRelationships, setStateMappingMethods inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase
clone, copy, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCodeMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.kuali.rice.krad.datadictionary.DataDictionaryEntry
completeValidation, getAttributeDefinition, getFullClassName, getJstlKey, getRelationships, getStateMapping, setStateMappingMethods inherited from interface org.kuali.rice.krad.datadictionary.DictionaryBean
getComponentCode, getNamespaceCodeMethods inherited from interface org.kuali.rice.kns.datadictionary.KNSDocumentEntry
getAllowsCopy, getAllowsNoteAttachments, getAllowsNoteFYI, getAttachmentTypesValuesFinderClass, getBaseDocumentClass, getBusinessRulesClass, getDefaultExistenceChecks, getDisplayTopicFieldInNotes, getDocumentClass, getDocumentTypeName, getUsePessimisticLocking, getUseWorkflowPessimisticLocking, getWorkflowAttributes, getWorkflowProperties, isEncryptDocumentDataInPersistentSessionStorage, setAllowsCopy, setAllowsNoteAttachments, setAllowsNoteFYI, setAttachmentTypesValuesFinderClass, setBaseDocumentClass, setBusinessRulesClass, setDefaultExistenceChecks, setDisplayTopicFieldInNotes, setDocumentClass, setDocumentTypeName, setEncryptDocumentDataInPersistentSessionStorage, setUsePessimisticLocking, setUseWorkflowPessimisticLocking, setWorkflowAttributes, setWorkflowProperties
-
Field Details
-
maintainableSections
Deprecated. -
lockingKeys
Deprecated. -
maintainableSectionMap
Deprecated. -
allowsNewOrCopy
protected boolean allowsNewOrCopyDeprecated. -
additionalSectionsFile
Deprecated. -
preserveLockingKeysOnCopy
protected boolean preserveLockingKeysOnCopyDeprecated. -
allowsRecordDeletion
protected boolean allowsRecordDeletionDeprecated. -
translateCodes
protected boolean translateCodesDeprecated. -
promptBeforeValidationClass
Deprecated. -
derivedValuesSetterClass
Deprecated. -
webScriptFiles
Deprecated. -
sessionDocument
protected boolean sessionDocumentDeprecated.
-
-
Constructor Details
-
MaintenanceDocumentEntry
public MaintenanceDocumentEntry()Deprecated.
-
-
Method Details
-
getPromptBeforeValidationClass
Deprecated.- Specified by:
getPromptBeforeValidationClassin interfaceKNSDocumentEntry- 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:
setPromptBeforeValidationClassin interfaceKNSDocumentEntry- See Also:
-
getStandardDocumentBaseClass
Deprecated.- Overrides:
getStandardDocumentBaseClassin classMaintenanceDocumentEntry
-
setBusinessObjectClass
Deprecated. -
getBusinessObjectClass
Deprecated. -
getEntryClass
Deprecated.- Overrides:
getEntryClassin classMaintenanceDocumentEntry- See Also:
-
getMaintainableClass
Deprecated.- Overrides:
getMaintainableClassin classMaintenanceDocumentEntry
-
getMaintainableSections
Deprecated.- Returns:
- List of MaintainableSectionDefinition objects contained in this document
-
getLockingKeyFieldNames
Deprecated.- Overrides:
getLockingKeyFieldNamesin classMaintenanceDocumentEntry- 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:
getAllowsNewOrCopyin classMaintenanceDocumentEntry- 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:
setAllowsNewOrCopyin classMaintenanceDocumentEntry
-
completeValidation
public void completeValidation()Deprecated.Directly validate simple fields, call completeValidation on Definition fields.- Specified by:
completeValidationin interfaceDataDictionaryEntry- Overrides:
completeValidationin classDataDictionaryEntryBase- See Also:
-
toString
Deprecated. -
getAdditionalSectionsFile
Deprecated. -
setAdditionalSectionsFile
Deprecated. -
getLockingKeys
Deprecated.- Overrides:
getLockingKeysin classMaintenanceDocumentEntry
-
setLockingKeys
Deprecated.- Overrides:
setLockingKeysin classMaintenanceDocumentEntry
-
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:
getPreserveLockingKeysOnCopyin classMaintenanceDocumentEntry- Returns:
- the preserveLockingKeysOnCopy
-
setPreserveLockingKeysOnCopy
public void setPreserveLockingKeysOnCopy(boolean preserveLockingKeysOnCopy) Deprecated.- Overrides:
setPreserveLockingKeysOnCopyin classMaintenanceDocumentEntry- Parameters:
preserveLockingKeysOnCopy- the preserveLockingKeysOnCopy to set
-
getAllowsRecordDeletion
public boolean getAllowsRecordDeletion()Deprecated.- Overrides:
getAllowsRecordDeletionin classMaintenanceDocumentEntry- Returns:
- the allowRecordDeletion
-
setAllowsRecordDeletion
public void setAllowsRecordDeletion(boolean allowsRecordDeletion) Deprecated.- Overrides:
setAllowsRecordDeletionin classMaintenanceDocumentEntry- Parameters:
allowsRecordDeletion- the allowRecordDeletion to set
-
isTranslateCodes
Deprecated. -
setTranslateCodes
Deprecated. -
getDocumentAuthorizerClass
Deprecated.Returns the document authorizer class for the document. Only framework code should be calling this method. Client devs should useorinvalid reference
DocumentTypeService#getDocumentAuthorizer(org.kuali.rice.krad.document.Document)invalid reference
DocumentTypeService#getDocumentAuthorizer(String)- Specified by:
getDocumentAuthorizerClassin interfaceKNSDocumentEntry- Overrides:
getDocumentAuthorizerClassin classDocumentEntry- Returns:
- a document authorizer class
-
getDocumentPresentationControllerClass
Deprecated.Returns the document presentation controller class for the document. Only framework code should be calling this method. Client devs should useorinvalid reference
DocumentTypeService#getDocumentPresentationController(org.kuali.rice.krad.document.Document)invalid reference
DocumentTypeService#getDocumentPresentationController(String)- Specified by:
getDocumentPresentationControllerClassin interfaceKNSDocumentEntry- Overrides:
getDocumentPresentationControllerClassin classDocumentEntry- Returns:
- the documentPresentationControllerClass
-
getWebScriptFiles
Deprecated.- Specified by:
getWebScriptFilesin interfaceKNSDocumentEntry
-
setWebScriptFiles
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:
setWebScriptFilesin interfaceKNSDocumentEntry
-
isSessionDocument
public boolean isSessionDocument()Deprecated.- Specified by:
isSessionDocumentin interfaceKNSDocumentEntry
-
setSessionDocument
public void setSessionDocument(boolean sessionDocument) Deprecated.- Specified by:
setSessionDocumentin interfaceKNSDocumentEntry
-
getDerivedValuesSetterClass
Deprecated.- Specified by:
getDerivedValuesSetterClassin interfaceKNSDocumentEntry- Returns:
- the derivedValuesSetter
-
setDerivedValuesSetterClass
Deprecated.- Specified by:
setDerivedValuesSetterClassin interfaceKNSDocumentEntry- Parameters:
derivedValuesSetter- the derivedValuesSetter to set
-
dataDictionaryPostProcessing
public void dataDictionaryPostProcessing()Deprecated.- Specified by:
dataDictionaryPostProcessingin interfaceDictionaryBean- Overrides:
dataDictionaryPostProcessingin classDocumentEntry
-
MaintenanceDocumentEntry.