Uses of Class
net.sf.minuteProject.architecture.holder.element.ValidationModelError

Packages that use ValidationModelError
net.sf.minuteProject.architecture.validation.model   
 

Uses of ValidationModelError in net.sf.minuteProject.architecture.validation.model
 

Methods in net.sf.minuteProject.architecture.validation.model that return ValidationModelError
protected  ValidationModelError AbstractModelValidator.validateMaxLength(String fieldName, int fieldLength, int acceptedLength)
           
protected  ValidationModelError AbstractModelValidator.validateMaxLength(String fieldName, long fieldLength, long acceptedLength)
           
protected  ValidationModelError AbstractModelValidator.validateMaxLength(String fieldName, String fieldValue, int acceptedLength)
           
protected  ValidationModelError AbstractModelValidator.validatePresence(String fieldName, Object fieldValue, boolean isTobePresent)
           
protected  ValidationModelError AbstractModelValidator.validatePresence(String fieldName, String fieldValue, boolean isTobePresent)
           
 



Copyright © 2013. All Rights Reserved.