org.kuali.kfs.sys.document.datadictionary
Class FinancialSystemMaintenanceDocumentEntry

java.lang.Object
  extended by org.kuali.rice.kns.datadictionary.DataDictionaryEntryBase
      extended by org.kuali.rice.kns.datadictionary.DocumentEntry
          extended by org.kuali.rice.kns.datadictionary.MaintenanceDocumentEntry
              extended by org.kuali.kfs.sys.document.datadictionary.FinancialSystemMaintenanceDocumentEntry
All Implemented Interfaces:
org.kuali.rice.kns.datadictionary.DataDictionaryEntry, org.springframework.beans.factory.InitializingBean

public class FinancialSystemMaintenanceDocumentEntry
extends org.kuali.rice.kns.datadictionary.MaintenanceDocumentEntry

This class allows the system to define a custom document base class for


Field Summary
 
Fields inherited from class org.kuali.rice.kns.datadictionary.MaintenanceDocumentEntry
additionalSectionsFile, allowsNewOrCopy, allowsRecordDeletion, apcRuleMap, apcRules, businessObjectClass, lockingKeys, maintainableClass, maintainableSectionMap, maintainableSections, preserveLockingKeysOnCopy, translateCodes
 
Fields inherited from class org.kuali.rice.kns.datadictionary.DocumentEntry
allowsCopy, allowsNoteAttachments, allowsNoteFYI, attachmentTypesValuesFinderClass, baseDocumentClass, businessRulesClass, defaultExistenceCheckMap, defaultExistenceChecks, derivedValuesSetterClass, displayTopicFieldInNotes, documentAuthorizerClass, documentClass, documentPresentationControllerClass, documentSearchGeneratorClass, documentTypeName, encryptDocumentDataInPersistentSessionStorage, headerNavigationList, promptBeforeValidationClass, sessionDocument, usePessimisticLocking, useWorkflowPessimisticLocking, webScriptFiles, workflowAttributes, workflowProperties
 
Fields inherited from class org.kuali.rice.kns.datadictionary.DataDictionaryEntryBase
attributeMap, attributes, collectionMap, collections, relationshipMap, relationships
 
Constructor Summary
FinancialSystemMaintenanceDocumentEntry()
           
 
Method Summary
 Class<? extends org.kuali.rice.kns.document.Document> getStandardDocumentBaseClass()
           
 void setDocumentClass(Class<? extends org.kuali.rice.kns.document.Document> documentClass)
           
 
Methods inherited from class org.kuali.rice.kns.datadictionary.MaintenanceDocumentEntry
completeValidation, getAdditionalSectionsFile, getAllowsNewOrCopy, getAllowsRecordDeletion, getApcRuleFieldNames, getApcRules, getBusinessObjectClass, getEntryClass, getLockingKeyFieldNames, getLockingKeys, getMaintainableClass, getMaintainableSections, getPreserveLockingKeysOnCopy, isTranslateCodes, setAdditionalSectionsFile, setAllowsNewOrCopy, setAllowsRecordDeletion, setApcRules, setBusinessObjectClass, setLockingKeys, setMaintainableClass, setMaintainableSections, setPreserveLockingKeysOnCopy, setTranslateCodes, toString
 
Methods inherited from class org.kuali.rice.kns.datadictionary.DocumentEntry
afterPropertiesSet, getAllowsCopy, getAllowsNoteAttachments, getAllowsNoteFYI, getAttachmentTypesValuesFinderClass, getBaseDocumentClass, getBusinessRulesClass, getDefaultExistenceCheckFieldNames, getDefaultExistenceChecks, getDerivedValuesSetterClass, getDisplayTopicFieldInNotes, getDocumentAuthorizerClass, getDocumentClass, getDocumentPresentationControllerClass, getDocumentSearchGeneratorClass, getDocumentTypeName, getFullClassName, getHeaderNavigationList, getJstlKey, getPromptBeforeValidationClass, getUsePessimisticLocking, getUseWorkflowPessimisticLocking, getWebScriptFiles, getWorkflowAttributes, getWorkflowProperties, isEncryptDocumentDataInPersistentSessionStorage, isSessionDocument, setAllowsCopy, setAllowsNoteAttachments, setAllowsNoteFYI, setAttachmentTypesValuesFinderClass, setBaseDocumentClass, setBusinessRulesClass, setDefaultExistenceChecks, setDerivedValuesSetterClass, setDisplayTopicFieldInNotes, setDocumentAuthorizerClass, setDocumentPresentationControllerClass, setDocumentSearchGeneratorClass, setDocumentTypeName, setEncryptDocumentDataInPersistentSessionStorage, setHeaderNavigationList, setPromptBeforeValidationClass, setSessionDocument, setUsePessimisticLocking, setUseWorkflowPessimisticLocking, setWebScriptFiles, setWorkflowAttributes, setWorkflowProperties
 
Methods inherited from class org.kuali.rice.kns.datadictionary.DataDictionaryEntryBase
getAttributeDefinition, getAttributeNames, getAttributes, getCollectionDefinition, getCollectionNames, getCollections, getRelationshipDefinition, getRelationshipNames, getRelationships, setAttributes, setCollections, setRelationships
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FinancialSystemMaintenanceDocumentEntry

public FinancialSystemMaintenanceDocumentEntry()
Method Detail

getStandardDocumentBaseClass

public Class<? extends org.kuali.rice.kns.document.Document> getStandardDocumentBaseClass()
Overrides:
getStandardDocumentBaseClass in class org.kuali.rice.kns.datadictionary.MaintenanceDocumentEntry
See Also:
DocumentEntry.setDocumentClass(java.lang.Class)

setDocumentClass

public void setDocumentClass(Class<? extends org.kuali.rice.kns.document.Document> documentClass)
Overrides:
setDocumentClass in class org.kuali.rice.kns.datadictionary.DocumentEntry
See Also:
DocumentEntry.setDocumentClass(java.lang.Class)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.