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

E22562-01

Uses of Class
oracle.apps.fnd.applcore.trees.uiModel.util.UIModelConstants.SelectedTreeAction

Packages that use UIModelConstants.SelectedTreeAction
oracle.apps.fnd.applcore.trees.ui.util Provides the utility classes in oracle.apps.fnd.applcore.trees.ui.util 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.util Provides the utilitu classes for uiModel stored in oracle.apps.fnd.applcore.trees.uiModel.util package for Application Hierarchy <fnd:hierarchy> 
 

Uses of UIModelConstants.SelectedTreeAction in oracle.apps.fnd.applcore.trees.ui.util
 

Methods in oracle.apps.fnd.applcore.trees.ui.util with parameters of type UIModelConstants.SelectedTreeAction
static void TreeBackingUtils.setTreeVersionParametersValues(java.lang.String treeStructureCode, java.lang.String treeCode, FndTreeVORow selectedTreeRow, FndTreeVersionVORow selectedTreeVersionRow, UIModelConstants.SelectedTreeAction mode)
          Sets the values for parameters needed for Tree/TreeVersion creation/updation.
 

Uses of UIModelConstants.SelectedTreeAction in oracle.apps.fnd.applcore.trees.uiModel.applicationModule
 

Methods in oracle.apps.fnd.applcore.trees.uiModel.applicationModule with parameters of type UIModelConstants.SelectedTreeAction
 void TreeStructureAMImpl.initializeDataSources(UIModelConstants.SelectedTreeAction mode, java.lang.String treeStructureCode)
          initializes the Data Sources for already added Data Source in update flow.
 void CreateTreeAMImpl.initializeTreeCreation(UIModelConstants.SelectedTreeAction mode, java.lang.String treeStructureCode, java.lang.String selectedTRCode, java.lang.String iconDir)
          Crerate the Row for Global Tree VersionVO with some default values populated.
 void CreateTreeAMImpl.initializeTreeLabels(UIModelConstants.SelectedTreeAction mode, java.lang.String treeStructureCode, java.lang.String selectedTRCode)
          Crerate the Row for Global Tree VersionVO with some default values populated.
 void TreeStructureAMImpl.initializeTreeStructure(UIModelConstants.SelectedTreeAction mode, java.lang.String module_id, java.lang.String selectedTreeStructureCode)
          Crerate the Row for GlobalTreeStructureVO with some default values populated.
 void CreateTreeAMImpl.initializeTreeVersionCreation(UIModelConstants.SelectedTreeAction mode, java.lang.String treeStructureCode, java.lang.String treeCode, java.lang.String selectedTreeVersionId)
          Crerate the Row for Global Tree VersionVO with some default values populated.
 void CreateTreeAMImpl.populateGlobalDataSourceParamsVO(TreeStructure treeStructure, FndTreeDataSourceParamsVOImpl fndTreeDataSourceParamsVO, UIModelConstants.SelectedTreeAction mode)
          Populates the Global Data Source VO for any tree.
 void CreateTreeAMImpl.submitTreeDetails(UIModelConstants.SelectedTreeAction mode)
          Create Tree with details available in gloval VOs.
 void TreeStructureAMImpl.submitTreeStructureDetails(UIModelConstants.SelectedTreeAction mode)
          Create/Update Tree Structure and commit the details available in global VOs.
 

Uses of UIModelConstants.SelectedTreeAction in oracle.apps.fnd.applcore.trees.uiModel.util
 

Methods in oracle.apps.fnd.applcore.trees.uiModel.util that return UIModelConstants.SelectedTreeAction
static UIModelConstants.SelectedTreeAction UIModelConstants.SelectedTreeAction.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static UIModelConstants.SelectedTreeAction[] UIModelConstants.SelectedTreeAction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.