Class ServiceLayerDataSetup

java.lang.Object
de.hybris.platform.servicelayer.datasetup.ServiceLayerDataSetup
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@SystemSetup(extension="processing") public class ServiceLayerDataSetup extends Object implements org.springframework.context.ApplicationContextAware
  • Constructor Details

    • ServiceLayerDataSetup

      public ServiceLayerDataSetup()
  • Method Details

    • setup

      @SystemSetup(type=ESSENTIAL, process=ALL) public void setup()
      creates job performables during the essential data creation in the init/update process
    • setModelService

      public void setModelService(ModelService modelService)
    • setFlexibleSearchService

      public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException