|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvalidValue | |
|---|---|
| com.avaje.ebean | Core API (see Ebean and EbeanServer). |
| Uses of InvalidValue in com.avaje.ebean |
|---|
| Methods in com.avaje.ebean that return InvalidValue | |
|---|---|
InvalidValue[] |
InvalidValue.getChildren()
Returns children when validation recurses. |
InvalidValue[] |
ValidationException.getErrors()
Return the actual errors for all beans validated. |
InvalidValue[] |
InvalidValue.getErrors()
Return a flat list of the errors. |
InvalidValue |
ValidationException.getInvalid()
Return the InvalidValue tree. |
static InvalidValue[] |
InvalidValue.toArray(List<InvalidValue> list)
Helper method to convert a list to an array. |
InvalidValue |
EbeanServer.validate(Object bean)
Validate an entity bean. |
static InvalidValue |
Ebean.validate(Object bean)
Validate a bean. |
InvalidValue[] |
EbeanServer.validate(Object bean,
String propertyName,
Object value)
Validate a single property on an entity bean. |
static InvalidValue[] |
Ebean.validate(Object bean,
String propertyName,
Object value)
Validate a bean property. |
| Methods in com.avaje.ebean that return types with arguments of type InvalidValue | |
|---|---|
static List<InvalidValue> |
InvalidValue.toList(InvalidValue invalid)
Helper method to convert a recursive error into a list. |
| Methods in com.avaje.ebean with parameters of type InvalidValue | |
|---|---|
static List<InvalidValue> |
InvalidValue.toList(InvalidValue invalid)
Helper method to convert a recursive error into a list. |
| Method parameters in com.avaje.ebean with type arguments of type InvalidValue | |
|---|---|
static InvalidValue[] |
InvalidValue.toArray(List<InvalidValue> list)
Helper method to convert a list to an array. |
| Constructors in com.avaje.ebean with parameters of type InvalidValue | |
|---|---|
InvalidValue(String validatorKey,
String beanType,
Object bean,
InvalidValue[] children)
|
|
ValidationException(InvalidValue invalid)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||