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


Package oracle.jbo.rules

Contains sample validation beans.

See:
          Description

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

 

Class Summary
AbstractValidator The superclass for all pre-defined validators.
JboAbstractValidator 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.
JboCustomValidator  
JboGenericValidator A validator for domain attributes.
JboLengthValidator A validator that tests the length of the attribute values by comparing them with a pre-defined length value.
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.
JboNonNullValidator Implements non-null validation for mandatory attributes.
JboPrecisionScaleValidator Implements precision and scale validation for numeric attributes and length validation for string and character attributes.
JboRangeValidator A validator that tests if a literal value lies within a pre-defined range.
JboRegExpValidator A validator that tests attribute values by comparing them with a pre-defined regular expression.
JboValidatorContext A "PropertyChange" event gets delivered whenever a bean changes a "bound" or "constrained" property.
RulesBeanUtils Internal: Applications should not use this class.
Variant  

 

Package oracle.jbo.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.