Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A C D E G N P S T V

A

addProperty(Property) - Method in class com.aendvari.griffin.validation.dataset.Dataset
Add a property to the list of properties for this dataset.
adjustParameters(ModelTree, ModelNode, Object, Handler) - Method in class com.aendvari.griffin.validation.dataset.Property
Sets the parameter values for each of the handlers' com.aendvari.griffin.validation.validator.ParameterDefine.

C

Collection - Static variable in interface com.aendvari.griffin.validation.dataset.Property.Type
 
com.aendvari.griffin.validation.dataset - package com.aendvari.griffin.validation.dataset
 

D

Dataset - class com.aendvari.griffin.validation.dataset.Dataset.
Defines a Dataset.
Dataset() - Constructor for class com.aendvari.griffin.validation.dataset.Dataset
Constructs an empty Dataset instance.

E

errorHandler - Variable in class com.aendvari.griffin.validation.dataset.Property
The name of the com.aendvari.griffin.validation.validator.ErrorHandler in which to call on this property.
errorHandlerParameterDefines - Variable in class com.aendvari.griffin.validation.dataset.Property
A HashMap of name/com.aendvari.griffin.validation.validator.ParameterDefine pairs for the error handler's method.
executeValidation(ModelNode, MultiHashMap, HashMap) - Method in class com.aendvari.griffin.validation.dataset.Dataset
Executes all validate methods on each Property of each Dataset
executeValidation(ModelNode, MultiHashMap, HashMap) - Method in class com.aendvari.griffin.validation.dataset.Property
Executes this classes' part of a Dataset validation.

G

getErrorHandlerParameterDefine(String) - Method in class com.aendvari.griffin.validation.dataset.Property
Get a validator parameter.
getMatchingValidator(Collection) - Method in class com.aendvari.griffin.validation.dataset.Property
Gets the matching com.aendvari.griffin.validation.validator.Validator instance from the collection of instances.
getPath() - Method in class com.aendvari.griffin.validation.dataset.Property
Get the path of the property.
getProperties() - Method in class com.aendvari.griffin.validation.dataset.Dataset
Get the list of properties for this dataset.
getType() - Method in class com.aendvari.griffin.validation.dataset.Property
Get the type of the property.
getValidator() - Method in class com.aendvari.griffin.validation.dataset.Property
Get the validator of the property.
getValidatorParameterDefine(String) - Method in class com.aendvari.griffin.validation.dataset.Property
Get a validator parameter.
getValue() - Method in class com.aendvari.griffin.validation.dataset.Property
Get the value of the property.

N

None - Static variable in interface com.aendvari.griffin.validation.dataset.Property.Type
 

P

Property - class com.aendvari.griffin.validation.dataset.Property.
Defines a Property.
Property() - Constructor for class com.aendvari.griffin.validation.dataset.Property
Constructs an empty Validator instance.
Property.Type - interface com.aendvari.griffin.validation.dataset.Property.Type.
Constants for the type of the property.
path - Variable in class com.aendvari.griffin.validation.dataset.Property
The path to retrieve the value of the property.
properties - Variable in class com.aendvari.griffin.validation.dataset.Dataset
The list of Property objects.

S

setErrorHandler() - Method in class com.aendvari.griffin.validation.dataset.Property
Get the validator of the property.
setErrorHandler(String) - Method in class com.aendvari.griffin.validation.dataset.Property
Set the error handler of the property.
setErrorHandlerParameterDefine(String, ParameterDefine) - Method in class com.aendvari.griffin.validation.dataset.Property
Add a validator parameter.
setPath(String) - Method in class com.aendvari.griffin.validation.dataset.Property
Set the path of the property.
setProperties(Collection) - Method in class com.aendvari.griffin.validation.dataset.Dataset
Set the list of properties for this dataset.
setType(String) - Method in class com.aendvari.griffin.validation.dataset.Property
Set the type of the property.
setValidator(String) - Method in class com.aendvari.griffin.validation.dataset.Property
Set the validator of the property.
setValidatorParameterDefine(String, ParameterDefine) - Method in class com.aendvari.griffin.validation.dataset.Property
Add a validator parameter.

T

toString() - Method in class com.aendvari.griffin.validation.dataset.Dataset
Convert this object into a String representation.
toString() - Method in class com.aendvari.griffin.validation.dataset.Property
Convert this object into a String representation.
type - Variable in class com.aendvari.griffin.validation.dataset.Property
The type of the property.

V

validator - Variable in class com.aendvari.griffin.validation.dataset.Property
The name of the com.aendvari.griffin.validation.validator.Validator in which to call on this property.
validatorParameterDefines - Variable in class com.aendvari.griffin.validation.dataset.Property
A HashMap of name/com.aendvari.griffin.validation.validator.ParameterDefine pairs for the validator's method.
value - Variable in class com.aendvari.griffin.validation.dataset.Property
The value of the property.

A C D E G N P S T V