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

E22562-01

oracle.apps.fnd.applcore.oaext.model
Interface OASeedDataService

All Known Implementing Classes:
ActivityStreamOptionWSAMImpl, ApplicationAMImpl, ApplSessionPageRootAMImpl, ApplTaxonomyAMImpl, ApplTaxonomyExtnAMImpl, ApplTaxonomyInternalAMImpl, ApplTaxonomyWSAMImpl, AppsLoggerAMImpl, AttachmentsAuthorizationWSAMImpl, AttachmentsDTAMImpl, AttachmentServiceAMImpl, AttachmentWSAMImpl, CentralTreeNodeAMImpl, CreateTreeAMImpl, CurrencyServiceAMImpl, CurrencyWSAMImpl, DataSecurityAMImpl, DataSecurityFilterUIAMImpl, DataSecurityGlobalUIAMImpl, DataSecuritySharedObjectAMImpl, DataSecurityUIAMImpl, DataSecurityWSAMImpl, DefaultTreeLoaderImpl, DescriptiveFlexfieldServiceAMImpl, DescriptiveFlexfieldWSAMImpl, DFFAdfdiUIAMImpl, DFFApplicationModuleImpl, DFFRegUIAMImpl, DFFSetupUIAMImpl, DocSeqServiceAMImpl, DocSeqWSAMImpl, EffCategoryAMImpl, EFFCategoryApplicationModuleImpl, EFFRuntimeAMImpl, FavRecentItemsAMImpl, FlexfieldApplicationModuleImpl, FlexMBeanSetupAMImpl, FndAuditVaultAMImpl, FndDataMigAdfDIAMImpl, FndDemoEmpAMImpl, FndDeploymentsAMImpl, FndDiagnosticsAMImpl, FndDocumentCategoriesAdminUIAMImpl, FndDocumentEntitiesAdminUIAMImpl, GroupSpaceBaseAMImpl, IndustryServiceAMImpl, IndustryWSAMImpl, IsoLanguageServiceAMImpl, IsoLanguageWSAMImpl, KeyFlexfieldServiceAMImpl, KeyFlexfieldWSAMImpl, KFFApplicationModuleImpl, KFFCombinationCreatorImpl, KFFMApplicationModuleImpl, KFFPApplicationModuleImpl, KFFSetupAMImpl, LanguageServiceAMImpl, LanguageWSAMImpl, LookupServiceAMImpl, LookupWSAMImpl, MenuCustomizationAMImpl, MessageRuntimeTestAMImpl, MessageServiceAMImpl, MessageUIAMImpl, MessageWSAMImpl, NaturalLanguageServiceAMImpl, NaturalLanguageWSAMImpl, OAApplicationModuleImpl, OAAppModuleImpl, PreferencesAMImpl, ProfileServiceAMImpl, ProfileWSAMImpl, ProfleSetupUIAMImpl, SetIdServiceAMImpl, SetIdWSAMImpl, TerritoryServiceAMImpl, TerritoryWSAMImpl, TimezoneServiceAMImpl, TimeZoneWSAMImpl, TreeAMImpl, TreeNodeServiceImpl, TreeServiceImpl, TreeStructureAMImpl, TreeStructureAuditAMImpl, TreeStructureServiceImpl, TreeStructureServiceImpl, TreeStructureWSAMImpl, TreesWSAMImpl, TreeWSAMImpl, ValueSetSetupAMImpl, ValueSetWSAMImpl

public interface OASeedDataService

Seed Data Service Interface.


Field Summary
static java.lang.String RCS_ID
          Oracle Applications internal source control identifier.
static boolean RCS_ID_RECORDED
          Oracle Applications internal source control identifier.
 
Method Summary
 java.lang.String getSeedContext()
          Returns the seed context associated with this instance.
 OASeedStatus seedExtract(java.lang.String viewName, java.util.Map seedArgs)
          Pass through stubs that call the seed data delegate.
 OASeedStatus seedUpload(java.io.InputStream is, java.util.Map seedArgs)
          Deprecated. This method is being retained only as stop gap measure till d8b4a RC7.
 OASeedStatus seedUpload(java.lang.String fileName, java.util.Map seedArgs)
          Pass through stubs that call the seed data delegate.
 OASeedStatus seedUpload(java.net.URL url, java.util.Map seedArgs)
          Pass through stubs that call the seed data delegate.
 

Field Detail

RCS_ID

static final java.lang.String RCS_ID
Oracle Applications internal source control identifier.

See Also:
Constant Field Values

RCS_ID_RECORDED

static final boolean RCS_ID_RECORDED
Oracle Applications internal source control identifier.

See Also:
Constant Field Values
Method Detail

seedUpload

OASeedStatus seedUpload(java.lang.String fileName,
                        java.util.Map seedArgs)
Pass through stubs that call the seed data delegate. This stub implements the SeedDataService interface. This Method invokes Seed data upload service.

Parameters:
fileName - file to be uploaded
seedArgs - parameters for the upload.
Returns:
status of upload

seedUpload

OASeedStatus seedUpload(java.net.URL url,
                        java.util.Map seedArgs)
Pass through stubs that call the seed data delegate. This stub implements the SeedDataService interface. This Method invokes Seed data upload service.

Parameters:
url - URL abstracting the seed data file
seedArgs - parameters for the upload.
Returns:
status of upload

seedUpload

@Deprecated
OASeedStatus seedUpload(java.io.InputStream is,
                                   java.util.Map seedArgs)
Deprecated. This method is being retained only as stop gap measure till d8b4a RC7.

Pass through stubs that call the seed data delegate. This stub implements the SeedDataService interface. This Method invokes Seed data upload service.

Parameters:
is - Input Stream abstracting the seed data file
seedArgs - parameters for the upload.
Returns:
status of upload

seedExtract

OASeedStatus seedExtract(java.lang.String viewName,
                         java.util.Map seedArgs)
Pass through stubs that call the seed data delegate. This stub implements the SeedDataService interface. This Method invokes Seed data extract service.

Parameters:
viewName - name of driver view
seedArgs - parameters for the extract.
Returns:
status of extract

getSeedContext

java.lang.String getSeedContext()
Returns the seed context associated with this instance.

Returns:
a String representing a seed context ("J2EE", "Flex", "T2P", etc)

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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.