org.infoglue.cms.util.validators
Class IntegerValidator

java.lang.Object
  extended by org.infoglue.cms.util.validators.AbstractValidator
      extended by org.infoglue.cms.util.validators.IntegerValidator

public class IntegerValidator
extends AbstractValidator

Time is running out, the illusion fades away... This package will be refactored/extended after iteration 1. - move to com.holigrow.yoda.util.validators ? - interfaces + factory - constructor madness (setXXX instead of N constructors?) - more validators - more fun


Method Summary
 void validate(java.lang.Integer value)
           
 void validate(java.lang.Integer value, ConstraintExceptionBuffer ceb)
           
 
Methods inherited from class org.infoglue.cms.util.validators.AbstractValidator
addConstraintException, failIfAnyExceptionsFound, getExcludeId, getExcludeObject, getFieldName, getObjectClass, isMustBeUnique, isRequired, setExcludeId, setExcludeObject, setFieldName, setIsRequired, setMustBeUnique, setObjectClass, validateIsRequired, validateUniqueness
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

validate

public void validate(java.lang.Integer value)
              throws ConstraintException
Throws:
ConstraintException

validate

public void validate(java.lang.Integer value,
                     ConstraintExceptionBuffer ceb)


Copyright © 2005 InfoGlue.org All Rights Reserved.