Class UpilintegrationServicesSampleDataImportService


  • public class UpilintegrationServicesSampleDataImportService
    extends de.hybris.platform.commerceservices.dataimport.impl.SampleDataImportService
    Upil integration services specific implementation of the SampleDataImportService.
    Since:
    1911
    • 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected de.hybris.platform.servicelayer.model.ModelService getModelService()  
      protected de.hybris.platform.servicelayer.type.TypeService getTypeService()  
      protected void importProductCatalog​(java.lang.String extensionName, java.lang.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, java.lang.String catalogName, boolean syncCatalogs)  
      • Methods inherited from class de.hybris.platform.commerceservices.dataimport.impl.SampleDataImportService

        execute, getInputStream, importCommonData, importContentCatalog, importJobs, importMultiDProductCatalog, 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 Detail

      • UpilintegrationServicesSampleDataImportService

        public UpilintegrationServicesSampleDataImportService()
    • Method Detail

      • importProductCatalog

        protected void importProductCatalog​(java.lang.String extensionName,
                                            java.lang.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,
                                                 java.lang.String catalogName,
                                                 boolean syncCatalogs)
        Overrides:
        synchronizeProductCatalog in class de.hybris.platform.commerceservices.dataimport.AbstractDataImportService
      • getTypeService

        protected de.hybris.platform.servicelayer.type.TypeService getTypeService()
      • 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)