Class PromotionEngineServicesSystemSetup
- java.lang.Object
-
- de.hybris.platform.ruleengine.setup.AbstractRuleEngineSystemSetup
-
- de.hybris.platform.promotionengineservices.promotionengine.setup.impl.PromotionEngineServicesSystemSetup
-
@SystemSetup(extension="promotionengineservices") public class PromotionEngineServicesSystemSetup extends AbstractRuleEngineSystemSetup
-
-
Constructor Summary
Constructors Constructor Description PromotionEngineServicesSystemSetup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateEssentialData(SystemSetupContext context)voidcreateProjectData(SystemSetupContext context)-
Methods inherited from class de.hybris.platform.ruleengine.setup.AbstractRuleEngineSystemSetup
getCommonI18NService, getFileEncoding, getImpexExt, getImportService, importImpexFile, importImpexFile, importLanguageSpecificImpexFiles, setCommonI18NService, setFileEncoding, setImpexExt, setImportService
-
-
-
-
Method Detail
-
createEssentialData
@SystemSetup(type=ESSENTIAL, process=ALL) public void createEssentialData(SystemSetupContext context)
-
createProjectData
@SystemSetup(type=PROJECT, process=ALL) public void createProjectData(SystemSetupContext context)
-
-