Class PowertoolsSampleDataImportService
- java.lang.Object
-
- de.hybris.platform.commerceservices.dataimport.AbstractDataImportService
-
- de.hybris.platform.commerceservices.dataimport.impl.SampleDataImportService
-
- de.hybris.platform.powertoolsstore.services.dataimport.impl.PowertoolsSampleDataImportService
-
public class PowertoolsSampleDataImportService extends SampleDataImportService
Implementation to handle specific Sample Data Import services to Powertools.
-
-
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 PowertoolsSampleDataImportService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidimportCommerceOrgData(SystemSetupContext context)Imports the data related to Commerce Org.-
Methods inherited from class de.hybris.platform.commerceservices.dataimport.impl.SampleDataImportService
execute, getInputStream, importCommonData, importContentCatalog, importJobs, importMultiDProductCatalog, importProductCatalog, importSolrIndex, importStore, isResponsive
-
Methods inherited from class de.hybris.platform.commerceservices.dataimport.AbstractDataImportService
assignDependent, getBeanForName, getCatalogVersionService, getConfigurationService, getEventService, getSetupImpexService, getSetupSolrIndexerService, getSetupSyncJobService, importAllData, isExtensionLoaded, isSyncRerunNeeded, runSolrIndex, setCatalogVersionService, setConfigurationService, setEventService, setSetupImpexService, setSetupSolrIndexerService, setSetupSyncJobService, synchronizeContentCatalog, synchronizeProductCatalog
-
-
-
-
Method Detail
-
importCommerceOrgData
public void importCommerceOrgData(SystemSetupContext context)
Imports the data related to Commerce Org.- Parameters:
context- the context used.
-
-