Class RuleGroupExecutionRrdTemplatePopulator
- java.lang.Object
-
- de.hybris.platform.ruleengineservices.converters.populator.RuleGroupExecutionRrdTemplatePopulator
-
- All Implemented Interfaces:
Populator<RuleGroupExecutionRRD,RuleGroupExecutionRRD>
@Deprecated(since="20.05", forRemoval=true) public class RuleGroupExecutionRrdTemplatePopulator extends java.lang.Object implements Populator<RuleGroupExecutionRRD,RuleGroupExecutionRRD>Deprecated, for removal: This API element is subject to removal in a future version.not used anymore as RuleGroupExecutionRRD is not used anymore (seeRuleAndRuleGroupExecutionTrackerinstead)RuleGroupExecutionRrdTemplatePopulator is a populator for creating a copy of aRuleGroupExecutionRRDfrom aRuleGroupExecutionRRD.
-
-
Constructor Summary
Constructors Constructor Description RuleGroupExecutionRrdTemplatePopulator()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(RuleGroupExecutionRRD source, RuleGroupExecutionRRD 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(RuleGroupExecutionRRD source, RuleGroupExecutionRRD 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<RuleGroupExecutionRRD,RuleGroupExecutionRRD>- Parameters:
source- the source objecttarget- the target to fill
-
-