| Package | Description | 
|---|---|
| oracle.jbo.rules | 
 Contains sample validation beans. 
 | 
| oracle.jbo.server | 
 Contains the implementation of middle tier components. 
 | 
| oracle.jbo.server.rules | 
 Contains sample validation beans. 
 | 
| oracle.jbodt.common | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
GenericValidator
Implemented by validators for domain datatypes. 
 | 
interface  | 
JboTransValidatorInterface  | 
interface  | 
JboValidatorHints
The principal interface for validator classes. 
 | 
interface  | 
JboValidatorInterface
The principal interface for validator classes. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractValidator
The superclass for all pre-defined validators. 
 | 
class  | 
JboAbstractValidator
The superclass for all pre-defined validators. 
 | 
class  | 
JboCollectionValidator  | 
class  | 
JboCompareValidator
A validator that tests literal values by comparing them to a pre-defined value, using a pre-defined relation. 
 | 
class  | 
JboCustomValidator  | 
class  | 
JboExprCollectionValidator  | 
class  | 
JboExprCompareValidator  | 
class  | 
JboExpressionValidator  | 
class  | 
JboGenericValidator
A validator for domain attributes. 
 | 
class  | 
JboLengthValidator
A validator that tests the length of the attribute values by comparing them with a pre-defined length value. 
 | 
class  | 
JboListValidator
A validator that tests for the presence of a literal value in a list of pre-defined values. 
 | 
class  | 
JboMandatoryAttrValHelper
Implements a stub validator for holding custom error messages for the predefined mandatory attribute validators. 
 | 
class  | 
JboMethodValidator
A validator that tests values by passing them to a validation method. 
 | 
class  | 
JboNonNullValidator
Implements non-null validation for mandatory attributes. 
 | 
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. 
 | 
class  | 
JboRegExpValidator
A validator that tests attribute values by comparing them with a pre-defined regular expression. 
 | 
class  | 
JboRequiredValidator
A validator that tests whether the value entered is null or not null 
 | 
class  | 
JboValidationBean  | 
class  | 
JboVCItemRequiredValidator  | 
class  | 
RulesBeanUtils
Internal: Applications should not use this class. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JboEOExistsValidator  | 
class  | 
JboExistsValidator  | 
class  | 
JboMandatoryAttributesValidator
Implements non-null validation for mandatory attributes. 
 | 
class  | 
JboSQLCollectionValidator  | 
class  | 
JboSQLCompareValidator  | 
class  | 
JboSQLListValidator
A validator that tests for the presence of a literal value in a list of database values. 
 | 
class  | 
JboUniqueKeyValidator  | 
class  | 
JboVOCollectionValidator  | 
class  | 
JboVOCompareValidator
A validator that tests literal values by comparing them to a database value, using a pre-defined relation. 
 | 
class  | 
JboVOExistsValidator  | 
class  | 
JboVOListValidator
A validator that tests for the presence of a literal value in a list of database values. 
 | 
class  | 
JboVOUsageCollectionValidator  | 
class  | 
JboVOUsageCompareValidator  | 
class  | 
JboVOUsageExistsValidator  | 
class  | 
JboVOUsageListValidator  | 
class  | 
ValidatorFactoryImpl  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JboAttrCompareValidator
A validator that tests literal values by comparing them to a database value, using a pre-defined relation. 
 | 
class  | 
JboBaseValidator
The superclass for all pre-defined validators. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
BaseValidator  | 
interface  | 
CollectionValidatorInterface  | 
interface  | 
CompareValidatorInterface  | 
interface  | 
ExpressionValidatorInterface  | 
interface  | 
LengthValidatorInterface  | 
interface  | 
ListValidatorInterface  | 
interface  | 
RangeValidatorInterface  | 
interface  | 
RegExpValidatorInterface  | 
interface  | 
RequiredValidatorInterface  | 
interface  | 
ValidatorUsageInterface  |