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

E22562-02

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

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

public final class MetadataCache
extends java.lang.Object

Metadata cache for Tree Structure metadata.

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

Method Summary
static MetadataCache getInstance()
          Gets the metadata cache.
 TreeStructure getTreeStructure(java.lang.String treeStructureCode)
          Gets the tree structure metdata for a given tree structure code.
 TreeStructure getTreeStructure(java.lang.String treeStructureCode, oracle.jbo.server.ApplicationModuleImpl am)
          Gets the tree structure metdata for a given tree structure code.
 void invalidateTreeStructure(java.lang.String treeStructureCode)
          Invalidate the metadata cache for a given tree structure code.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static MetadataCache getInstance()
Gets the metadata cache.

Returns:
MetadataCache the metadata cache

getTreeStructure

public TreeStructure getTreeStructure(java.lang.String treeStructureCode,
                                      oracle.jbo.server.ApplicationModuleImpl am)
Gets the tree structure metdata for a given tree structure code.

Parameters:
treeStructureCode - the tree structure code
Returns:
TreeStructure the tree structure metadata

getTreeStructure

public TreeStructure getTreeStructure(java.lang.String treeStructureCode)
Gets the tree structure metdata for a given tree structure code.

Parameters:
treeStructureCode - the tree structure code
Returns:
TreeStructure the tree structure metadata

invalidateTreeStructure

public void invalidateTreeStructure(java.lang.String treeStructureCode)
Invalidate the metadata cache for a given tree structure code.

Parameters:
treeStructureCode - the tree structure code

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.