Class RuleConfigurationRrdTemplatePopulator
- java.lang.Object
-
- de.hybris.platform.ruleengineservices.converters.populator.RuleConfigurationRrdTemplatePopulator
-
- All Implemented Interfaces:
Populator<RuleConfigurationRRD,RuleConfigurationRRD>
@Deprecated(since="20.05", forRemoval=true) public class RuleConfigurationRrdTemplatePopulator extends java.lang.Object implements Populator<RuleConfigurationRRD,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)RuleConfigurationRrdTemplatePopulator is a populator for creating a copy of aRuleConfigurationRRDfrom aRuleConfigurationRRD.
-
-
Constructor Summary
Constructors Constructor Description RuleConfigurationRrdTemplatePopulator()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 voidpopulate(RuleConfigurationRRD 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.
-
-
-
Method Detail
-
populate
public void populate(RuleConfigurationRRD 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<RuleConfigurationRRD,RuleConfigurationRRD>- Parameters:
source- the source objecttarget- the target to fill
-
-