Oracle Application Development Framework Model and Business Components Java API Reference 10.1.3.1.0
B28969-01


oracle.adf.model.binding
Class DCVariableValueManagerImpl

java.lang.Object
  extended byoracle.jbo.common.VariableManagerImpl
      extended byoracle.jbo.common.VariableValueManagerImpl
          extended byoracle.adf.model.binding.DCVariableValueManagerImpl

All Implemented Interfaces:
java.io.Serializable, oracle.jbo.VariableManager, oracle.jbo.VariableValueManager

public class DCVariableValueManagerImpl
extends oracle.jbo.common.VariableValueManagerImpl
implements java.io.Serializable
See Also:
Serialized Form

Constructor Summary
DCVariableValueManagerImpl(oracle.jbo.VariableManagerOwner owner, oracle.jbo.VariableValueManager defVarMgr, DCBindingContainer bc)
           

 

Method Summary
protected  DCBindingContainer getBindingContainer()
           
protected  oracle.jbo.common.VariableImpl internalCreateVariableInstance()
           
protected  java.util.List variableList()
           

 

Methods inherited from class oracle.jbo.common.VariableValueManagerImpl
accessValue, activatePassivatedVariables, clearValue, clearValue, getPassivatableVariables, getVariableValue, getVariableValue, getVariableValueRaw, getVariableValueRaw, getVariableValues, getVariableValuesRaw, mergeVariableValues, populateVariableValue, replaceVariable, setVariableValue, setVariableValue, values

 

Methods inherited from class oracle.jbo.common.VariableManagerImpl
addVariable, addVariable, clearVariables, findDeclaredVariable, findVariable, getDeclaredVariableCount, getDeclaredVariables, getName, getVariableCount, getVariables, getVariablesMap, getVariablesOfKind, getVarMgrOwner, getVarMgrParents, loadFromXML, loadFromXML, lookupVariable, mergeVariables, removeVariable, setVarMgrParents, variableChanged, variables

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Methods inherited from interface oracle.jbo.VariableManager
addVariable, addVariable, clearVariables, findDeclaredVariable, findVariable, getDeclaredVariableCount, getDeclaredVariables, getName, getVariableCount, getVariables, getVariablesMap, getVariablesOfKind, getVarMgrOwner, getVarMgrParents, lookupVariable, mergeVariables, removeVariable, variableChanged

 

Constructor Detail

DCVariableValueManagerImpl

public DCVariableValueManagerImpl(oracle.jbo.VariableManagerOwner owner,
                                  oracle.jbo.VariableValueManager defVarMgr,
                                  DCBindingContainer bc)

Method Detail

internalCreateVariableInstance

protected oracle.jbo.common.VariableImpl internalCreateVariableInstance()

getBindingContainer

protected DCBindingContainer getBindingContainer()

variableList

protected java.util.List variableList()

Oracle Application Development Framework Model and Business Components Java API Reference 10.1.3.1.0
B28969-01


Copyright © 1997, 2006, Oracle. All rights reserved.