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

E22564-02

oracle.apps.fnd.applseed.rt.loader
Class SDLoader

java.lang.Object
  extended by oracle.apps.fnd.applseed.rt.loader.SDLoader
Direct Known Subclasses:
SDMultiTenantLoader

public class SDLoader
extends java.lang.Object


Field Summary
protected  SDSAXHandler handler
           
protected static java.util.logging.Logger LOGGER
          Logger uses current package, sub packages use same logger.
protected  java.lang.String savedContext
           
protected  oracle.jbo.server.ApplicationModuleImpl theAM
           
protected  SDLoaderParams theParams
           
protected  java.io.InputStream theStream
           
protected  java.net.URL theURL
           
 
Constructor Summary
SDLoader(oracle.jbo.server.ApplicationModuleImpl appModule, SDLoaderParams lps)
           
SDLoader(oracle.jbo.server.ApplicationModuleImpl appModule, java.lang.String fName, java.util.Map<java.lang.String,java.lang.Object> argsMap)
           
SDLoader(oracle.jbo.server.ApplicationModuleImpl appModule, java.net.URL url, java.util.Map<java.lang.String,java.lang.Object> argsMap)
           
 
Method Summary
protected  oracle.apps.fnd.applcore.oaext.model.OASeedStatus handleExceptions(java.lang.Throwable t)
           
 oracle.apps.fnd.applcore.oaext.model.OASeedStatus load()
          This is the main implementation for the Seed Data upload process.
protected  void logException(java.lang.Throwable t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER

protected static final java.util.logging.Logger LOGGER
Logger uses current package, sub packages use same logger.


theAM

protected oracle.jbo.server.ApplicationModuleImpl theAM

handler

protected SDSAXHandler handler

theParams

protected SDLoaderParams theParams

theStream

protected java.io.InputStream theStream

theURL

protected java.net.URL theURL

savedContext

protected java.lang.String savedContext
Constructor Detail

SDLoader

public SDLoader(oracle.jbo.server.ApplicationModuleImpl appModule,
                java.lang.String fName,
                java.util.Map<java.lang.String,java.lang.Object> argsMap)
         throws SDLoaderParamsException
Throws:
SDLoaderParamsException

SDLoader

public SDLoader(oracle.jbo.server.ApplicationModuleImpl appModule,
                java.net.URL url,
                java.util.Map<java.lang.String,java.lang.Object> argsMap)
         throws SDLoaderParamsException,
                java.io.IOException
Throws:
SDLoaderParamsException
java.io.IOException

SDLoader

public SDLoader(oracle.jbo.server.ApplicationModuleImpl appModule,
                SDLoaderParams lps)
         throws SDLoaderParamsException
Throws:
SDLoaderParamsException
Method Detail

load

public oracle.apps.fnd.applcore.oaext.model.OASeedStatus load()
This is the main implementation for the Seed Data upload process. All the other entry points have to converge here.

Returns:
SeedStatus object containing messages and any exception info

logException

protected void logException(java.lang.Throwable t)

handleExceptions

protected oracle.apps.fnd.applcore.oaext.model.OASeedStatus handleExceptions(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.