Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

oracle.jbo.client.remote
Class ClientVariableValueManager

java.lang.Object
  extended by oracle.jbo.common.VariableManagerImpl
      extended by oracle.jbo.common.VariableValueManagerImpl
          extended by oracle.jbo.client.remote.ClientVariableValueManager
All Implemented Interfaces:
java.io.Serializable, VariableManager, VariableValueManager

public class ClientVariableValueManager
extends VariableValueManagerImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class oracle.jbo.common.VariableManagerImpl
mVariableList, mVariables
 
Constructor Summary
ClientVariableValueManager(ApplicationModuleImpl am, VariableManagerOwnerBase owner, ClientVariableValueManager[] varMgrParents)
           
 
Method Summary
 Variable addVariable(java.lang.String name)
           
 void addVariable(Variable var)
           
 void clearVariables()
           
 Variable findVariable(java.lang.String name)
           
 int getVariableCount()
           
 Variable[] getVariables()
           
 Variable[] getVariablesOfKind(java.lang.String kind)
           
 java.lang.Object getVariableValue(java.lang.String name)
           
 java.lang.Object getVariableValue(Variable var)
           
 java.lang.Object getVariableValueRaw(java.lang.String name, boolean useDefaultValue)
           
 java.lang.Object getVariableValueRaw(Variable var, boolean useDefaultValue)
           
 Variable lookupVariable(java.lang.String name)
           
 Variable removeVariable(java.lang.String name)
           
 void setVariableValue(java.lang.String name, java.lang.Object value)
           
 void setVariableValue(Variable var, java.lang.Object value)
           
 void variableChanged(Variable v)
          *** For internal framework use only ***
 
Methods inherited from class oracle.jbo.common.VariableValueManagerImpl
activatePassivatedVariables, clearValue, clearValue, getLocalPassivatableVariables, getPassivatableVariables, getVariableValues, getVariableValuesRaw, hasVariableValue, hasVariableValue, mergeVariableValues, populateVariableValue, readVarsFromXML, setVariableValues, setVariableValues, setVariableValuesFrom, writeVarsToXML
 
Methods inherited from class oracle.jbo.common.VariableManagerImpl
addVariables, findDeclaredVariable, getDeclaredVariableCount, getDeclaredVariables, getName, getVariablesMap, getVarMgrOwner, getVarMgrOwnerBase, getVarMgrParents, internalCreateVariableInstance, loadFromXML, loadFromXML, lookupDeclaredVariable, mergeVariables, replaceVariable, setVarMgrParents, variableList, 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
addVariables, findDeclaredVariable, getDeclaredVariableCount, getDeclaredVariables, getName, getVariablesMap, getVarMgrOwner, getVarMgrOwnerBase, getVarMgrParents, mergeVariables, replaceVariable
 

Constructor Detail

ClientVariableValueManager

public ClientVariableValueManager(ApplicationModuleImpl am,
                                  VariableManagerOwnerBase owner,
                                  ClientVariableValueManager[] varMgrParents)
Method Detail

getVariableValue

public java.lang.Object getVariableValue(Variable var)
Specified by:
getVariableValue in interface VariableValueManager
Overrides:
getVariableValue in class VariableValueManagerImpl

getVariableValue

public java.lang.Object getVariableValue(java.lang.String name)
Specified by:
getVariableValue in interface VariableValueManager
Overrides:
getVariableValue in class VariableValueManagerImpl

getVariableValueRaw

public java.lang.Object getVariableValueRaw(Variable var,
                                            boolean useDefaultValue)
Specified by:
getVariableValueRaw in interface VariableValueManager
Overrides:
getVariableValueRaw in class VariableValueManagerImpl

getVariableValueRaw

public java.lang.Object getVariableValueRaw(java.lang.String name,
                                            boolean useDefaultValue)
Specified by:
getVariableValueRaw in interface VariableValueManager
Overrides:
getVariableValueRaw in class VariableValueManagerImpl

setVariableValue

public void setVariableValue(Variable var,
                             java.lang.Object value)
Specified by:
setVariableValue in interface VariableValueManager
Overrides:
setVariableValue in class VariableValueManagerImpl

setVariableValue

public void setVariableValue(java.lang.String name,
                             java.lang.Object value)
Specified by:
setVariableValue in interface VariableValueManager
Overrides:
setVariableValue in class VariableValueManagerImpl

getVariables

public Variable[] getVariables()
Specified by:
getVariables in interface VariableManager
Overrides:
getVariables in class VariableManagerImpl

getVariablesOfKind

public Variable[] getVariablesOfKind(java.lang.String kind)
Specified by:
getVariablesOfKind in interface VariableManager
Overrides:
getVariablesOfKind in class VariableManagerImpl

getVariableCount

public int getVariableCount()
Specified by:
getVariableCount in interface VariableManager
Overrides:
getVariableCount in class VariableManagerImpl

findVariable

public Variable findVariable(java.lang.String name)
Specified by:
findVariable in interface VariableManager
Overrides:
findVariable in class VariableManagerImpl

lookupVariable

public Variable lookupVariable(java.lang.String name)
Specified by:
lookupVariable in interface VariableManager
Overrides:
lookupVariable in class VariableManagerImpl

addVariable

public void addVariable(Variable var)
Specified by:
addVariable in interface VariableManager
Overrides:
addVariable in class VariableManagerImpl

addVariable

public Variable addVariable(java.lang.String name)
Specified by:
addVariable in interface VariableManager
Overrides:
addVariable in class VariableManagerImpl

removeVariable

public Variable removeVariable(java.lang.String name)
Specified by:
removeVariable in interface VariableManager
Overrides:
removeVariable in class VariableValueManagerImpl

clearVariables

public void clearVariables()
Specified by:
clearVariables in interface VariableManager
Overrides:
clearVariables in class VariableManagerImpl

variableChanged

public void variableChanged(Variable v)
Description copied from class: VariableManagerImpl
*** For internal framework use only ***

Specified by:
variableChanged in interface VariableManager
Overrides:
variableChanged in class VariableManagerImpl

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.4.0)

E10653-05

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