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

E22562-03

oracle.apps.fnd.applcore.trees.uiModel.util
Class TreeLabelsLoader

java.lang.Object
  extended by oracle.apps.fnd.applcore.trees.uiModel.util.TreeLabelsLoader

public final class TreeLabelsLoader
extends java.lang.Object

Loads available Labels for given Data Source.

Author:
Abhay K Kumar <abhay.k.kumar@oracle.com>

Method Summary
static java.util.Map<java.lang.String,java.lang.String> getAvailableLabelsForDataSource(oracle.jbo.ApplicationModule helperAM, java.lang.String treeStructureCode, DataSource dataSource)
          Gets the available labels information from attached Label VO.
static java.lang.String prepareConcatenatedLabelPrimaryKey(FndTreeLabelVORow treeLabelRow)
          prepare the concatenate primary key for a tree label row.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAvailableLabelsForDataSource

public static java.util.Map<java.lang.String,java.lang.String> getAvailableLabelsForDataSource(oracle.jbo.ApplicationModule helperAM,
                                                                                               java.lang.String treeStructureCode,
                                                                                               DataSource dataSource)
                                                                                        throws oracle.jbo.SQLStmtException
Gets the available labels information from attached Label VO.

Parameters:
helperAM - Helper Application Module to create VO instance
dataSource - Selected Data Source
Returns:
Map of of concatenated Primary keys and Hierarchy Display attributes pair
Throws:
oracle.jbo.SQLStmtException - Sql Statment Exception

prepareConcatenatedLabelPrimaryKey

public static java.lang.String prepareConcatenatedLabelPrimaryKey(FndTreeLabelVORow treeLabelRow)
prepare the concatenate primary key for a tree label row.

Parameters:
treeLabelRow - FndTreeLabelVORow
Returns:
Concatenated String for primary keys separated by :

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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.