@Handler(supports=DrugOrder.class, order=50) public class DrugOrderValidator extends OrderValidator implements org.springframework.validation.Validator
DrugOrder class.| Modifier and Type | Field and Description | 
|---|---|
| protected org.apache.commons.logging.Log | logLog for this class and subclasses | 
| Constructor and Description | 
|---|
| DrugOrderValidator() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | supports(java.lang.Class c)Determines if the command object being submitted is a valid type | 
| void | validate(java.lang.Object obj,
        org.springframework.validation.Errors errors)Checks the form object for any inconsistencies/errors | 
protected final org.apache.commons.logging.Log log
public boolean supports(java.lang.Class c)
supports in interface org.springframework.validation.Validatorsupports in class OrderValidatorValidator.supports(java.lang.Class)public void validate(java.lang.Object obj,
                     org.springframework.validation.Errors errors)
validate in interface org.springframework.validation.Validatorvalidate in class OrderValidatorValidator.validate(java.lang.Object,
      org.springframework.validation.Errors)Copyright © 2018 OpenMRS Inc.. All Rights Reserved.