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

E22564-02

oracle.apps.fnd.applseed.util
Class SDUtil

java.lang.Object
  extended by oracle.apps.fnd.applseed.util.SDUtil

public final class SDUtil
extends java.lang.Object

Utility methods for the Seed Data runtime components.


Method Summary
static java.lang.String getLogFileName(oracle.jbo.ApplicationModule am, oracle.jbo.ViewObject vo, java.lang.String mode)
          Get the name of log files.
static void logStackTrace(java.util.logging.Logger logger, java.util.logging.Level level, java.lang.Throwable t)
           
static void logStackTrace(java.util.logging.Logger logger, java.lang.Throwable t)
          Log an Exception or Error stack trace to the passed Logger.
static void resetSecondaryADFLibVisible()
           
static void setSecondaryADFLibVisible()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

logStackTrace

public static void logStackTrace(java.util.logging.Logger logger,
                                 java.lang.Throwable t)
Log an Exception or Error stack trace to the passed Logger.

Parameters:
logger - send trace string to this Logger
t - Throwable to get the stack trace from

getLogFileName

public static java.lang.String getLogFileName(oracle.jbo.ApplicationModule am,
                                              oracle.jbo.ViewObject vo,
                                              java.lang.String mode)
Get the name of log files.

Parameters:
am - - Application Module
vo - - View Object
mode - - extract/upload
Returns:
the name of log files.

setSecondaryADFLibVisible

public static void setSecondaryADFLibVisible()

resetSecondaryADFLibVisible

public static void resetSecondaryADFLibVisible()

logStackTrace

public static void logStackTrace(java.util.logging.Logger logger,
                                 java.util.logging.Level level,
                                 java.lang.Throwable t)

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

E22564-02

Copyright © 2011 Oracle. All Rights Reserved.