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

E22562-02

Uses of Class
oracle.apps.fnd.applcore.trees.uiModel.TreeStructure

Packages that use TreeStructure
oracle.apps.fnd.applcore.trees.ui.managed Provides the Managed bean classes in oracle.apps.fnd.applcore.trees.ui.managed package for Application Hierarchy <fnd:hierarchy> 
oracle.apps.fnd.applcore.trees.uiModel Provides the Differnet uiModel data storage bean classes in oracle.apps.fnd.applcore.trees.uiModel package for Application Hierarchy <fnd:hierarchy> 
oracle.apps.fnd.applcore.trees.uiModel.applicationModule Provides the Application Module classes in oracle.apps.fnd.applcore.trees.uiModel.applicationModule package for Application Hierarchy <fnd:hierarchy> 
oracle.apps.fnd.applcore.trees.uiModel.cache Provides the Cache classes in oracle.apps.fnd.applcore.trees.uiModel.cache package for Application Hierarchy <fnd:hierarchy> 
oracle.apps.fnd.applcore.trees.uiModel.util Provides the utilitu classes for uiModel stored in oracle.apps.fnd.applcore.trees.uiModel.util package for Application Hierarchy <fnd:hierarchy> 
 

Uses of TreeStructure in oracle.apps.fnd.applcore.trees.ui.managed
 

Methods in oracle.apps.fnd.applcore.trees.ui.managed that return TreeStructure
protected  TreeStructure BaseHierBean.getTreeStructure()
           
protected  TreeStructure BaseHierarchyBean.populateTreeStructure(java.lang.String treeStructureCode, oracle.jbo.server.ApplicationModuleImpl am)
          Populate the tree Structure.
 

Methods in oracle.apps.fnd.applcore.trees.ui.managed with parameters of type TreeStructure
 void BaseHierarchyBean.putDialogParameters(org.apache.commons.beanutils.DynaBean[] selectedNodePair, TreeStructure treeStructure, java.util.Map<java.lang.String,Tree> treesMap, java.lang.String treeCode, java.lang.String treeVersionId, UIModelConstants.SelectedNodeAction selectedAction)
          Put the parameters in Process Scope for Addition of Node.
protected  void BaseHierBean.setTreeStructure(TreeStructure _treeStructure)
           
 

Uses of TreeStructure in oracle.apps.fnd.applcore.trees.uiModel
 

Methods in oracle.apps.fnd.applcore.trees.uiModel that return TreeStructure
static TreeStructure TreeStructure.getTreeStructure(TreeStructureService tsSvc, java.lang.String treeStructureCode)
          Gets a run-time representation of tree structure metadata.
 

Constructors in oracle.apps.fnd.applcore.trees.uiModel with parameters of type TreeStructure
TreeNodeList(TreeStructure treeStructure, java.lang.String treeCode, java.lang.String treeVersionId, java.lang.String parentTreeNodeId, E parentTreeNode)
           
 

Uses of TreeStructure in oracle.apps.fnd.applcore.trees.uiModel.applicationModule
 

Methods in oracle.apps.fnd.applcore.trees.uiModel.applicationModule with parameters of type TreeStructure
 void CreateTreeAMImpl.populateGlobalDataSourceParamsVO(TreeStructure treeStructure, FndTreeDataSourceParamsVOImpl fndTreeDataSourceParamsVO, UIModelConstants.SelectedTreeAction mode)
          Populates the Global Data Source VO for any tree.
 void CreateTreeAMImpl.populateGlobalTreeLabelVO(TreeStructure treeStructure, FndTreeLabelVOImpl fndTreeLabelVO)
          Populates the rows for transient VO for Tree Labels.
 

Uses of TreeStructure in oracle.apps.fnd.applcore.trees.uiModel.cache
 

Methods in oracle.apps.fnd.applcore.trees.uiModel.cache that return TreeStructure
 TreeStructure MetadataCache.getTreeStructure(java.lang.String treeStructureCode)
          Gets the tree structure metdata for a given tree structure code.
 TreeStructure MetadataCache.getTreeStructure(java.lang.String treeStructureCode, oracle.jbo.server.ApplicationModuleImpl am)
          Gets the tree structure metdata for a given tree structure code.
 

Uses of TreeStructure in oracle.apps.fnd.applcore.trees.uiModel.util
 

Methods in oracle.apps.fnd.applcore.trees.uiModel.util with parameters of type TreeStructure
static java.util.List<org.apache.commons.beanutils.DynaProperty> UIModelUtils.getDataSourceProperties(TreeStructure treeStructure)
          Gets the list of DynaPropertys of all DataSources associated with this tree structure.
static java.util.Map UIModelUtils.loadAttributeHints(TreeStructure treeStructure)
          load hints for all the available attributes for given tree structure.
 


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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.