|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValidationResult | |
org.caleigo.core |
Uses of ValidationResult in org.caleigo.core |
Fields in org.caleigo.core declared as ValidationResult | |
static ValidationResult |
ValidationResult.VALID_RESULT
|
Methods in org.caleigo.core that return ValidationResult | |
ValidationResult |
ProxyEntity.validateData()
Help method that validates the data contained in the called data object and returns a ValidationResult object. |
ValidationResult |
IFieldDescriptor.validateData(java.lang.Object data,
IDataProvider dataProvider)
This method validates the provided data object as described by the called field descriptor in the context of the provided IDataProvider object. |
ValidationResult |
IEntity.validateData()
Help method that validates the data contained in the called data object and returns a ValidationResult object. |
ValidationResult |
IDataBundleDescriptor.validateData(IDataBundle actionData)
Help method that validates the provided IActionData object. |
ValidationResult |
IDataBundle.validateData()
Help method that validates the data contained in the called data object and returns a ValidationResult object. |
ValidationResult |
FieldDescriptor.validateData(java.lang.Object data,
IDataProvider dataProvider)
This method validates the provided data object as described by the called field descriptor in the context of the provided IDataProvider object. |
ValidationResult |
FieldDescriptor.performBaseValidation(java.lang.Object dataValue)
Performs basic validations that are relevant for all fields like checking for null values in reguired field data. |
ValidationResult |
DataBundleDescriptor.validateData(IDataBundle actionData)
Help method that validates the provided IActionData object. |
ValidationResult |
DataBundleDescriptor.DescriptorItem.validateData(IDataBundle actionData)
|
ValidationResult |
DataBundle.validateData()
Help method that validates the data contained in the called action data object and returns a ValidationResult object. |
ValidationResult |
CompositeEntityDescriptor.CompositeFieldGroup.CompositeFieldDescriptor.validateData(java.lang.Object data,
IDataProvider dataProvider)
This method validates the provided data object as described by the called field descriptor in the context of the provided IDataProvider object. |
ValidationResult |
CompositeEntityDescriptor.CompositeFieldGroup.CompositeFieldDescriptor.performBaseValidation(java.lang.Object dataValue)
Performs basic validations that are relevant for all fields like checking for null values in reguired field data. |
ValidationResult |
AbstractEntity.validateData()
Help method that validates the data contained in the called data object and returns a ValidationResult object. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |