Oracle Fusion Middleware extensions for Seed Data Framework
11g Release 1 (11.1.2)

E22564-02

oracle.apps.fnd.applseed.rt.extract.util.taxonomy
Class PartitionUtil

java.lang.Object
  extended by oracle.apps.fnd.applseed.rt.extract.util.taxonomy.PartitionUtil

public class PartitionUtil
extends java.lang.Object


Constructor Summary
PartitionUtil()
           
 
Method Summary
static java.lang.String getAMProdName(oracle.jbo.ApplicationModule am)
          Return the product name from the named AM package name.
static java.lang.String getPartitionKeyIdentifier(PartitionHelper partitionHelper)
           
static boolean isAttributePartitioning(PartitionHelper pHelper)
          Is this partition helper for non-taxonomy Attribute partitioning.
static boolean isPartitioning(PartitionHelper partitionHelper)
           
static boolean isTaxonomyAM(oracle.jbo.ApplicationModule am)
           
static boolean isTaxonomyPartitioning(PartitionHelper pHelper)
          Is this partition helper for Taxonomy attributes (ModuleId, ApplictionId).
static boolean isTaxonomyPartitioningVO(oracle.jbo.ViewObject vo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartitionUtil

public PartitionUtil()
Method Detail

isPartitioning

public static final boolean isPartitioning(PartitionHelper partitionHelper)

getPartitionKeyIdentifier

public static final java.lang.String getPartitionKeyIdentifier(PartitionHelper partitionHelper)

isTaxonomyAM

public static boolean isTaxonomyAM(oracle.jbo.ApplicationModule am)

isTaxonomyPartitioningVO

public static boolean isTaxonomyPartitioningVO(oracle.jbo.ViewObject vo)

getAMProdName

public static java.lang.String getAMProdName(oracle.jbo.ApplicationModule am)
Return the product name from the named AM package name. eg package oracle.apps.foo.bar returns FOO

Parameters:
am - ApplicationModule
Returns:
String product name
Throws:
java.lang.RuntimeException - invalid application module package name,

isTaxonomyPartitioning

public static boolean isTaxonomyPartitioning(PartitionHelper pHelper)
Is this partition helper for Taxonomy attributes (ModuleId, ApplictionId).

Parameters:
pHelper - PartiitonHelper
Returns:
true when pHelper is instance of Taxonomy helper type

isAttributePartitioning

public static boolean isAttributePartitioning(PartitionHelper pHelper)
Is this partition helper for non-taxonomy Attribute partitioning.

Parameters:
pHelper - PartitionHelper
Returns:
true when pHelper is instance of Attribute helper type

Oracle Fusion Middleware extensions for Seed Data Framework
11g Release 1 (11.1.2)

E22564-02

Copyright © 2011 Oracle. All Rights Reserved.