| Package | Description |
|---|---|
| oracle.adf.model.bc4j |
Contains a DataControl implementation for ADF Business Components.
|
| oracle.adf.model.binding |
Contains the abstract implementation of ADFm binding objects.
|
| oracle.jbo |
Contains interfaces for client-side applications.
|
| oracle.jbo.domain | |
| oracle.jbo.rules |
Contains sample validation beans.
|
| oracle.jbo.uicli.binding |
Contains ADF Swing classes that handle interaction with BC4J objects for various ADF Swing bindings.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DCJboDataControl.resetAttributeExceptionInRow(DCIteratorBinding iter,
Row row,
AttributeDef def,
AttrValException ave)
Reset any deferred exception in the row for the given attribute, for which
the AttrValException was raised.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
DCIteratorBinding.matchRowKeyWithAttrException(AttrValException ave) |
protected void |
DCDataControl.resetAttributeExceptionInRow(DCIteratorBinding iter,
Row row,
AttributeDef def,
AttrValException ave) |
protected void |
DCControlBinding.resetAttributeExceptionInRow(Row row,
AttributeDef def,
AttrValException ave) |
| Modifier and Type | Class and Description |
|---|---|
class |
AttrSetValException
Indicates n failed attempt to set an attribute value.
|
class |
PrecisionScaleValidationException
Indicates n failed attempt to set an attribute value.
|
class |
ReadOnlyAttrException
Indicates an attempt to modify a read-only attribute.
|
class |
UpdateAttrPrivilegeException
Indicates an attempt to modify a read-only attribute.
|
| Constructor and Description |
|---|
TooManyObjectsException(java.lang.String fullName,
java.lang.String keyName,
Key primaryKey,
AttrValException attrEx) |
| Modifier and Type | Class and Description |
|---|---|
class |
DataCreationException
Indicates that a Domain object could not be created.
|
| Modifier and Type | Method and Description |
|---|---|
static AttrValException |
RulesBeanUtils.validate(java.util.Iterator validators,
Row row,
JboValidatorContext ev,
boolean notDeferred)
Validate the new value by applying all the validator rules
applied to this attribute.
|
static AttrValException |
RulesBeanUtils.validateObject(java.util.Iterator validators,
JboValidatorContext ev,
boolean notDeferred) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<AttrValException> |
JboValidatorContext.getCachedExceptions() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
JUIteratorBinding.matchRowKeyWithAttrException(AttrValException ave)
Internal: Applications should not use this method.
|