org.codehaus.groovy.grails.orm.hibernate.metaclass
Class BeforeValidateHelper

java.lang.Object
  extended by org.codehaus.groovy.grails.orm.hibernate.metaclass.BeforeValidateHelper

public class BeforeValidateHelper
extends java.lang.Object


Field Summary
static java.lang.String BEFORE_VALIDATE
           
 
Constructor Summary
BeforeValidateHelper()
           
 
Method Summary
 void invokeBeforeValidate(java.lang.Object target, java.util.List<?> validatedFieldsList)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BEFORE_VALIDATE

public static final java.lang.String BEFORE_VALIDATE
See Also:
Constant Field Values
Constructor Detail

BeforeValidateHelper

public BeforeValidateHelper()
Method Detail

invokeBeforeValidate

public void invokeBeforeValidate(java.lang.Object target,
                                 java.util.List<?> validatedFieldsList)