@Handler(supports=PersonAttributeType.class, order=50) public class PersonAttributeTypeValidator extends Object implements org.springframework.validation.Validator
PersonAttributeType class.| Constructor and Description | 
|---|
| PersonAttributeTypeValidator() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | supports(Class<?> c) | 
| void | validate(Object obj,
        org.springframework.validation.Errors errors) | 
public boolean supports(Class<?> c)
supports in interface org.springframework.validation.ValidatorValidator.supports(java.lang.Class)public void validate(Object obj, org.springframework.validation.Errors errors)
validate in interface org.springframework.validation.ValidatorShould fail validation if name is null
 Should fail validation if format is empty
 Should fail validation if name already in use
 Should pass validation if description is null or empty or whitespace
 Should pass validation if all fields are correct
 Should pass validation if field lengths are correct
 Should fail validation if field lengths are not correctCopyright © 2024 OpenMRS Inc.. All rights reserved.