Class RuleConfigurationRrdPopulator
- java.lang.Object
-
- de.hybris.platform.ruleengineservices.converters.populator.RuleConfigurationRrdPopulator
-
- All Implemented Interfaces:
Populator<AbstractRuleEngineRuleModel,RuleConfigurationRRD>
@Deprecated(since="20.05", forRemoval=true) public class RuleConfigurationRrdPopulator extends java.lang.Object implements Populator<AbstractRuleEngineRuleModel,RuleConfigurationRRD>Deprecated, for removal: This API element is subject to removal in a future version.not used anymore as RuleConfigurationRRD is not used anymore (seeRuleAndRuleGroupExecutionTrackerinstead)RuleConfigurationRrdPopulator is a populator for populating aRuleConfigurationRRDfrom aAbstractRuleEngineRuleModel.
-
-
Constructor Summary
Constructors Constructor Description RuleConfigurationRrdPopulator()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 ConfigurationServicegetConfigurationService()Deprecated, for removal: This API element is subject to removal in a future version.voidpopulate(AbstractRuleEngineRuleModel source, RuleConfigurationRRD target)Deprecated, for removal: This API element is subject to removal in a future version.Populate the target instance with values from the source instance.voidsetConfigurationService(ConfigurationService configurationService)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
populate
public void populate(AbstractRuleEngineRuleModel source, RuleConfigurationRRD target)
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<AbstractRuleEngineRuleModel,RuleConfigurationRRD>- Parameters:
source- the source objecttarget- the target to fill
-
getConfigurationService
protected ConfigurationService getConfigurationService()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setConfigurationService
public void setConfigurationService(ConfigurationService configurationService)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-