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)Deprecated, for removal: This API element is subject to removal in a future version. -
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)Deprecated, for removal: This API element is subject to removal in a future version.RuleGroupExecutionRRDDefaultRuleGroupExecutionRRDConverter. convert(AbstractRuleEngineRuleModel source, RuleGroupExecutionRRD prototype)Deprecated, for removal: This API element is subject to removal in a future version.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()Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.ruleengineservices.converters with parameters of type RuleGroupExecutionRRD Modifier and Type Method Description RuleGroupExecutionRRDDefaultRuleGroupExecutionRRDConverter. convert(AbstractRuleEngineRuleModel source, RuleGroupExecutionRRD prototype)Deprecated, for removal: This API element is subject to removal in a future version.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)Deprecated, for removal: This API element is subject to removal in a future version. -
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)Deprecated, for removal: This API element is subject to removal in a future version. -
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)Deprecated, for removal: This API element is subject to removal in a future version.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()Deprecated, for removal: This API element is subject to removal in a future version.protected Converter<RuleGroupExecutionRRD,RuleGroupExecutionRRD>DefaultRuleGroupExecutionRRDTemplateProvider. getRuleGroupExecutionRrdTemplateConverter()Deprecated, for removal: This API element is subject to removal in a future version.Methods in de.hybris.platform.ruleengineservices.impl with parameters of type RuleGroupExecutionRRD Modifier and Type Method Description protected RuleGroupExecutionRRDDefaultRuleGroupExecutionRRDTemplateProvider. createRAO(RuleGroupExecutionRRD factTemplate)Deprecated, for removal: This API element is subject to removal in a future version.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)Deprecated, for removal: This API element is subject to removal in a future version.voidDefaultRuleGroupExecutionRRDTemplateProvider. setRuleGroupExecutionRrdTemplateConverter(Converter<RuleGroupExecutionRRD,RuleGroupExecutionRRD> ruleGroupExecutionRrdTemplateConverter)Deprecated, for removal: This API element is subject to removal in a future version. -
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)Deprecated, for removal: This API element is subject to removal in a future version.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()Deprecated, for removal: This API element is subject to removal in a future version.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)Deprecated, for removal: This API element is subject to removal in a future version. -
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)
-