public abstract class BaseCustomizableValidator extends Object implements org.springframework.validation.Validator
Constructor and Description |
---|
BaseCustomizableValidator() |
Modifier and Type | Method and Description |
---|---|
<T extends AttributeType,A extends Attribute> |
validateAttributes(Customizable<A> customizable,
org.springframework.validation.Errors errors,
Collection<T> attributeTypes)
Validate the attributes of the given Customizable, given the list of relevant attribute types
|
public <T extends AttributeType,A extends Attribute> void validateAttributes(Customizable<A> customizable, org.springframework.validation.Errors errors, Collection<T> attributeTypes)
Copyright © 2024 OpenMRS Inc.. All rights reserved.