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

E22562-05

oracle.apps.fnd.applcore.flex.runtime.util.common.category
Class TempCategoryBcUtil

java.lang.Object
  extended by oracle.apps.fnd.applcore.flex.runtime.util.common.category.TempCategoryBcUtil

public class TempCategoryBcUtil
extends java.lang.Object

Since:
release specific (what release of product did this appear in)
Version:
$Header: atgpf/applcore/applications/FlexModeler/Model/src/oracle/apps/fnd/applcore/flex/runtime/util/common/category/TempCategoryBcUtil.java /main/20 2009/10/29 12:51:05 ssarnoba Exp $
Author:
ssarnoba

Constructor Summary
TempCategoryBcUtil()
           
 
Method Summary
static oracle.jbo.server.ApplicationModuleDefImpl findAppModuleDefObject(java.lang.String baseApplicationModuleDefFullName)
           
static oracle.jbo.server.PDefApplicationModule findPdefAppModule(java.lang.String baseAmDefPersonalizationFullName)
           
static oracle.jbo.server.PDefViewObject findPdefViewObject(java.lang.String voDefFullName)
           
static oracle.jbo.server.ViewDefImpl findUnpersistedViewDefObject(java.lang.String voDefFullName, Persistables persistables)
           
static oracle.jbo.server.ViewDefImpl findViewDefObject(java.lang.String voDefFullName)
           
static oracle.jbo.server.PDefApplicationModule getPDefApplicationModule(java.lang.String amPDefFullName)
          Gets the PDefApplicationModule object from an application module.
static void printDefObjects(java.lang.Class c)
           
protected static void printVoDetails(oracle.jbo.ViewObject vo)
          For debugging only
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TempCategoryBcUtil

public TempCategoryBcUtil()
Method Detail

findAppModuleDefObject

public static oracle.jbo.server.ApplicationModuleDefImpl findAppModuleDefObject(java.lang.String baseApplicationModuleDefFullName)
                                                                         throws BCModelerDesignTimeJboNotFoundException
Throws:
BCModelerDesignTimeJboNotFoundException

printVoDetails

protected static void printVoDetails(oracle.jbo.ViewObject vo)
For debugging only

Parameters:
vo -

findViewDefObject

public static oracle.jbo.server.ViewDefImpl findViewDefObject(java.lang.String voDefFullName)
                                                       throws BCModelerDesignTimeJboNotFoundException
Parameters:
voDefFullName -
Returns:
Throws:
BCModelerDesignTimeJboNotFoundException

printDefObjects

public static void printDefObjects(java.lang.Class c)

findUnpersistedViewDefObject

public static oracle.jbo.server.ViewDefImpl findUnpersistedViewDefObject(java.lang.String voDefFullName,
                                                                         Persistables persistables)

findPdefViewObject

public static oracle.jbo.server.PDefViewObject findPdefViewObject(java.lang.String voDefFullName)
                                                           throws BCModelerDesignTimeJboNotFoundException
Throws:
BCModelerDesignTimeJboNotFoundException

findPdefAppModule

public static oracle.jbo.server.PDefApplicationModule findPdefAppModule(java.lang.String baseAmDefPersonalizationFullName)
                                                                 throws BCModelerDesignTimeJboNotFoundException
Throws:
BCModelerDesignTimeJboNotFoundException

getPDefApplicationModule

public static oracle.jbo.server.PDefApplicationModule getPDefApplicationModule(java.lang.String amPDefFullName)
Gets the PDefApplicationModule object from an application module. If the PDefApplicationModule object exists, it will be set to be editable.

Parameters:
amPDefFullName - the full name of the PDefApplicationModule object
Returns:
the PDefApplicationModule object; null if it does not exist
Throws:
oracle.jbo.NoDefException - if the application module definition is not found

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

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.