Interface KNSDocumentEntry
- All Superinterfaces:
DataDictionaryEntry,DictionaryBean,Serializable
- All Known Implementing Classes:
MaintenanceDocumentEntry,TransactionalDocumentEntry
Deprecated.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.booleanDeprecated.booleanDeprecated.Class<? extends KeyValuesFinder> Deprecated.Deprecated.Class<? extends BusinessRule> Deprecated.Deprecated.Class<? extends DerivedValuesSetter> Deprecated.booleanDeprecated.Class<? extends DocumentAuthorizer> Deprecated.Deprecated.Class<? extends DocumentPresentationController> Deprecated.Deprecated.Deprecated.Class<? extends PromptBeforeValidation> Deprecated.booleanDeprecated.booleanDeprecated.Deprecated.Deprecated.Deprecated.booleanDeprecated.booleanDeprecated.voidsetAllowsCopy(boolean allowsCopy) Deprecated.voidsetAllowsNoteAttachments(boolean allowsNoteAttachments) Deprecated.voidsetAllowsNoteFYI(boolean allowsNoteFYI) Deprecated.voidsetAttachmentTypesValuesFinderClass(Class<? extends KeyValuesFinder> attachmentTypesValuesFinderClass) Deprecated.voidsetBaseDocumentClass(Class<? extends Document> baseDocumentClass) Deprecated.voidsetBusinessRulesClass(Class<? extends BusinessRule> businessRulesClass) Deprecated.voidsetDefaultExistenceChecks(List<ReferenceDefinition> defaultExistenceChecks) Deprecated.voidsetDerivedValuesSetterClass(Class<? extends DerivedValuesSetter> derivedValuesSetter) Deprecated.voidsetDisplayTopicFieldInNotes(boolean displayTopicFieldInNotes) Deprecated.voidsetDocumentClass(Class<? extends Document> documentClass) Deprecated.voidsetDocumentTypeName(String documentTypeName) Deprecated.voidsetEncryptDocumentDataInPersistentSessionStorage(boolean encryptDocumentDataInPersistentSessionStorage) Deprecated.voidsetHeaderNavigationList(List<HeaderNavigation> headerNavigationList) Deprecated.voidsetPromptBeforeValidationClass(Class<? extends PromptBeforeValidation> preRulesCheckClass) Deprecated.voidsetSessionDocument(boolean sessionDocument) Deprecated.voidsetUsePessimisticLocking(boolean usePessimisticLocking) Deprecated.voidsetUseWorkflowPessimisticLocking(boolean useWorkflowPessimisticLocking) Deprecated.voidsetWebScriptFiles(List<String> webScriptFiles) Deprecated.voidsetWorkflowAttributes(WorkflowAttributes workflowAttributes) Deprecated.voidsetWorkflowProperties(WorkflowProperties workflowProperties) Deprecated.Methods inherited from interface org.kuali.rice.krad.datadictionary.DataDictionaryEntry
completeValidation, completeValidation, getAttributeDefinition, getFullClassName, getJstlKey, getRelationships, getStateMapping, setStateMappingMethods inherited from interface org.kuali.rice.krad.datadictionary.DictionaryBean
dataDictionaryPostProcessing, getComponentCode, getNamespaceCode
-
Method Details
-
getDocumentClass
Deprecated. -
setDocumentClass
Deprecated. -
getBaseDocumentClass
Deprecated. -
setBaseDocumentClass
Deprecated. -
getBusinessRulesClass
Class<? extends BusinessRule> getBusinessRulesClass()Deprecated. -
setBusinessRulesClass
Deprecated. -
getDocumentTypeName
String getDocumentTypeName()Deprecated. -
setDocumentTypeName
Deprecated. -
getDisplayTopicFieldInNotes
boolean getDisplayTopicFieldInNotes()Deprecated. -
setDisplayTopicFieldInNotes
void setDisplayTopicFieldInNotes(boolean displayTopicFieldInNotes) Deprecated. -
getUsePessimisticLocking
boolean getUsePessimisticLocking()Deprecated. -
setUsePessimisticLocking
void setUsePessimisticLocking(boolean usePessimisticLocking) Deprecated. -
getUseWorkflowPessimisticLocking
boolean getUseWorkflowPessimisticLocking()Deprecated. -
setUseWorkflowPessimisticLocking
void setUseWorkflowPessimisticLocking(boolean useWorkflowPessimisticLocking) Deprecated. -
getAttachmentTypesValuesFinderClass
Class<? extends KeyValuesFinder> getAttachmentTypesValuesFinderClass()Deprecated. -
setAttachmentTypesValuesFinderClass
void setAttachmentTypesValuesFinderClass(Class<? extends KeyValuesFinder> attachmentTypesValuesFinderClass) Deprecated. -
getAllowsCopy
boolean getAllowsCopy()Deprecated. -
setAllowsCopy
void setAllowsCopy(boolean allowsCopy) Deprecated. -
getAllowsNoteAttachments
boolean getAllowsNoteAttachments()Deprecated. -
setAllowsNoteAttachments
void setAllowsNoteAttachments(boolean allowsNoteAttachments) Deprecated. -
getAllowsNoteFYI
boolean getAllowsNoteFYI()Deprecated. -
setAllowsNoteFYI
void setAllowsNoteFYI(boolean allowsNoteFYI) Deprecated. -
getWorkflowProperties
WorkflowProperties getWorkflowProperties()Deprecated. -
setWorkflowProperties
Deprecated. -
getWorkflowAttributes
WorkflowAttributes getWorkflowAttributes()Deprecated. -
setWorkflowAttributes
Deprecated. -
getDefaultExistenceChecks
List<ReferenceDefinition> getDefaultExistenceChecks()Deprecated. -
setDefaultExistenceChecks
Deprecated. -
isEncryptDocumentDataInPersistentSessionStorage
boolean isEncryptDocumentDataInPersistentSessionStorage()Deprecated. -
setEncryptDocumentDataInPersistentSessionStorage
void setEncryptDocumentDataInPersistentSessionStorage(boolean encryptDocumentDataInPersistentSessionStorage) Deprecated. -
getWebScriptFiles
Deprecated. -
getPromptBeforeValidationClass
Class<? extends PromptBeforeValidation> getPromptBeforeValidationClass()Deprecated. -
setPromptBeforeValidationClass
Deprecated. -
setWebScriptFiles
Deprecated. -
isSessionDocument
boolean isSessionDocument()Deprecated. -
setSessionDocument
void setSessionDocument(boolean sessionDocument) Deprecated. -
getDerivedValuesSetterClass
Class<? extends DerivedValuesSetter> getDerivedValuesSetterClass()Deprecated. -
setDerivedValuesSetterClass
Deprecated. -
getDocumentAuthorizerClass
Class<? extends DocumentAuthorizer> getDocumentAuthorizerClass()Deprecated. -
getDocumentPresentationControllerClass
Class<? extends DocumentPresentationController> getDocumentPresentationControllerClass()Deprecated.
-
DocumentEntry.