Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


Package oracle.jbo.server.rules

Contains sample validation beans.

See:
          Description

Interface Summary
GenericValidator Implemented by validators for domain datatypes.
JbiValidator The principal interface for validator classes.

 

Class Summary
JboBaseValidator The superclass for all pre-defined validators.
JboCompareValidator A validator that tests literal values by comparing them to a pre-defined value, using a pre-defined relation.
JboGenericValidator A validator for domain attributes.
JboListValidator A validator that tests for the presence of a literal value in a list of pre-defined values.
JboMethodValidator A validator that tests values by passing them to a validation method.
JboRangeValidator A validator that tests if a literal value lies within a pre-defined range.
JboSQLCompareValidator A validator that tests literal values by comparing them to a database value, using a pre-defined relation.
JboSQLListValidator A validator that tests for the presence of a literal value in a list of database values.
JboVOCompareValidator A validator that tests literal values by comparing them to a database value, using a pre-defined relation.
JboVOListValidator A validator that tests for the presence of a literal value in a list of database values.

 

Package oracle.jbo.server.rules Description

Contains sample validation beans.


Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


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