Uses of Class
de.hybris.platform.ruleengineservices.rrd.RuleGroupExecutionRRD
-
-
Uses of RuleGroupExecutionRRD in de.hybris.platform.ruleengineservices.cache.impl
Methods in de.hybris.platform.ruleengineservices.cache.impl that return RuleGroupExecutionRRD Modifier and Type Method Description protected RuleGroupExecutionRRDDefaultCommerceRuleEngineCacheServiceIT. createRuleGroupExecutionRRD(java.lang.String ruleGroupCode) -
Uses of RuleGroupExecutionRRD in de.hybris.platform.ruleengineservices.converters
Methods in de.hybris.platform.ruleengineservices.converters that return RuleGroupExecutionRRD Modifier and Type Method Description RuleGroupExecutionRRDDefaultRuleGroupExecutionRRDConverter. convert(AbstractRuleEngineRuleModel source)RuleGroupExecutionRRDDefaultRuleGroupExecutionRRDConverter. convert(AbstractRuleEngineRuleModel source, RuleGroupExecutionRRD prototype)Methods in de.hybris.platform.ruleengineservices.converters that return types with arguments of type RuleGroupExecutionRRD Modifier and Type Method Description protected Populator<AbstractRuleEngineRuleModel,RuleGroupExecutionRRD>DefaultRuleGroupExecutionRRDConverter. getRuleGroupExecutionRrdPopulator()Methods in de.hybris.platform.ruleengineservices.converters with parameters of type RuleGroupExecutionRRD Modifier and Type Method Description RuleGroupExecutionRRDDefaultRuleGroupExecutionRRDConverter. convert(AbstractRuleEngineRuleModel source, RuleGroupExecutionRRD prototype)Method parameters in de.hybris.platform.ruleengineservices.converters with type arguments of type RuleGroupExecutionRRD Modifier and Type Method Description voidDefaultRuleGroupExecutionRRDConverter. setRuleGroupExecutionRrdPopulator(Populator<AbstractRuleEngineRuleModel,RuleGroupExecutionRRD> ruleGroupExecutionRrdPopulator) -
Uses of RuleGroupExecutionRRD in de.hybris.platform.ruleengineservices.converters.populator
Methods in de.hybris.platform.ruleengineservices.converters.populator with parameters of type RuleGroupExecutionRRD Modifier and Type Method Description voidRuleGroupExecutionRrdPopulator. populate(AbstractRuleEngineRuleModel source, RuleGroupExecutionRRD target)voidRuleGroupExecutionRrdTemplatePopulator. populate(RuleGroupExecutionRRD source, RuleGroupExecutionRRD target) -
Uses of RuleGroupExecutionRRD in de.hybris.platform.ruleengineservices.impl
Methods in de.hybris.platform.ruleengineservices.impl that return RuleGroupExecutionRRD Modifier and Type Method Description protected RuleGroupExecutionRRDDefaultRuleGroupExecutionRRDTemplateProvider. createRAO(RuleGroupExecutionRRD factTemplate)Methods in de.hybris.platform.ruleengineservices.impl that return types with arguments of type RuleGroupExecutionRRD Modifier and Type Method Description protected Converter<RuleGroupExecutionRRD,RuleGroupExecutionRRD>DefaultRuleGroupExecutionRRDTemplateProvider. getRuleGroupExecutionRrdTemplateConverter()protected Converter<RuleGroupExecutionRRD,RuleGroupExecutionRRD>DefaultRuleGroupExecutionRRDTemplateProvider. getRuleGroupExecutionRrdTemplateConverter()Methods in de.hybris.platform.ruleengineservices.impl with parameters of type RuleGroupExecutionRRD Modifier and Type Method Description protected RuleGroupExecutionRRDDefaultRuleGroupExecutionRRDTemplateProvider. createRAO(RuleGroupExecutionRRD factTemplate)Method parameters in de.hybris.platform.ruleengineservices.impl with type arguments of type RuleGroupExecutionRRD Modifier and Type Method Description voidDefaultRuleGroupExecutionRRDTemplateProvider. setRuleGroupExecutionRrdTemplateConverter(Converter<RuleGroupExecutionRRD,RuleGroupExecutionRRD> ruleGroupExecutionRrdTemplateConverter)voidDefaultRuleGroupExecutionRRDTemplateProvider. setRuleGroupExecutionRrdTemplateConverter(Converter<RuleGroupExecutionRRD,RuleGroupExecutionRRD> ruleGroupExecutionRrdTemplateConverter) -
Uses of RuleGroupExecutionRRD in de.hybris.platform.ruleengineservices.rao.providers.impl
Methods in de.hybris.platform.ruleengineservices.rao.providers.impl that return RuleGroupExecutionRRD Modifier and Type Method Description protected RuleGroupExecutionRRDDefaultRuleGroupExecutionRRDProvider. createRAO(AbstractRuleEngineRuleModel source)Methods in de.hybris.platform.ruleengineservices.rao.providers.impl that return types with arguments of type RuleGroupExecutionRRD Modifier and Type Method Description protected Converter<AbstractRuleEngineRuleModel,RuleGroupExecutionRRD>DefaultRuleGroupExecutionRRDProvider. getRuleGroupExecutionRrdConverter()Method parameters in de.hybris.platform.ruleengineservices.rao.providers.impl with type arguments of type RuleGroupExecutionRRD Modifier and Type Method Description voidDefaultRuleGroupExecutionRRDProvider. setRuleGroupExecutionRrdConverter(Converter<AbstractRuleEngineRuleModel,RuleGroupExecutionRRD> ruleGroupExecutionRrdConverter) -
Uses of RuleGroupExecutionRRD in de.hybris.platform.ruleengineservices.rule.evaluation.actions
Methods in de.hybris.platform.ruleengineservices.rule.evaluation.actions that return RuleGroupExecutionRRD Modifier and Type Method Description protected RuleGroupExecutionRRDAbstractRuleExecutableSupport. getRuleGroupExecutionRRD(java.lang.String ruleGroupCode, RuleActionContext context)retrieves the RuleGroupExecutionRRD for the given ruleGroupCode from the given context.Methods in de.hybris.platform.ruleengineservices.rule.evaluation.actions that return types with arguments of type RuleGroupExecutionRRD Modifier and Type Method Description protected java.util.function.Predicate<RuleGroupExecutionRRD>AbstractRuleExecutableSupport. filterByRuleGroup(RuleConfigurationRRD config)protected java.util.function.Predicate<RuleGroupExecutionRRD>AbstractRuleExecutableSupport. getRuleGroupExecutionRRDFilter(java.lang.String ruleGroupCode)Methods in de.hybris.platform.ruleengineservices.rule.evaluation.actions with parameters of type RuleGroupExecutionRRD Modifier and Type Method Description protected voidAbstractRuleExecutableSupport. trackRuleGroupExecution(RuleGroupExecutionRRD execution, RuleConfigurationRRD config)Deprecated, for removal: This API element is subject to removal in a future version.since 18.08 no longer used
-