...
Bean Name | Implementation Class | Purpose | ||
---|---|---|---|---|
Top Level Beans |
|
| ||
org.kuali.kfs.sys.businessobject.datadictionary.FinancialSystemBusinessObjectEntry | 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. | |||
org.kuali.kfs.sys.document.datadictionary.FinancialSystemMaintenanceDocumentEntry |
| |||
org.kuali.kfs.sys.document.datadictionary.FinancialSystemTransactionalDocumentEntry |
| |||
Business Object Support Beans |
|
| ||
org.kuali.kfs.krad.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. | |||
org.kuali.kfs.krad.datadictionary.InquiryDefinition |
| |||
org.kuali.kfs.krad.datadictionary.LookupDefinition |
| |||
org.kuali.kfs.krad.datadictionary.FieldDefinition |
| |||
org.kuali.kfs.krad.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. | |||
org.kuali.kfs.krad.datadictionary.ReferenceDefinition |
| |||
org.kuali.kfs.krad.datadictionary.PrimitiveAttributeDefinition | Used within a RelationshipDefinition to define an attributes that makes up the foreign key relationship with the other class. | |||
org.kuali.kfs.krad.datadictionary.SupportAttributeDefinition |
| |||
Maintenance Document Support Beans |
|
| ||
org.kuali.kfs.kns.datadictionary.MaintainableFieldDefinition |
| |||
org.kuali.kfs.kns.datadictionary.MaintainableSectionDefinition |
| |||
org.kuali.kfs.kns.datadictionary.MaintainableSubSectionHeaderDefinition |
| |||
org.kuali.kfs.kns.datadictionary.MaintainableCollectionDefinition |
| |||
Other Document Support Beans |
|
| ||
org.kuali.kfs.krad.datadictionary.WorkflowProperties |
| |||
Control Definition Beans |
|
| TODO||
CheckboxControlDefinition | org.kuali.kfs.kns.datadictionary.control.CheckboxControlDefinition | |||
| Validator BeansTextControlDefinition | org.kuali.kfs.kns.datadictionary.control.TextControlDefinition | ||
| TODO | RadioControlDefinition | org.kuali.kfs.kns.datadictionary.control.RadioControlDefinition | |
FileControlDefinition | org.kuali.kfs.kns.datadictionary.control.FileControlDefinition | |||
Validator Beans |
|
| ||
PhoneNumberValidationPattern | org.kuali.kfs.kns.datadictionary.validation.fieldlevel.PhoneNumberValidationPattern | |||
NumericValidationPattern | org.kuali.kfs.kns.datadictionary.validation.charlevel.NumericValidationPattern | |||
AnyCharacterValidationPattern | org.kuali.kfs.kns.datadictionary.validation.charlevel.AnyCharacterValidationPattern | |||
UTF8AnyCharacterValidationPattern | org.kuali.kfs.kns.datadictionary.validation.charlevel.UTF8AnyCharacterValidationPattern |
Bean Detail
BusinessObjectEntry
Anchor | ||||
---|---|---|---|---|
|
...