Package | Description |
---|---|
oracle.adf.model.binding |
Contains the abstract implementation of ADFm binding objects.
|
oracle.adf.model.generic |
Contains a readonly DataControl implementation for JavaBeans.
|
oracle.jbo |
Contains interfaces for client-side applications.
|
oracle.jbo.client.remote |
Contains the platform independent client tier implementation of bc4j(oracle.jbo) interfaces.
|
oracle.jbo.common |
Contains the implementation of components shared by thin clients and the middle tier.
|
oracle.jbo.common.ws | |
oracle.jbo.rules |
Contains sample validation beans.
|
oracle.jbo.server |
Contains the implementation of middle tier components.
|
oracle.jbo.uicli.binding |
Contains ADF Swing classes that handle interaction with BC4J objects for various ADF Swing bindings.
|
Modifier and Type | Class and Description |
---|---|
class |
DCVariableValueManagerImpl |
Modifier and Type | Method and Description |
---|---|
VariableValueManager |
DCBindingContainerDef.ensureVariableManager()
Internal: Applications should not use this method.
|
VariableValueManager |
DCBindingContainer.ensureVariableManager() |
VariableValueManager |
DCBindingContainerDef.getVariableManager()
Internal: Applications should not use this method.
|
VariableValueManager |
DCBindingContainer.getVariableManager() |
Constructor and Description |
---|
DCVariableValueManagerImpl(VariableManagerOwnerBase owner,
VariableValueManager defVarMgr,
DCBindingContainer bc) |
DCVariableValueManagerImpl(VariableManagerOwner owner,
VariableValueManager defVarMgr,
DCBindingContainer bc) |
Modifier and Type | Method and Description |
---|---|
VariableValueManager |
DCRowSetIteratorImpl.ensureVariableManager() |
VariableValueManager |
DCRowSetIteratorImpl.getVariableManager() |
Modifier and Type | Field and Description |
---|---|
protected VariableValueManager |
ViewCriteria.mVariableManager |
Modifier and Type | Method and Description |
---|---|
static VariableValueManager |
ViewCriteria.convertVarMapToVarMgr(java.util.Map varMap)
Deprecated.
|
VariableValueManager |
ViewCriteria.ensureVariableManager() |
VariableValueManager |
VariableManagerOwnerBase.ensureVariableManager()
Returns this object's Variable Value Manager.
|
VariableValueManager |
ViewCriteria.getContextualVariableManager()
For internal use only.
|
VariableValueManager |
ViewCriteria.getVariableManager() |
VariableValueManager |
VariableManagerOwnerBase.getVariableManager()
Returns this object's current Variable Value Manager.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
ViewCriteriaItem.getValueFromVariableManager(VariableValueManager vMgr) |
boolean |
ViewCriteriaItem.hasData(VariableValueManager vMgr) |
boolean |
ViewCriteriaItemCompound.hasDataToGenerateQuery(VariableValueManager vMgr) |
boolean |
ViewCriteriaItem.hasDataToGenerateQuery(VariableValueManager vMgr) |
void |
ViewCriteria.setVariableManager(VariableValueManager variableManager)
For internal use only.
|
void |
VariableValueManager.setVariableValuesFrom(VariableValueManager vm) |
void |
ViewCriteria.validate(VariableValueManager vMgr)
Performs view criteria item required and selectively required validation.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientVariableValueManager |
Modifier and Type | Method and Description |
---|---|
VariableValueManager |
ViewUsageImpl.ensureVariableManager() |
VariableValueManager |
ViewUsageImpl.getVariableManager() |
Modifier and Type | Class and Description |
---|---|
class |
VariableValueManagerImpl |
Modifier and Type | Method and Description |
---|---|
VariableValueManager |
ViewCriteriaImpl.getContextualVariableManager() |
Modifier and Type | Method and Description |
---|---|
void |
VariableValueManagerImpl.setVariableValuesFrom(VariableValueManager vm) |
static void |
RowSetHelper.updateNamedWhereParamValues(RowSet vo,
VariableValueManager params,
boolean executeIfNeeded) |
void |
ViewCriteriaImpl.validate(VariableValueManager vMgr) |
void |
ViewCriteriaImpl.validateRow(ViewCriteriaRow row,
VariableValueManager vMgr) |
Modifier and Type | Method and Description |
---|---|
VariableValueManager |
WSObject.ensureVariableManager() |
VariableValueManager |
WSObject.getVariableManager() |
Modifier and Type | Method and Description |
---|---|
VariableValueManager |
AbstractValidator.ensureVariableManager() |
VariableValueManager |
AbstractValidator.getVariableManager() |
Modifier and Type | Method and Description |
---|---|
void |
JboVCItemRequiredValidator.setVariableValueManager(VariableValueManager vMgr) |
Modifier and Type | Method and Description |
---|---|
protected void |
PDefComponentObjectBase.setVariableManager(VariableValueManager mgr) |
Modifier and Type | Method and Description |
---|---|
VariableValueManager |
JUVariableIteratorDef.ensureVariableManager() |
VariableValueManager |
JUFormDef.ensureVariableManager() |
VariableValueManager |
JUFormBinding.ensureVariableManager() |
VariableValueManager |
JUCtrlValueBinding.ensureVariableManager() |
VariableValueManager |
JUVariableIteratorDef.getVariableManager() |
protected VariableValueManager[] |
JUVariableIteratorDef.getVarMgrParents() |