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
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_NAMEFields inherited from class de.hybris.platform.commerceservices.dataimport.AbstractDataImportService
ACTIVATE_SOLR_CRON_JOBS, IMPORT_MOBILE_DATA -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidimportCommerceOrgData(SystemSetupContext context) Imports the data related to Commerce Org.Methods inherited from class de.hybris.platform.commerceservices.dataimport.impl.SampleDataImportService
execute, getFileResource, getInputStream, importCommonData, importContentCatalog, importJobs, importMultiDProductCatalog, importProductCatalog, importSearchServicesIndex, importSite, importSolrIndex, importStore, isResponsiveMethods 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
-
Constructor Details
-
PowertoolsSampleDataImportService
public PowertoolsSampleDataImportService()
-
-
Method Details
-
importCommerceOrgData
Imports the data related to Commerce Org.- Parameters:
context- the context used.
-