Class MarketplaceSampleDataImportService
- java.lang.Object
-
- de.hybris.platform.commerceservices.dataimport.AbstractDataImportService
-
- de.hybris.platform.commerceservices.dataimport.impl.SampleDataImportService
-
- de.hybris.platform.marketplacestore.service.dataimport.impl.MarketplaceSampleDataImportService
-
public class MarketplaceSampleDataImportService extends SampleDataImportService
Marketplace sample data import
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.commerceservices.dataimport.impl.SampleDataImportService
ASSISTED_SERVICE_EXTENSION_NAME, CUSTOMER_SUPPORT_BACKOFFICE_EXTENSION_NAME, IMPORT_SAMPLE_DATA, ORDER_MANAGEMENT_BACKOFFICE_EXTENSION_NAME
-
Fields inherited from class de.hybris.platform.commerceservices.dataimport.AbstractDataImportService
ACTIVATE_SOLR_CRON_JOBS, IMPORT_MOBILE_DATA
-
-
Constructor Summary
Constructors Constructor Description MarketplaceSampleDataImportService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidimportAllData(AbstractSystemSetup systemSetup, SystemSetupContext context, ImportData importData, boolean syncCatalogs)protected voidimportCommonData(java.lang.String extensionName)protected voidimportContentCatalog(java.lang.String extensionName, java.lang.String contentCatalogName)protected voidimportStore(java.lang.String extensionName, java.lang.String storeName, java.lang.String productCatalogName)-
Methods inherited from class de.hybris.platform.commerceservices.dataimport.impl.SampleDataImportService
execute, getInputStream, importJobs, importMultiDProductCatalog, importProductCatalog, importSolrIndex, isResponsive
-
Methods inherited from class de.hybris.platform.commerceservices.dataimport.AbstractDataImportService
assignDependent, getBeanForName, getCatalogVersionService, getConfigurationService, getEventService, getSetupImpexService, getSetupSolrIndexerService, getSetupSyncJobService, isExtensionLoaded, isSyncRerunNeeded, runSolrIndex, setCatalogVersionService, setConfigurationService, setEventService, setSetupImpexService, setSetupSolrIndexerService, setSetupSyncJobService, synchronizeContentCatalog, synchronizeProductCatalog
-
-
-
-
Method Detail
-
importContentCatalog
protected void importContentCatalog(java.lang.String extensionName, java.lang.String contentCatalogName)- Overrides:
importContentCatalogin classSampleDataImportService
-
importStore
protected void importStore(java.lang.String extensionName, java.lang.String storeName, java.lang.String productCatalogName)- Overrides:
importStorein classSampleDataImportService
-
importCommonData
protected void importCommonData(java.lang.String extensionName)
- Overrides:
importCommonDatain classSampleDataImportService
-
importAllData
protected void importAllData(AbstractSystemSetup systemSetup, SystemSetupContext context, ImportData importData, boolean syncCatalogs)
- Overrides:
importAllDatain classAbstractDataImportService
-
-