Class B2ctelcoStoreSystemSetup


  • @SystemSetup(extension="b2ctelcostore")
    public class B2ctelcoStoreSystemSetup
    extends de.hybris.platform.commerceservices.setup.AbstractSystemSetup
    System setup.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String B2CTELCO  
      • Fields inherited from class de.hybris.platform.commerceservices.setup.AbstractSystemSetup

        BOOLEAN_FALSE, BOOLEAN_TRUE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void createProjectData​(de.hybris.platform.core.initialization.SystemSetupContext context)
      This method will be called during the system initialization.
      de.hybris.platform.commerceservices.dataimport.impl.CoreDataImportService getCoreDataImportService()  
      CoreSystemSetup getCoreSystemSetup()  
      java.util.List<de.hybris.platform.core.initialization.SystemSetupParameter> getInitializationOptions()  
      de.hybris.platform.commerceservices.dataimport.impl.SampleDataImportService getSampleDataImportService()  
      void setCoreDataImportService​(de.hybris.platform.commerceservices.dataimport.impl.CoreDataImportService coreDataImportService)  
      void setCoreSystemSetup​(CoreSystemSetup coreSystemSetup)  
      void setSampleDataImportService​(de.hybris.platform.commerceservices.dataimport.impl.SampleDataImportService sampleDataImportService)  
      • Methods inherited from class de.hybris.platform.commerceservices.setup.AbstractSystemSetup

        activateSolrIndexerCronJobs, createBooleanSystemSetupParameter, createContentCatalogSyncJob, createProductCatalogSyncJob, createSolrIndexerCronJobs, executeCatalogSyncJob, executeSolrIndexerCronJob, getBooleanSystemSetupParameter, getCatalogSyncJob, getCatalogVersionService, getDefaultValueForBooleanSystemSetupParameter, getEventService, getSetupImpexService, getSetupSolrIndexerService, getSetupSyncJobService, importImpexFile, importImpexFile, importImpexFile, isSyncRerunNeeded, logError, logInfo, setCatalogVersionService, setEventService, setSetupImpexService, setSetupSolrIndexerService, setSetupSyncJobService
      • Methods inherited from class java.lang.Object

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

      • B2ctelcoStoreSystemSetup

        public B2ctelcoStoreSystemSetup()
    • Method Detail

      • getInitializationOptions

        @SystemSetupParameterMethod
        public java.util.List<de.hybris.platform.core.initialization.SystemSetupParameter> getInitializationOptions()
        Specified by:
        getInitializationOptions in class de.hybris.platform.commerceservices.setup.AbstractSystemSetup
      • createProjectData

        @SystemSetup(type=PROJECT,
                     process=ALL)
        public void createProjectData​(de.hybris.platform.core.initialization.SystemSetupContext context)
        This method will be called during the system initialization.
        Parameters:
        context - the context provides the selected parameters and values
      • getCoreDataImportService

        public de.hybris.platform.commerceservices.dataimport.impl.CoreDataImportService getCoreDataImportService()
      • setCoreDataImportService

        public void setCoreDataImportService​(de.hybris.platform.commerceservices.dataimport.impl.CoreDataImportService coreDataImportService)
      • getSampleDataImportService

        public de.hybris.platform.commerceservices.dataimport.impl.SampleDataImportService getSampleDataImportService()
      • setSampleDataImportService

        public void setSampleDataImportService​(de.hybris.platform.commerceservices.dataimport.impl.SampleDataImportService sampleDataImportService)
      • setCoreSystemSetup

        @Autowired
        public void setCoreSystemSetup​(CoreSystemSetup coreSystemSetup)