org.kuali.hr.time.workarea.web
Class WorkAreaMaintenanceDocumentEntry

java.lang.Object
  extended by org.kuali.rice.krad.datadictionary.DataDictionaryEntryBase
      extended by org.kuali.rice.krad.datadictionary.DocumentEntry
          extended by org.kuali.rice.krad.datadictionary.MaintenanceDocumentEntry
              extended by org.kuali.rice.kns.datadictionary.MaintenanceDocumentEntry
                  extended by org.kuali.hr.time.workarea.web.WorkAreaMaintenanceDocumentEntry
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.datadictionary.KNSDocumentEntry, org.kuali.rice.krad.datadictionary.DataDictionaryEntry, org.springframework.beans.factory.InitializingBean

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

This class provides a hook to WorkAreaMaintenanceDocument instead the default MaintenanceDocumentBase. DD bean is in WorkAreaDataDictionaryBaseTypes.xml

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.datadictionary.MaintenanceDocumentEntry
additionalSectionsFile, allowsNewOrCopy, allowsRecordDeletion, derivedValuesSetterClass, headerNavigationList, lockingKeys, maintainableSectionMap, maintainableSections, preserveLockingKeysOnCopy, promptBeforeValidationClass, sessionDocument, translateCodes, webScriptFiles
 
Fields inherited from class org.kuali.rice.krad.datadictionary.MaintenanceDocumentEntry
dataObjectClass, maintainableClass
 
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, workflowProperties
 
Fields inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryEntryBase
attributeMap, attributes, collectionMap, collections, complexAttributeMap, complexAttributes, relationshipMap, relationships
 
Constructor Summary
WorkAreaMaintenanceDocumentEntry()
           
 
Method Summary
 Class<? extends org.kuali.rice.krad.document.Document> getStandardDocumentBaseClass()
           
 void setDocumentClass(Class<? extends org.kuali.rice.krad.document.Document> documentClass)
           
 
Methods inherited from class org.kuali.rice.kns.datadictionary.MaintenanceDocumentEntry
afterPropertiesSet, completeValidation, getAdditionalSectionsFile, getAllowsNewOrCopy, getAllowsRecordDeletion, getBusinessObjectClass, getDerivedValuesSetterClass, getDocumentAuthorizerClass, getDocumentPresentationControllerClass, getEntryClass, getHeaderNavigationList, getLockingKeyFieldNames, getLockingKeys, getMaintainableClass, getMaintainableSections, getPreserveLockingKeysOnCopy, getPromptBeforeValidationClass, getWebScriptFiles, isSessionDocument, isTranslateCodes, setAdditionalSectionsFile, setAllowsNewOrCopy, setAllowsRecordDeletion, setBusinessObjectClass, setDerivedValuesSetterClass, setHeaderNavigationList, setLockingKeys, setMaintainableSections, setPreserveLockingKeysOnCopy, setPromptBeforeValidationClass, setSessionDocument, setTranslateCodes, setWebScriptFiles, toString
 
Methods inherited from class org.kuali.rice.krad.datadictionary.MaintenanceDocumentEntry
getDataObjectClass, setDataObjectClass, setMaintainableClass
 
Methods inherited from class org.kuali.rice.krad.datadictionary.DocumentEntry
getAllowsCopy, getAllowsNoteAttachments, getAllowsNoteFYI, getAttachmentTypesValuesFinderClass, getBaseDocumentClass, getBusinessRulesClass, getDefaultExistenceCheckFieldNames, getDefaultExistenceChecks, getDisplayTopicFieldInNotes, getDocumentClass, getDocumentTypeName, getFullClassName, getJstlKey, getUsePessimisticLocking, getUseWorkflowPessimisticLocking, getWorkflowAttributes, getWorkflowProperties, isEncryptDocumentDataInPersistentSessionStorage, setAllowsCopy, setAllowsNoteAttachments, setAllowsNoteFYI, setAttachmentTypesValuesFinderClass, setBaseDocumentClass, setBusinessRulesClass, setDefaultExistenceChecks, setDisplayTopicFieldInNotes, setDocumentAuthorizerClass, setDocumentPresentationControllerClass, setDocumentTypeName, setEncryptDocumentDataInPersistentSessionStorage, setUsePessimisticLocking, setUseWorkflowPessimisticLocking, setWorkflowAttributes, setWorkflowProperties
 
Methods inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryEntryBase
getAttributeDefinition, getAttributeNames, getAttributes, getCollectionDefinition, getCollectionNames, getCollections, getComplexAttributes, getRelationshipDefinition, getRelationshipNames, getRelationships, setAttributes, setCollections, setComplexAttributes, setRelationships
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods 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, setDocumentTypeName, setEncryptDocumentDataInPersistentSessionStorage, setUsePessimisticLocking, setUseWorkflowPessimisticLocking, setWorkflowAttributes, setWorkflowProperties
 
Methods inherited from interface org.kuali.rice.krad.datadictionary.DataDictionaryEntry
getAttributeDefinition, getFullClassName, getJstlKey, getRelationships
 

Constructor Detail

WorkAreaMaintenanceDocumentEntry

public WorkAreaMaintenanceDocumentEntry()
Method Detail

getStandardDocumentBaseClass

public Class<? extends org.kuali.rice.krad.document.Document> getStandardDocumentBaseClass()
Overrides:
getStandardDocumentBaseClass in class org.kuali.rice.kns.datadictionary.MaintenanceDocumentEntry

setDocumentClass

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


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.