Class B2ctelcoSampleDataImportService

java.lang.Object
de.hybris.platform.commerceservices.dataimport.AbstractDataImportService
de.hybris.platform.commerceservices.dataimport.impl.SampleDataImportService
de.hybris.platform.b2ctelcostore.setup.B2ctelcoSampleDataImportService

public class B2ctelcoSampleDataImportService extends de.hybris.platform.commerceservices.dataimport.impl.SampleDataImportService
Telco specific implementation of the SampleDataImportService.
  • imports additional sample data for subscriptions and bundles
  • 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
     
  • 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)
     
    void
    setModelService(de.hybris.platform.servicelayer.model.ModelService modelService)
     
    void
    setTypeService(de.hybris.platform.servicelayer.type.TypeService typeService)
     
    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

    • B2ctelcoSampleDataImportService

      public B2ctelcoSampleDataImportService()
  • 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
    • setTypeService

      public void setTypeService(de.hybris.platform.servicelayer.type.TypeService typeService)
    • getModelService

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

      public void setModelService(de.hybris.platform.servicelayer.model.ModelService modelService)