Class DefaultRuleConfigurationRRDTemplateProvider
- java.lang.Object
-
- de.hybris.platform.ruleengineservices.impl.DefaultRuleConfigurationRRDTemplateProvider
-
- All Implemented Interfaces:
RAOProvider
@Deprecated(since="20.05", forRemoval=true) public class DefaultRuleConfigurationRRDTemplateProvider extends java.lang.Object implements RAOProviderDeprecated, for removal: This API element is subject to removal in a future version.not used anymore as RuleConfigurationRRD is not used anymore (seeRuleAndRuleGroupExecutionTrackerinstead)provides a RuleConfigurationRRD copied from the given RuleConfigurationRRD template
-
-
Constructor Summary
Constructors Constructor Description DefaultRuleConfigurationRRDTemplateProvider()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected RuleConfigurationRRDcreateRAO(RuleConfigurationRRD template)Deprecated, for removal: This API element is subject to removal in a future version.java.util.SetexpandFactModel(java.lang.Object factTemplate)Deprecated, for removal: This API element is subject to removal in a future version.protected Converter<RuleConfigurationRRD,RuleConfigurationRRD>getRuleConfigurationRrdTemplateConverter()Deprecated, for removal: This API element is subject to removal in a future version.voidsetRuleConfigurationRrdTemplateConverter(Converter<RuleConfigurationRRD,RuleConfigurationRRD> ruleConfigurationConverter)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
expandFactModel
public java.util.Set expandFactModel(java.lang.Object factTemplate)
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
expandFactModelin interfaceRAOProvider
-
createRAO
protected RuleConfigurationRRD createRAO(RuleConfigurationRRD template)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getRuleConfigurationRrdTemplateConverter
protected Converter<RuleConfigurationRRD,RuleConfigurationRRD> getRuleConfigurationRrdTemplateConverter()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setRuleConfigurationRrdTemplateConverter
public void setRuleConfigurationRrdTemplateConverter(Converter<RuleConfigurationRRD,RuleConfigurationRRD> ruleConfigurationConverter)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-