Uses of Interface
org.jaffa.rules.fieldvalidators.IFieldValidator

Packages that use IFieldValidator
org.jaffa.rules.fieldvalidators   
 

Uses of IFieldValidator in org.jaffa.rules.fieldvalidators
 

Classes in org.jaffa.rules.fieldvalidators that implement IFieldValidator
 class AbstractFieldValidator
          This is an abstract implementation of the IFieldValidator interface.
 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.