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

E22562-01

oracle.apps.fnd.applcore.common.util
Class MigrateUtilities

java.lang.Object
  extended by oracle.apps.fnd.applcore.common.util.MigrateUtilities

public class MigrateUtilities
extends java.lang.Object


Nested Class Summary
 class MigrateUtilities.FSObjectToVOMap
           
 
Constructor Summary
MigrateUtilities()
           
 
Method Summary
static void createDatafileAtRootDir(byte[] fileAsByteArray, java.lang.String rootDir, java.lang.String fileName)
          Internal Utility for ActivityStream Service to create data files at root dir
static oracle.apps.setupHub.remoteApp.publicModel.view.ExportReturnVORowImpl exportDataUsingSDF(OAApplicationModuleImpl am, java.util.List<oracle.apps.setupHub.remoteApp.publicModel.view.ExportCriteriaVORowImpl> exportCriteria, oracle.apps.setupHub.remoteApp.publicModel.view.ExportControlVORowImpl exportControl, OAViewObjectImpl exportReturn, java.util.List<MigrateUtilities.FSObjectToVOMap> fsObjectToVoMapList)
           
static javax.sql.DataSource getDataSource()
          Internal Utility for ActivityStream Service to get Webcenter DataSource
static byte[] getSdfFile(java.lang.String fileName)
          Internal Utility for ActivityStream Service to get DataFile As array of bytes
static oracle.apps.setupHub.remoteApp.publicModel.view.ImportReturnVORowImpl importDataUsingSDF(OAApplicationModuleImpl am, oracle.apps.setupHub.remoteApp.publicModel.view.ImportDataVORowImpl importData, oracle.apps.setupHub.remoteApp.publicModel.view.ImportControlVORowImpl importControl, OAViewObjectImpl importReturn)
          Implement FS Import using Seed Data Framework
static oracle.apps.setupHub.remoteApp.publicModel.view.ImportReturnVORowImpl importDataUsingSDF(OAApplicationModuleImpl am, oracle.apps.setupHub.remoteApp.publicModel.view.ImportDataVORowImpl importData, oracle.apps.setupHub.remoteApp.publicModel.view.ImportControlVORowImpl importControl, OAViewObjectImpl importReturn, java.util.Map extraSeedArgs, java.lang.String[] orderedVOList)
          Implement FS Import using Seed Data Framework
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MigrateUtilities

public MigrateUtilities()
Method Detail

exportDataUsingSDF

public static oracle.apps.setupHub.remoteApp.publicModel.view.ExportReturnVORowImpl exportDataUsingSDF(OAApplicationModuleImpl am,
                                                                                                       java.util.List<oracle.apps.setupHub.remoteApp.publicModel.view.ExportCriteriaVORowImpl> exportCriteria,
                                                                                                       oracle.apps.setupHub.remoteApp.publicModel.view.ExportControlVORowImpl exportControl,
                                                                                                       OAViewObjectImpl exportReturn,
                                                                                                       java.util.List<MigrateUtilities.FSObjectToVOMap> fsObjectToVoMapList)

importDataUsingSDF

public static oracle.apps.setupHub.remoteApp.publicModel.view.ImportReturnVORowImpl importDataUsingSDF(OAApplicationModuleImpl am,
                                                                                                       oracle.apps.setupHub.remoteApp.publicModel.view.ImportDataVORowImpl importData,
                                                                                                       oracle.apps.setupHub.remoteApp.publicModel.view.ImportControlVORowImpl importControl,
                                                                                                       OAViewObjectImpl importReturn)
Implement FS Import using Seed Data Framework

Parameters:
importData -
importControl -
importReturn -
Returns:

importDataUsingSDF

public static oracle.apps.setupHub.remoteApp.publicModel.view.ImportReturnVORowImpl importDataUsingSDF(OAApplicationModuleImpl am,
                                                                                                       oracle.apps.setupHub.remoteApp.publicModel.view.ImportDataVORowImpl importData,
                                                                                                       oracle.apps.setupHub.remoteApp.publicModel.view.ImportControlVORowImpl importControl,
                                                                                                       OAViewObjectImpl importReturn,
                                                                                                       java.util.Map extraSeedArgs,
                                                                                                       java.lang.String[] orderedVOList)
Implement FS Import using Seed Data Framework

Parameters:
importData -
importControl -
importReturn -
extraSeedArgs - map of extra parameters to pass to seedUpload
Returns:

getSdfFile

public static byte[] getSdfFile(java.lang.String fileName)
                         throws java.lang.Exception
Internal Utility for ActivityStream Service to get DataFile As array of bytes

Parameters:
fileName -
Returns:
Throws:
java.lang.Exception

createDatafileAtRootDir

public static void createDatafileAtRootDir(byte[] fileAsByteArray,
                                           java.lang.String rootDir,
                                           java.lang.String fileName)
                                    throws java.lang.Exception
Internal Utility for ActivityStream Service to create data files at root dir

Parameters:
fileAsByteArray -
rootDir -
fileName -
Throws:
java.lang.Exception

getDataSource

public static javax.sql.DataSource getDataSource()
                                          throws java.lang.Exception
Internal Utility for ActivityStream Service to get Webcenter DataSource

Returns:
Throws:
java.lang.Exception

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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.