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.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Class<? extends DerivedValuesSetter> Deprecated.protected List<HeaderNavigation> Deprecated.protected Class<? extends PromptBeforeValidation> Deprecated.protected booleanDeprecated.Deprecated.Fields 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.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.Class<? extends PromptBeforeValidation> Deprecated.Deprecated.booleanDeprecated.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.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.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.TransactionalDocumentEntry
getStandardDocumentBaseClassMethods inherited from class org.kuali.rice.krad.datadictionary.DocumentEntry
completeValidation, dataDictionaryPostProcessing, getAllowsCopy, getAllowsNoteAttachments, getAllowsNoteFYI, getAttachmentTypesValuesFinderClass, getBaseDocumentClass, getBusinessRulesClass, getDefaultExistenceCheckFieldNames, getDefaultExistenceChecks, getDisplayTopicFieldInNotes, getDocumentClass, getDocumentTypeName, getEntryClass, getFullClassName, getJstlKey, getUsePessimisticLocking, getUseWorkflowPessimisticLocking, getWorkflowAttributes, getWorkflowProperties, isEncryptDocumentDataInPersistentSessionStorage, setAllowsCopy, setAllowsNoteAttachments, setAllowsNoteFYI, setAttachmentTypesValuesFinderClass, setBaseDocumentClass, setBusinessRulesClass, setDefaultExistenceChecks, setDisplayTopicFieldInNotes, setDocumentAuthorizerClass, setDocumentClass, setDocumentPresentationControllerClass, setDocumentTypeName, setEncryptDocumentDataInPersistentSessionStorage, setUsePessimisticLocking, setUseWorkflowPessimisticLocking, setWorkflowAttributes, setWorkflowProperties, validateDefaultExistenceChecksMethods 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
dataDictionaryPostProcessing, 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
-
promptBeforeValidationClass
Deprecated. -
derivedValuesSetterClass
Deprecated. -
webScriptFiles
Deprecated. -
sessionDocument
protected boolean sessionDocumentDeprecated.
-
-
Constructor Details
-
TransactionalDocumentEntry
public TransactionalDocumentEntry()Deprecated.
-
-
Method Details
-
getWebScriptFiles
Deprecated.- Specified by:
getWebScriptFilesin interfaceKNSDocumentEntry
-
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:
-
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
-
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 classorg.kuali.rice.krad.datadictionary.DocumentEntry- 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 classorg.kuali.rice.krad.datadictionary.DocumentEntry- Returns:
- the documentPresentationControllerClass
-
completeValidation
public void completeValidation()Deprecated.- Specified by:
completeValidationin interfaceorg.kuali.rice.krad.datadictionary.DataDictionaryEntry- Overrides:
completeValidationin classorg.kuali.rice.krad.datadictionary.DataDictionaryEntryBase- See Also:
-
toString
Deprecated.
TransactionalDocumentEntry.