Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Bean Name

Implementation Class

Purpose

Top Level Beans

 

 

#BusinessObjectEntry

org.kuali.corekfs.sys.businessobject.datadictionary.BusinessObjectEntryFinancialSystemBusinessObjectEntry

A single BusinessObject entry in the DataDictionary, which contains information relating to the display, validation, and general maintenance of a BusinessObject and its attributes. You must define one of these for each BusinessObject that you want to render in the user interface.

#MaintenanceDocumentEntry (warning)TODO

org.kuali.corekfs.sys.document.datadictionary.FinancialSystemMaintenanceDocumentEntry

 

#TransactionalDocumentEntry (warning)TODO

org.kuali.kfs.coresys.document.datadictionary.FinancialSystemTransactionalDocumentEntry

 

Business Object Support Beans

 

 

#AttributeDefinition

org.kuali.kfs.corekrad.datadictionary.AttributeDefinition

These are the attributes of a business object or transactional document.  Each instance represents a single property on the underlying java class identified by the businessObjectClass or documentClass property.

#InquiryDefinition (warning)TODO

org.kuali.kfs.corekrad.datadictionary.InquiryDefinition

 

#LookupDefinition (warning)TODO

org.kuali.kfs.corekrad.datadictionary.LookupDefinition

 

#FieldDefinition (warning)TODO

org.kuali.kfs.corekrad.datadictionary.FieldDefinition

 

#RelationshipDefinition (warning)TODO

org.kuali.kfs.corekrad.datadictionary.RelationshipDefinition

Used to define a relationship between this business object/document and another business object.  These are usually only needed when the relationship has not been defined at the database mapping layer.

#ReferenceDefinition (warning)TODO

org.kuali.kfs.corekrad.datadictionary.ReferenceDefinition

 

#PrimitiveAttributeDefinition (warning)TODO

org.kuali.corekfs.krad.datadictionary.PrimitiveAttributeDefinition

Used within a RelationshipDefinition to define an attributes that makes up the foreign key relationship with the other class.

#SupportAttributeDefinition (warning)TODO

org.kuali.kfs.corekrad.datadictionary.SupportAttributeDefinition

 

Maintenance Document Support Beans

 

 

#MaintainableFieldDefinition (warning)TODO

org.kuali.kfs.corekns.datadictionary.MaintainableFieldDefinition

 

#MaintainableSectionDefinition (warning)TODO

org.kuali.kfs.corekns.datadictionary.MaintainableSectionDefinition

 

#MaintainableSubSectionHeaderDefinition (warning)TODO

org.kuali.corekfs.kns.datadictionary.MaintainableSubSectionHeaderDefinition

 

#MaintainableCollectionDefinition (warning)TODO

org.kuali.kfs.corekns.datadictionary.MaintainableCollectionDefinition

 

Other Document Support Beans

 

 

#WorkflowProperties (warning)TODO

org.kuali.core.datadictionary.

 

#AuthorizationDefinition (warning)TODO

org.kuali.corekfs.krad.datadictionary.WorkflowProperties

 

Control Definition Beans

 

 

(warning)TODO

 

 

Validator Beans

 

 

(warning)TODO

 

 

...