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

E22562-01

oracle.apps.fnd.applcore.taxonomy.model.util
Class Misc

java.lang.Object
  extended by oracle.apps.fnd.applcore.taxonomy.model.util.Misc

public class Misc
extends java.lang.Object


Constructor Summary
Misc()
           
 
Method Summary
static int getIntModTypeFromString(java.lang.String pModuleType)
          Internal to ApplCore.
static java.util.List getModuleTypesForApplicationNode()
          Internal to ApplCore.
static java.util.List getModuleTypesForFamilyNode()
          Internal to ApplCore.
static java.util.List getModuleTypesForLBANode()
          Internal to ApplCore.
static java.util.List getModuleTypesForProductLineNode()
          Internal to ApplCore.
static java.util.List getModuleTypesForRootNode()
          Internal to ApplCore.
static java.util.List getModuleTypesRequireAlternateId()
          Internal to ApplCore.
static int getProductLineIdByStr(java.lang.Object sProductLineStr)
          Internal to ApplCore.
static java.util.List getProductLines()
          Get all the product lines in Taxonomy system.
static java.util.HashMap getProductLinesMap()
          Internal to ApplCore.
static java.lang.String getProductLineStrById(java.lang.Object sProductLineId)
          Internal to ApplCore.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Misc

public Misc()
Method Detail

getProductLines

public static java.util.List getProductLines()
Get all the product lines in Taxonomy system.

Returns:
list of all the product lines.

getProductLinesMap

public static java.util.HashMap getProductLinesMap()
Internal to ApplCore. Application teams should not use this api.

Returns:
productLine Id and meaning in the form HashMap.

getProductLineStrById

public static java.lang.String getProductLineStrById(java.lang.Object sProductLineId)
Internal to ApplCore. Application teams should not use this api.

Parameters:
sProductLineId -
Returns:
ProductLine name for the given sProductLineId

getProductLineIdByStr

public static int getProductLineIdByStr(java.lang.Object sProductLineStr)
Internal to ApplCore. Application teams should not use this api.

Parameters:
sProductLineStr -
Returns:
ProductLineId for the given ProdutLine name.

getModuleTypesRequireAlternateId

public static java.util.List getModuleTypesRequireAlternateId()
Internal to ApplCore. Application teams should not use this api.

Returns:
List of all the module types that require alternative id.

getModuleTypesForRootNode

public static java.util.List getModuleTypesForRootNode()
Internal to ApplCore. Application teams should not use this api.

Returns:
List of available module types for Root node.

getModuleTypesForProductLineNode

public static java.util.List getModuleTypesForProductLineNode()
Internal to ApplCore. Application teams should not use this api.

Returns:
List of available module types for Product Line node.

getModuleTypesForFamilyNode

public static java.util.List getModuleTypesForFamilyNode()
Internal to ApplCore. Application teams should not use this api.

Returns:
List of available module types for Family node.

getModuleTypesForApplicationNode

public static java.util.List getModuleTypesForApplicationNode()
Internal to ApplCore. Application teams should not use this api.

Returns:
List of available module types for Application node.

getModuleTypesForLBANode

public static java.util.List getModuleTypesForLBANode()
Internal to ApplCore. Application teams should not use this api.

Returns:
List of available module types for LBA node.

getIntModTypeFromString

public static int getIntModTypeFromString(java.lang.String pModuleType)
Internal to ApplCore. Application teams should not use this api. Get integer value for a given ModuleType

Parameters:
pModuleType - of type String
Returns:
int for a given ModuleType

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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.