public interface FacadeValidationService
| Modifier and Type | Method and Description |
|---|---|
void |
validate(Validator validator,
Object validatee)
Validate the given DTO.
|
void |
validate(Validator validator,
Object validatee,
Object bindingObject)
Validate the given DTO.
|
void validate(Validator validator,
Object validatee)
throws ValidationException
validator - - the validator to use for the validationvalidatee - - the object being validatedValidationException - when validation errors were foundvoid validate(Validator validator,
Object validatee,
Object bindingObject)
throws ValidationException
validator - - the validator to use for the validationvalidatee - - the object being validatedbindingObject - - the object to use for binding the field errorsValidationException - when validation errors were foundCopyright © 2000-2016 SAP SE. All Rights Reserved.