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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApplicationContext(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
-
Constructor Details
-
ServiceLayerDataSetup
public ServiceLayerDataSetup()
-
-
Method Details
-
setup
creates job performables during the essential data creation in the init/update process -
setModelService
-
setFlexibleSearchService
-
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
-