|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.datadictionary.DataDictionaryEntryBase
org.kuali.rice.krad.datadictionary.DocumentEntry
org.kuali.rice.krad.datadictionary.MaintenanceDocumentEntry
org.kuali.rice.kns.datadictionary.MaintenanceDocumentEntry
org.kuali.hr.time.workarea.web.WorkAreaMaintenanceDocumentEntry
public class WorkAreaMaintenanceDocumentEntry
This class provides a hook to WorkAreaMaintenanceDocument instead the default MaintenanceDocumentBase. DD bean is in WorkAreaDataDictionaryBaseTypes.xml
| 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 |
|---|
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 |
|---|
afterPropertiesSet, 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 |
| Methods inherited from interface org.springframework.beans.factory.InitializingBean |
|---|
afterPropertiesSet |
| Constructor Detail |
|---|
public WorkAreaMaintenanceDocumentEntry()
| Method Detail |
|---|
public Class<? extends org.kuali.rice.krad.document.Document> getStandardDocumentBaseClass()
getStandardDocumentBaseClass in class org.kuali.rice.kns.datadictionary.MaintenanceDocumentEntrypublic void setDocumentClass(Class<? extends org.kuali.rice.krad.document.Document> documentClass)
setDocumentClass in interface org.kuali.rice.kns.datadictionary.KNSDocumentEntrysetDocumentClass in class org.kuali.rice.krad.datadictionary.DocumentEntryorg.kuali.rice.kns.datadictionary.DocumentEntry#setDocumentClass(java.lang.Class)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||