Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.trees.uiModel
Class Tree

java.lang.Object
  extended by oracle.apps.fnd.applcore.trees.uiModel.Tree
All Implemented Interfaces:
java.io.Serializable

public class Tree
extends java.lang.Object
implements java.io.Serializable

Run-time representation of a tree.

See Also:
Serialized Form

Constructor Summary
Tree()
          Run-time representation of a tree.
 
Method Summary
 java.util.Map<java.lang.String,java.lang.String> getAllTreeVersionsMap()
          Gets the Map for Id Name pair for each Tree Version.
 java.util.List<java.lang.String> getCurrentTreeVersions()
          Gets the currently active Tree Versions for each Tree .
static Tree getTree(TreeService treeSvc, FndTreeVORow treeVORow)
          Gets a run-time representation of a tree.
 java.lang.String getTreeName()
          Gets the name of the Tree.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tree

public Tree()
Run-time representation of a tree.

Method Detail

getTree

public static Tree getTree(TreeService treeSvc,
                           FndTreeVORow treeVORow)
Gets a run-time representation of a tree.

Parameters:
treeSvc - the tree service
treeVORow - the FndTreeVORow
Returns:
Tree run time representation of Tree metadata

getTreeName

public java.lang.String getTreeName()
Gets the name of the Tree.

Returns:
Tree Name

getAllTreeVersionsMap

public java.util.Map<java.lang.String,java.lang.String> getAllTreeVersionsMap()
Gets the Map for Id Name pair for each Tree Version.

Returns:
TreeVersion Map

getCurrentTreeVersions

public java.util.List<java.lang.String> getCurrentTreeVersions()
Gets the currently active Tree Versions for each Tree .

Returns:
List of Tree Versions Id

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.