Uses of Class
pl.bristleback.server.bristle.binding.BindingError

Packages that use BindingError
pl.bristleback.server.bristle.binding   
pl.bristleback.server.bristle.exceptions   
 

Uses of BindingError in pl.bristleback.server.bristle.binding
 

Methods in pl.bristleback.server.bristle.binding that return BindingError
static BindingError BindingError.addNotNullViolationError(java.lang.String fieldName)
          Creates and returns new binding error object with type BindingErrorType.NOT_NULL_VIOLATION and given field name.
static BindingError BindingError.addTypeMismatchError(java.lang.String fieldName)
          Creates and returns new binding error object with type BindingErrorType.TYPE_MISMATCH and given field name.
 

Methods in pl.bristleback.server.bristle.binding that return types with arguments of type BindingError
 java.util.List<BindingError> BindingResult.getErrors()
           
 

Methods in pl.bristleback.server.bristle.binding with parameters of type BindingError
 void BindingResult.addError(BindingError error)
           
 

Uses of BindingError in pl.bristleback.server.bristle.exceptions
 

Methods in pl.bristleback.server.bristle.exceptions that return types with arguments of type BindingError
 java.util.List<BindingError> BindingException.getErrors()
          Gets list of binding errors, most of all validation errors.
 



Copyright © 2011. All Rights Reserved.