@Handler(supports=RelationshipType.class, order=50) public class RelationshipTypeValidator extends Object implements org.springframework.validation.Validator
RelationshipType
object.Constructor and Description |
---|
RelationshipTypeValidator() |
Modifier and Type | Method and Description |
---|---|
boolean |
supports(Class<?> c)
Determines if the command object being submitted is a valid type
|
void |
validate(Object obj,
org.springframework.validation.Errors errors) |
public boolean supports(Class<?> c)
supports
in interface org.springframework.validation.Validator
Validator.supports(java.lang.Class)
public void validate(Object obj, org.springframework.validation.Errors errors)
validate
in interface org.springframework.validation.Validator
Should fail validation if aIsToB(or A is To B) is null or empty or whitespace
Should fail validation if bIsToA(or B is To A) is null or empty or whitespace
Should fail validation if description is null or empty or whitespace
Should pass validation if all required fields are set
Should fail validation if relationshipTypeName already exist
Should pass validation if field lengths are correct
Should fail validation if field lengths are not correct
Copyright © 2024 OpenMRS Inc.. All rights reserved.