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

Quick Search    Search Deep

com.aendvari.griffin.validation.validator
Class ValidateMethod  view ValidateMethod download ValidateMethod.java

java.lang.Object
  extended bycom.aendvari.griffin.validation.validator.HandlerMethod
      extended bycom.aendvari.griffin.validation.validator.ValidateMethod

public class ValidateMethod
extends HandlerMethod

Defines a ValidateMethod.

This class is used to define the method that is to be called upon validates found in validation.


Field Summary
 
Fields inherited from class com.aendvari.griffin.validation.validator.HandlerMethod
name, parameters
 
Constructor Summary
ValidateMethod()
           
 
Method Summary
 boolean executeValidation(Handler handler, com.aendvari.griffin.validation.dataset.Property property, com.aendvari.griffin.validation.ValidationHandler validateObjectHandler, com.aendvari.griffin.validation.ValidationHandler validateClassHandler)
          Executes this part of a Dataset validation.
 java.lang.String toString()
          Convert this object into a String representation.
 
Methods inherited from class com.aendvari.griffin.validation.validator.HandlerMethod
addParameter, getName, getParameters, setName, setParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValidateMethod

public ValidateMethod()
Method Detail

executeValidation

public boolean executeValidation(Handler handler,
                                 com.aendvari.griffin.validation.dataset.Property property,
                                 com.aendvari.griffin.validation.ValidationHandler validateObjectHandler,
                                 com.aendvari.griffin.validation.ValidationHandler validateClassHandler)
                          throws java.lang.Exception
Executes this part of a Dataset validation.

Specified by:
executeValidation in class HandlerMethod

toString

public java.lang.String toString()
Convert this object into a String representation.

Overrides:
toString in class HandlerMethod