| 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. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
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  | 
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  | 
JboParamRequiredValidator  | 
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  | 
| Modifier and Type | Method and Description | 
|---|---|
AbstractValidator | 
AbstractValidator.applyValidatorPersonalization(AbstractValidator orgVal)  | 
AbstractValidator | 
JboValidatorContext.getValidator()  | 
| Modifier and Type | Method and Description | 
|---|---|
AbstractValidator | 
AbstractValidator.applyValidatorPersonalization(AbstractValidator orgVal)  | 
void | 
AbstractValidator.copyErrorMsgInfo(AbstractValidator val)  | 
ExprValueSupplier | 
JboValidatorContext.createExprValueHandlerAndValueSupplier(AbstractValidator val)  | 
| 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  | 
| 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. 
 |