Class WorkflowSystemSetup
- java.lang.Object
-
- de.hybris.platform.workflow.systemsetup.WorkflowSystemSetup
-
@SystemSetup(extension="workflow") public class WorkflowSystemSetup extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description WorkflowSystemSetup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateEssentialData()voidsetFlexibleSearchService(FlexibleSearchService flexibleSearchService)voidsetImportService(ImportService importService)
-
-
-
Method Detail
-
createEssentialData
@SystemSetup(process=ALL, type=ESSENTIAL) public void createEssentialData()
-
setFlexibleSearchService
public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
-
setImportService
public void setImportService(ImportService importService)
-
-