org.kuali.rice.kns.datadictionary
Interface KNSDocumentEntry
- All Superinterfaces: 
- DataDictionaryEntry, DictionaryBean, org.springframework.beans.factory.InitializingBean, Serializable
- All Known Implementing Classes: 
- MaintenanceDocumentEntry, TransactionalDocumentEntry
Deprecated.
- @Deprecated
public interface KNSDocumentEntry 
- extends DataDictionaryEntry, Serializable, org.springframework.beans.factory.InitializingBean
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
 
 
 
| Methods inherited from interface org.springframework.beans.factory.InitializingBean | 
| afterPropertiesSet | 
 
getDocumentClass
Class<? extends Document> getDocumentClass()
- Deprecated. - 
 
- 
 
setDocumentClass
void setDocumentClass(Class<? extends Document> documentClass)
- Deprecated. - 
 
- 
 
getBaseDocumentClass
Class<? extends Document> getBaseDocumentClass()
- Deprecated. - 
 
- 
 
setBaseDocumentClass
void setBaseDocumentClass(Class<? extends Document> baseDocumentClass)
- Deprecated. - 
 
- 
 
getBusinessRulesClass
Class<? extends BusinessRule> getBusinessRulesClass()
- Deprecated. - 
 
- 
 
setBusinessRulesClass
void setBusinessRulesClass(Class<? extends BusinessRule> businessRulesClass)
- Deprecated. - 
 
- 
 
getDocumentTypeName
String getDocumentTypeName()
- Deprecated. - 
 
- 
 
setDocumentTypeName
void setDocumentTypeName(String documentTypeName)
- 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
void setWorkflowProperties(WorkflowProperties workflowProperties)
- Deprecated. - 
 
- 
 
getWorkflowAttributes
WorkflowAttributes getWorkflowAttributes()
- Deprecated. - 
 
- 
 
setWorkflowAttributes
void setWorkflowAttributes(WorkflowAttributes workflowAttributes)
- Deprecated. - 
 
- 
 
getDefaultExistenceChecks
List<ReferenceDefinition> getDefaultExistenceChecks()
- Deprecated. - 
 
- 
 
setDefaultExistenceChecks
void setDefaultExistenceChecks(List<ReferenceDefinition> defaultExistenceChecks)
- Deprecated. - 
 
- 
 
isEncryptDocumentDataInPersistentSessionStorage
boolean isEncryptDocumentDataInPersistentSessionStorage()
- Deprecated. - 
 
- 
 
setEncryptDocumentDataInPersistentSessionStorage
void setEncryptDocumentDataInPersistentSessionStorage(boolean encryptDocumentDataInPersistentSessionStorage)
- Deprecated. - 
 
- 
 
getHeaderNavigationList
List<HeaderNavigation> getHeaderNavigationList()
- Deprecated. - 
 
- 
 
getWebScriptFiles
List<String> getWebScriptFiles()
- Deprecated. - 
 
- 
 
getPromptBeforeValidationClass
Class<? extends PromptBeforeValidation> getPromptBeforeValidationClass()
- Deprecated. - 
 
- 
 
setPromptBeforeValidationClass
void setPromptBeforeValidationClass(Class<? extends PromptBeforeValidation> preRulesCheckClass)
- Deprecated. - 
 
- 
 
setWebScriptFiles
void setWebScriptFiles(List<String> webScriptFiles)
- Deprecated. - 
 
- 
 
setHeaderNavigationList
void setHeaderNavigationList(List<HeaderNavigation> headerNavigationList)
- Deprecated. - 
 
- 
 
isSessionDocument
boolean isSessionDocument()
- Deprecated. - 
 
- 
 
setSessionDocument
void setSessionDocument(boolean sessionDocument)
- Deprecated. - 
 
- 
 
getDerivedValuesSetterClass
Class<? extends DerivedValuesSetter> getDerivedValuesSetterClass()
- Deprecated. - 
 
- 
 
setDerivedValuesSetterClass
void setDerivedValuesSetterClass(Class<? extends DerivedValuesSetter> derivedValuesSetter)
- Deprecated. - 
 
- 
 
getDocumentAuthorizerClass
Class<? extends DocumentAuthorizer> getDocumentAuthorizerClass()
- Deprecated. - 
 
- 
 
getDocumentPresentationControllerClass
Class<? extends DocumentPresentationController> getDocumentPresentationControllerClass()
- Deprecated. - 
 
- 
 
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.