Class CxPromotionRulePopulator
- java.lang.Object
-
- de.hybris.platform.personalizationpromotionsweb.populators.CxPromotionRulePopulator
-
- All Implemented Interfaces:
Populator<PromotionSourceRuleModel,PromotionRuleWsDTO>
public class CxPromotionRulePopulator extends java.lang.Object implements Populator<PromotionSourceRuleModel,PromotionRuleWsDTO>
-
-
Constructor Summary
Constructors Constructor Description CxPromotionRulePopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpopulate(PromotionSourceRuleModel source, PromotionRuleWsDTO target)Populate the target instance with values from the source instance.
-
-
-
Method Detail
-
populate
public void populate(PromotionSourceRuleModel source, PromotionRuleWsDTO target)
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<PromotionSourceRuleModel,PromotionRuleWsDTO>- Parameters:
source- the source objecttarget- the target to fill
-
-