Class B2btelcoSampleDataImportService

java.lang.Object
de.hybris.platform.commerceservices.dataimport.AbstractDataImportService
de.hybris.platform.commerceservices.dataimport.impl.SampleDataImportService
de.hybris.platform.b2btelcostore.setup.B2btelcoSampleDataImportService

public class B2btelcoSampleDataImportService extends de.hybris.platform.commerceservices.dataimport.impl.SampleDataImportService
B2B Telco specific implementation of the SampleDataImportService.
  • imports additional sample data for subscriptions and bundles
Since:
2105
  • 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
    B2btelcoSampleDataImportService(de.hybris.platform.servicelayer.type.TypeService typeService, de.hybris.platform.servicelayer.model.ModelService modelService)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected de.hybris.platform.servicelayer.model.ModelService
     
    protected de.hybris.platform.servicelayer.type.TypeService
     
    protected void
    importProductCatalog(String extensionName, String productCatalogName)
     
    boolean
    synchronizeProductCatalog(de.hybris.platform.commerceservices.setup.AbstractSystemSetup systemSetup, de.hybris.platform.core.initialization.SystemSetupContext context, String catalogName, boolean syncCatalogs)
     

    Methods inherited from class de.hybris.platform.commerceservices.dataimport.impl.SampleDataImportService

    execute, getFileResource, getInputStream, importCommonData, importContentCatalog, importJobs, importMultiDProductCatalog, importSearchServicesIndex, importSite, 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • B2btelcoSampleDataImportService

      public B2btelcoSampleDataImportService(de.hybris.platform.servicelayer.type.TypeService typeService, de.hybris.platform.servicelayer.model.ModelService modelService)
  • Method Details

    • importProductCatalog

      protected void importProductCatalog(String extensionName, String productCatalogName)
      Overrides:
      importProductCatalog in class de.hybris.platform.commerceservices.dataimport.impl.SampleDataImportService
    • synchronizeProductCatalog

      public boolean synchronizeProductCatalog(de.hybris.platform.commerceservices.setup.AbstractSystemSetup systemSetup, de.hybris.platform.core.initialization.SystemSetupContext context, String catalogName, boolean syncCatalogs)
      Overrides:
      synchronizeProductCatalog in class de.hybris.platform.commerceservices.dataimport.AbstractDataImportService
    • getTypeService

      protected de.hybris.platform.servicelayer.type.TypeService getTypeService()
      Returns:
      the typeService
    • getModelService

      protected de.hybris.platform.servicelayer.model.ModelService getModelService()