Class WebsiteGroupRaoPopulator
java.lang.Object
de.hybris.platform.promotionengineservices.converters.populator.WebsiteGroupRaoPopulator
- All Implemented Interfaces:
Populator<PromotionGroupModel,WebsiteGroupRAO>
public class WebsiteGroupRaoPopulator
extends Object
implements Populator<PromotionGroupModel,WebsiteGroupRAO>
Populates WebsiteGroupRAO from PromotionGroupModel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpopulate(PromotionGroupModel source, WebsiteGroupRAO target) Populate the target instance with values from the source instance.
-
Constructor Details
-
WebsiteGroupRaoPopulator
public WebsiteGroupRaoPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<PromotionGroupModel,WebsiteGroupRAO> - Parameters:
source- the source objecttarget- the target to fill
-