Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


Uses of Class
oracle.jbo.rules.AbstractValidator

Packages that use AbstractValidator
oracle.jbo.rules Contains sample validation beans. 
oracle.jbo.server.rules Contains sample validation beans. 

 

Uses of AbstractValidator in oracle.jbo.rules

 

Subclasses of AbstractValidator in oracle.jbo.rules
 class JboAbstractValidator
          The superclass for all pre-defined validators.
 class JboCompareValidator
          A validator that tests literal values by comparing them to a pre-defined value, using a pre-defined relation.
 class JboListValidator
          A validator that tests for the presence of a literal value in a list of pre-defined values.
 class JboMethodValidator
          A validator that tests values by passing them to a validation method.
 class JboPrecisionScaleValidator
          Implements precision and scale validation for numeric attributes and length validation for string and character attributes.
 class JboRangeValidator
          A validator that tests if a literal value lies within a pre-defined range.

 

Uses of AbstractValidator in oracle.jbo.server.rules

 

Subclasses of AbstractValidator in oracle.jbo.server.rules
 class JboBaseValidator
          The superclass for all pre-defined validators.
 class JboSQLCompareValidator
          A validator that tests literal values by comparing them to a database value, using a pre-defined relation.
 class JboSQLListValidator
          A validator that tests for the presence of a literal value in a list of database values.
 class JboVOCompareValidator
          A validator that tests literal values by comparing them to a database value, using a pre-defined relation.
 class JboVOListValidator
          A validator that tests for the presence of a literal value in a list of database values.

 


Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


 

Copyright © 1997, 2005, Oracle. All rights reserved.