Uses of Class
org.jaffa.rules.fieldvalidators.AbstractFieldValidator

Packages that use AbstractFieldValidator
org.jaffa.rules.fieldvalidators   
 

Uses of AbstractFieldValidator in org.jaffa.rules.fieldvalidators
 

Subclasses of AbstractFieldValidator in org.jaffa.rules.fieldvalidators
 class BooleanFieldValidator
          This implementation of the IFieldValidator ensures that the field has a Boolean value.
 class CurrencyFieldValidator
          This implementation of the IFieldValidator ensures that the field has a Currency value.
 class DateOnlyFieldValidator
          This implementation of the IFieldValidator ensures that the field has a DateOnly value.
 class DateTimeFieldValidator
          This implementation of the IFieldValidator ensures that the field has a DateTime value.
 class DecimalFieldValidator
          This implementation of the IFieldValidator ensures that the field has a Decimal value.
 class ForeignKeyFieldValidator
          This Field Validator ensures that the field value is a valid Foreign key in the specified domainClass.
 class GenericForeignKeyFieldValidator
          This validates a field against a set of valid values for that field, as listed in a database table For eg.
 class InListFieldValidator
          This Field Validator ensures that the field value is specified in the List.
 class IntegerFieldValidator
          This implementation of the IFieldValidator ensures that the field has an Integer value.
 class MandatoryFieldValidator
          This implementation of the IFieldValidator ensures that the field is not null.
 class StringFieldValidator
          This implementation of the IFieldValidator ensures that the field has a valid String value.
 



Copyright © 2002-2004 JAFFA Project.