Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

oracle.apps.fnd.applcore.trees.uiModel.cache
Class DynaClassCache

java.lang.Object
  extended by oracle.apps.fnd.applcore.trees.uiModel.cache.DynaClassCache

public final class DynaClassCache
extends java.lang.Object

DynaClass cache for tree nodes.

Author:
Arun K Viswanathan <arun.viswanathan@oracle.com>

Method Summary
static DynaClassCache getInstance()
          Gets the DynaClass cache.
 org.apache.commons.beanutils.DynaClass getTreeNodeClass(java.lang.String treeStructureCode)
          Gets the DynaClass for the DynaBean respresenting the tree node.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static DynaClassCache getInstance()
Gets the DynaClass cache.

Returns:
DynaClassCache the DynaClass cache

getTreeNodeClass

public org.apache.commons.beanutils.DynaClass getTreeNodeClass(java.lang.String treeStructureCode)
Gets the DynaClass for the DynaBean respresenting the tree node.

Parameters:
treeStructureCode - the tree structure code
Returns:
DynaClass the DynaClass for the tree node
See Also:
DynaClass

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.