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

E22564-02

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

java.lang.Object
  extended by oracle.apps.fnd.applseed.rt.loader.SDLoader
      extended by oracle.apps.fnd.applseed.rt.loader.SDMultiTenantLoader

public class SDMultiTenantLoader
extends SDLoader

Since:
Drop 8 Build 4 RC7
Version:
$Header: atgpf/applseed/src/java/oracle/apps/fnd/applseed/rt/loader/SDMultiTenantLoader.java /main/5 2010/12/02 21:17:19 aksinha Exp $
Author:
sjanarth

Field Summary
 
Fields inherited from class oracle.apps.fnd.applseed.rt.loader.SDLoader
handler, LOGGER, savedContext, theAM, theParams, theStream, theURL
 
Constructor Summary
SDMultiTenantLoader(oracle.jbo.server.ApplicationModuleImpl appModule, SDLoaderParams lps)
           
SDMultiTenantLoader(oracle.jbo.server.ApplicationModuleImpl appModule, java.lang.String fName, java.util.Map<java.lang.String,java.lang.Object> argsMap)
           
SDMultiTenantLoader(oracle.jbo.server.ApplicationModuleImpl appModule, java.net.URL url, java.util.Map<java.lang.String,java.lang.Object> argsMap)
           
 
Method Summary
 oracle.apps.fnd.applcore.oaext.model.OASeedStatus load()
          This is the main implementation for the Seed Data upload process.
 
Methods inherited from class oracle.apps.fnd.applseed.rt.loader.SDLoader
handleExceptions, logException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SDMultiTenantLoader

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

SDMultiTenantLoader

public SDMultiTenantLoader(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

SDMultiTenantLoader

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

load

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

Overrides:
load in class SDLoader
Returns:
SeedStatus object containing messages and any exception info

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

E22564-02

Copyright © 2011 Oracle. All Rights Reserved.