Uses of Interface
de.hybris.platform.ruleengineservices.rule.services.RuleActionsService
-
-
Uses of RuleActionsService in de.hybris.platform.rulebuilderbackoffice.editors.actionseditor
Methods in de.hybris.platform.rulebuilderbackoffice.editors.actionseditor that return RuleActionsService Modifier and Type Method Description protected RuleActionsServiceActionsEditorViewModel. getRuleActionsService()Methods in de.hybris.platform.rulebuilderbackoffice.editors.actionseditor with parameters of type RuleActionsService Modifier and Type Method Description voidActionsEditorViewModel. setRuleActionsService(RuleActionsService ruleActionsService) -
Uses of RuleActionsService in de.hybris.platform.ruleengineservices.compiler.impl
Methods in de.hybris.platform.ruleengineservices.compiler.impl that return RuleActionsService Modifier and Type Method Description RuleActionsServiceDefaultSourceRuleSourceCodeTranslator. getRuleActionsService()Methods in de.hybris.platform.ruleengineservices.compiler.impl with parameters of type RuleActionsService Modifier and Type Method Description voidDefaultSourceRuleSourceCodeTranslator. setRuleActionsService(RuleActionsService ruleActionsService) -
Uses of RuleActionsService in de.hybris.platform.ruleengineservices.rule.interceptors
Methods in de.hybris.platform.ruleengineservices.rule.interceptors that return RuleActionsService Modifier and Type Method Description RuleActionsServiceSourceRuleTemplateValidateInterceptor. getRuleActionsService()RuleActionsServiceSourceRuleValidateInterceptor. getRuleActionsService()Methods in de.hybris.platform.ruleengineservices.rule.interceptors with parameters of type RuleActionsService Modifier and Type Method Description voidSourceRuleTemplateValidateInterceptor. setRuleActionsService(RuleActionsService ruleActionsService)voidSourceRuleValidateInterceptor. setRuleActionsService(RuleActionsService ruleActionsService) -
Uses of RuleActionsService in de.hybris.platform.ruleengineservices.rule.services.impl
Classes in de.hybris.platform.ruleengineservices.rule.services.impl that implement RuleActionsService Modifier and Type Class Description classDefaultRuleActionsServiceDefault Implementation ofRuleActionsService
-