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

E22564-05

oracle.apps.fnd.applseed.rt.extract
Class SDExtract

java.lang.Object
  extended by oracle.apps.fnd.applseed.rt.extract.SDExtract

public class SDExtract
extends java.lang.Object

This class provides the main implementation for the Seed Data Extract.


Constructor Summary
SDExtract(oracle.jbo.ApplicationModule am, java.lang.String voName, java.util.Map seedArgsMap)
          Constructor for the main implementation for the Seed Data Extract process.
 
Method Summary
 oracle.apps.fnd.applcore.oaext.model.OASeedStatus extract()
          This is the main implementation loop for the Seed Data extract process.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SDExtract

public SDExtract(oracle.jbo.ApplicationModule am,
                 java.lang.String voName,
                 java.util.Map seedArgsMap)
          throws ExtractPropertyException
Constructor for the main implementation for the Seed Data Extract process.

Parameters:
am - Loaded Application Module containing extract data model
voName - Name of the ViewObject to serve as the driver for extract
seedArgsMap - Seed Data arguments map
Throws:
ExtractPropertyException - invalid argument property value
Method Detail

extract

public oracle.apps.fnd.applcore.oaext.model.OASeedStatus extract()
This is the main implementation loop for the Seed Data extract process.

Returns:
SeedStatus object containing messages and any exception info

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

E22564-05

Copyright © 2012 Oracle. All Rights Reserved.