org.kuali.rice.kns.datadictionary
Interface KNSDocumentEntry

All Superinterfaces:
DataDictionaryEntry, 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)

Method Summary
 boolean getAllowsCopy()
          Deprecated.  
 boolean getAllowsNoteAttachments()
          Deprecated.  
 boolean getAllowsNoteFYI()
          Deprecated.  
 Class<? extends KeyValuesFinder> getAttachmentTypesValuesFinderClass()
          Deprecated.  
 Class<? extends Document> getBaseDocumentClass()
          Deprecated.  
 Class<? extends BusinessRule> getBusinessRulesClass()
          Deprecated.  
 List<ReferenceDefinition> getDefaultExistenceChecks()
          Deprecated.  
 Class<? extends DerivedValuesSetter> getDerivedValuesSetterClass()
          Deprecated.  
 boolean getDisplayTopicFieldInNotes()
          Deprecated.  
 Class<? extends DocumentAuthorizer> getDocumentAuthorizerClass()
          Deprecated.  
 Class<? extends Document> getDocumentClass()
          Deprecated.  
 Class<? extends DocumentPresentationController> getDocumentPresentationControllerClass()
          Deprecated.  
 String getDocumentTypeName()
          Deprecated.  
 List<HeaderNavigation> getHeaderNavigationList()
          Deprecated.  
 Class<? extends PromptBeforeValidation> getPromptBeforeValidationClass()
          Deprecated.  
 boolean getUsePessimisticLocking()
          Deprecated.  
 boolean getUseWorkflowPessimisticLocking()
          Deprecated.  
 List<String> getWebScriptFiles()
          Deprecated.  
 WorkflowAttributes getWorkflowAttributes()
          Deprecated.  
 WorkflowProperties getWorkflowProperties()
          Deprecated.  
 boolean isEncryptDocumentDataInPersistentSessionStorage()
          Deprecated.  
 boolean isSessionDocument()
          Deprecated.  
 void setAllowsCopy(boolean allowsCopy)
          Deprecated.  
 void setAllowsNoteAttachments(boolean allowsNoteAttachments)
          Deprecated.  
 void setAllowsNoteFYI(boolean allowsNoteFYI)
          Deprecated.  
 void setAttachmentTypesValuesFinderClass(Class<? extends KeyValuesFinder> attachmentTypesValuesFinderClass)
          Deprecated.  
 void setBaseDocumentClass(Class<? extends Document> baseDocumentClass)
          Deprecated.  
 void setBusinessRulesClass(Class<? extends BusinessRule> businessRulesClass)
          Deprecated.  
 void setDefaultExistenceChecks(List<ReferenceDefinition> defaultExistenceChecks)
          Deprecated.  
 void setDerivedValuesSetterClass(Class<? extends DerivedValuesSetter> derivedValuesSetter)
          Deprecated.  
 void setDisplayTopicFieldInNotes(boolean displayTopicFieldInNotes)
          Deprecated.  
 void setDocumentClass(Class<? extends Document> documentClass)
          Deprecated.  
 void setDocumentTypeName(String documentTypeName)
          Deprecated.  
 void setEncryptDocumentDataInPersistentSessionStorage(boolean encryptDocumentDataInPersistentSessionStorage)
          Deprecated.  
 void setHeaderNavigationList(List<HeaderNavigation> headerNavigationList)
          Deprecated.  
 void setPromptBeforeValidationClass(Class<? extends PromptBeforeValidation> preRulesCheckClass)
          Deprecated.  
 void setSessionDocument(boolean sessionDocument)
          Deprecated.  
 void setUsePessimisticLocking(boolean usePessimisticLocking)
          Deprecated.  
 void setUseWorkflowPessimisticLocking(boolean useWorkflowPessimisticLocking)
          Deprecated.  
 void setWebScriptFiles(List<String> webScriptFiles)
          Deprecated.  
 void setWorkflowAttributes(WorkflowAttributes workflowAttributes)
          Deprecated.  
 void setWorkflowProperties(WorkflowProperties workflowProperties)
          Deprecated.  
 
Methods inherited from interface org.kuali.rice.krad.datadictionary.DataDictionaryEntry
completeValidation, getAttributeDefinition, getFullClassName, getJstlKey, getRelationships
 
Methods inherited from interface org.springframework.beans.factory.InitializingBean
afterPropertiesSet
 

Method Detail

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.