Uses of Class
org.apache.bval.model.ValidationListener.Error

Packages that use ValidationListener.Error
org.apache.bval   
org.apache.bval.jsr303   
org.apache.bval.model   
 

Uses of ValidationListener.Error in org.apache.bval
 

Methods in org.apache.bval that return ValidationListener.Error
protected  ValidationListener.Error ValidationResults.createError(String reason, Object owner, String propertyName)
          Create an Error object.
 

Methods in org.apache.bval that return types with arguments of type ValidationListener.Error
 Map<Object,Map<String,List<ValidationListener.Error>>> ValidationResults.getErrorsByOwner()
          Get the map of Errors by owner; key = owner, value = map with:
   key = propertyName, value = list of errors for this owner.propertyName
 Map<String,List<ValidationListener.Error>> ValidationResults.getErrorsByReason()
          Get the map of Errors by reason; key = reason, value = list of errors for this reason
 

Methods in org.apache.bval with parameters of type ValidationListener.Error
<T extends ValidationListener>
void
ValidationResults.addError(ValidationListener.Error error, ValidationContext<T> context)
          API to add an error to the validation results.
protected  void ValidationResults.addToOwnerBucket(ValidationListener.Error error)
          Add an Error to the property-keyed map of Errors maintained for this Error's owner.
protected  void ValidationResults.addToReasonBucket(ValidationListener.Error error)
          Add an Error to the set of Errors shared by a particular "reason."
 

Uses of ValidationListener.Error in org.apache.bval.jsr303
 

Methods in org.apache.bval.jsr303 that return types with arguments of type ValidationListener.Error
 List<ValidationListener.Error> ConstraintValidatorContextImpl.getErrorMessages()
          Get the queued error messages.
 

Methods in org.apache.bval.jsr303 with parameters of type ValidationListener.Error
<VL extends ValidationListener>
void
ConstraintValidationListener.addError(ValidationListener.Error error, ValidationContext<VL> context)
          Alternative method to add a fully initialized ValidationListener.Error object.
 

Uses of ValidationListener.Error in org.apache.bval.model
 

Methods in org.apache.bval.model with parameters of type ValidationListener.Error
<T extends ValidationListener>
void
ValidationListener.addError(ValidationListener.Error error, ValidationContext<T> context)
          Alternative method to add a fully initialized ValidationListener.Error object.
 



Copyright © 2010-2012 Apache Software Foundation. All Rights Reserved.