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.HierarchicalQuery.Operator

Packages that use HierarchicalQuery.Operator
oracle.apps.fnd.applcore.flex.kff.keyFlexfieldService.view   
oracle.apps.fnd.applcore.flex.kff.model.entity   
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 HierarchicalQuery.Operator in oracle.apps.fnd.applcore.flex.kff.keyFlexfieldService.view
 

Methods in oracle.apps.fnd.applcore.flex.kff.keyFlexfieldService.view that return types with arguments of type HierarchicalQuery.Operator
 java.util.Map<HierarchicalQuery.Operator,java.lang.String> KeyFlexfieldSegmentInstanceVORowImpl.getHierarchicalQueries(java.lang.String bindVariableName)
          Gets the map of hierarchical query operators to their corresponding SQL predicates.
 

Uses of HierarchicalQuery.Operator in oracle.apps.fnd.applcore.flex.kff.model.entity
 

Methods in oracle.apps.fnd.applcore.flex.kff.model.entity that return types with arguments of type HierarchicalQuery.Operator
 java.util.Map<HierarchicalQuery.Operator,java.lang.String> KeyFlexfieldSegmentInstanceEOImpl.getHierarchicalQueries(java.lang.String bindVariableName)
          Gets the map of hierarchical query operators to their corresponding SQL predicates.
 

Uses of HierarchicalQuery.Operator in oracle.apps.fnd.applcore.trees.uiModel.util
 

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

Methods in oracle.apps.fnd.applcore.trees.uiModel.util that return types with arguments of type HierarchicalQuery.Operator
static java.util.Map<HierarchicalQuery.Operator,java.lang.String> HierarchicalQuery.getQueries(oracle.jbo.ApplicationModule passedAM, java.lang.String treeStructureCode)
          Gets the Map of Hierarchichal operator based query for any given operator type and hierarchy.
static java.util.Map<HierarchicalQuery.Operator,java.lang.String> HierarchicalQuery.getQueries(oracle.jbo.ApplicationModule passedAM, java.lang.String treeStructureCode, java.lang.String bindSegVal)
          Gets the Map of Hierarchichal operator based query for any given operator type and hierarchy.
static java.util.Map<HierarchicalQuery.Operator,java.lang.String> HierarchicalQuery.getQueries(java.lang.String treeStructureCode)
          Gets the Hierarchichal operator based query for any given operator type and hierarchy.
static java.util.Map<HierarchicalQuery.Operator,java.lang.String> HierarchicalQuery.getQueries(java.lang.String treeStructureCode, java.lang.String bindSegVal)
          Gets the Map of Hierarchichal operator based query for any given operator type and hierarchy.
static java.util.Map<HierarchicalQuery.Operator,java.lang.String> HierarchicalQuery.getQueriesForTree(oracle.jbo.ApplicationModule passedAM, java.lang.String treeStructureCode, java.lang.String treeCode)
          Gets the Map of Hierarchichal operator based query for any given operator type and hierarchy.
static java.util.Map<HierarchicalQuery.Operator,java.lang.String> HierarchicalQuery.getQueriesForTree(oracle.jbo.ApplicationModule passedAM, java.lang.String treeStructureCode, java.lang.String treeCode, java.lang.String bindSegVal)
          Gets the Map of Hierarchichal operator based query for any given operator type and hierarchy.
static java.util.Map<HierarchicalQuery.Operator,java.lang.String> HierarchicalQuery.getQueriesForTree(java.lang.String treeStructureCode, java.lang.String treeCode)
          Gets the Hierarchichal operator based query for any given operator type and hierarchy.
static java.util.Map<HierarchicalQuery.Operator,java.lang.String> HierarchicalQuery.getQueriesForTree(java.lang.String treeStructureCode, java.lang.String treeCode, java.lang.String bindSegVal)
          Gets the Map of Hierarchichal operator based query for any given operator type and hierarchy.
 

Methods in oracle.apps.fnd.applcore.trees.uiModel.util with parameters of type HierarchicalQuery.Operator
static java.lang.String HierarchicalQuery.getQuery(oracle.jbo.ApplicationModule passedAM, java.lang.String treeStructureCode, HierarchicalQuery.Operator operator)
          Gets the Hierarchichal operator based query for any given operator type and hierarchy.
static java.lang.String HierarchicalQuery.getQuery(oracle.jbo.ApplicationModule passedAM, java.lang.String treeStructureCode, HierarchicalQuery.Operator operator, java.lang.String bindSegVal)
          Gets the Hierarchichal operator based query for any given operator type and hierarchy.
static java.lang.String HierarchicalQuery.getQuery(java.lang.String treeStructureCode, HierarchicalQuery.Operator operator)
          Gets the Hierarchichal operator based query for any given operator type and hierarchy.
static java.lang.String HierarchicalQuery.getQuery(java.lang.String treeStructureCode, HierarchicalQuery.Operator operator, java.lang.String bindSegVal)
          Gets the Hierarchichal operator based query for any given operator type and hierarchy.
static java.lang.String HierarchicalQuery.getQueryForTree(oracle.jbo.ApplicationModule passedAM, java.lang.String treeStructureCode, java.lang.String treeCode, HierarchicalQuery.Operator operator)
          Gets the Hierarchichal operator based query for any given operator type and hierarchy.
static java.lang.String HierarchicalQuery.getQueryForTree(oracle.jbo.ApplicationModule passedAM, java.lang.String treeStructureCode, java.lang.String treeCode, HierarchicalQuery.Operator operator, java.lang.String bindSegVal)
          Gets the Hierarchichal operator based query for any given operator type and hierarchy.
static java.lang.String HierarchicalQuery.getQueryForTree(java.lang.String treeStructureCode, java.lang.String treeCode, HierarchicalQuery.Operator operator)
          Gets the Hierarchichal operator based query for any given operator type and hierarchy.
static java.lang.String HierarchicalQuery.getQueryForTree(java.lang.String treeStructureCode, java.lang.String treeCode, HierarchicalQuery.Operator operator, java.lang.String bindSegVal)
          Gets the Hierarchichal operator based query for any given operator type and hierarchy.
 


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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.