| Package | Description | 
|---|---|
| oracle.adf.model.binding | 
 Contains the abstract implementation of ADFm binding objects. 
 | 
| 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.server | 
 Contains the implementation of middle tier components. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DCVariableValueManagerImpl  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
VariableValueManager
Manages named variables and their values. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
VariableManager | 
Variable.getVariableManager()  | 
VariableManager[] | 
VariableManager.getVarMgrParents()  | 
protected VariableManager | 
ViewCriteria.getVoVariableManager()
For internal use only. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ViewObject | 
ApplicationModule.findViewObjectWithParameters(java.lang.String voname, VariableManager params, boolean executeIfNeeded)
Internal: Applications should not use this method. Given a view object name, use findViewObject(String name) to find the view object and set it's named bind parameters with the values passed in the 'params' argument. 
 | 
void | 
Variable.setVariableManager(VariableManager manager)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ClientVariableValueManager  | 
| Modifier and Type | Method and Description | 
|---|---|
ViewObject | 
ApplicationModuleImpl.findViewObjectWithParameters(java.lang.String voName, VariableManager params, boolean executeIfNeeded)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
VariableManagerImpl  | 
class  | 
VariableValueManagerImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
VariableManager | 
VariableImpl.getVariableManager()  | 
VariableManager[] | 
VariableManagerImpl.getVarMgrParents()  | 
protected VariableManager | 
ViewCriteriaImpl.getVoVariableManager()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
VariableImpl.setVariableManager(VariableManager manager)  | 
void | 
VariableManagerImpl.setVarMgrParents(VariableManager[] parents)  | 
| Constructor and Description | 
|---|
VariableManagerImpl(VariableManagerOwnerBase owner, VariableManager[] varMgrParents)  | 
VariableManagerImpl(VariableManagerOwner owner, VariableManager[] varMgrParents)  | 
VariableValueManagerImpl(VariableManagerOwnerBase owner, VariableManager[] varMgrParents)  | 
VariableValueManagerImpl(VariableManagerOwner owner, VariableManager[] varMgrParents)  | 
ViewCriteriaImpl(DefinitionManager defMgr, StructureDef structureDef, VariableManager voVariableManager)  | 
| Modifier and Type | Method and Description | 
|---|---|
ViewObject | 
WSApplicationModuleImpl.findViewObjectWithParameters(java.lang.String voname, VariableManager params, boolean executeIfNeeded)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected VariableValueManager | 
ViewObjectImpl.createVariableValueManager(VariableManagerOwnerBase owner, VariableManager[] varMgrParents)
Internal: Applications should not use this method. override and call the RowSet version of the creator. 
 | 
protected VariableValueManager | 
ComponentObjectImpl.createVariableValueManager(VariableManagerOwnerBase owner, VariableManager[] varMgrParents)  | 
protected VariableValueManager | 
ViewObjectImpl.createVariableValueManagerForRS(RowSet owner, VariableManager[] varMgrParents)
Internal: Applications should not use this method. Framework Subclasses may use this to creaet custom subclasses of VariableValueManagerImpl 
 | 
ViewObject | 
ApplicationModuleImpl.findViewObjectWithParameters(java.lang.String voName, VariableManager params, boolean executeIfNeeded)
Given a ViewObject name, use findViewObject(String name) to find the ViewObject and set it's named bind parameters with the values passed in the 'params' argument. 
 |