Class UpilintegrationservicesSystemSetup


  • @SystemSetup(extension="upilintegrationservices")
    public class UpilintegrationservicesSystemSetup
    extends de.hybris.platform.commerceservices.setup.AbstractSystemSetup
    This class provides hooks into the system's initialization and update processes.
    Since:
    1911
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String UTILITIES  
      static java.lang.String UTILITIES_INDEX  
      • 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 initialization and system update.
      java.util.List<de.hybris.platform.core.initialization.SystemSetupParameter> getInitializationOptions()  
      protected de.hybris.platform.commerceservices.dataimport.impl.SampleDataImportService getSampleDataImportService()  
      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

      • UpilintegrationservicesSystemSetup

        public UpilintegrationservicesSystemSetup()
    • 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 initialization and system update.
        Parameters:
        context - the context provides the selected parameters and values
      • getSampleDataImportService

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

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