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 java.lang.Object implements org.springframework.context.ApplicationContextAware
-
-
Constructor Summary
Constructors Constructor Description ServiceLayerDataSetup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext)voidsetFlexibleSearchService(FlexibleSearchService flexibleSearchService)voidsetModelService(ModelService modelService)voidsetup()creates job performables during the essential data creation in the init/update process
-
-
-
Method Detail
-
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:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-
-