Class CustomerCouponNotificationPopulator
java.lang.Object
de.hybris.platform.customercouponfacades.converter.populators.CustomerCouponNotificationPopulator
- All Implemented Interfaces:
Populator<CouponNotificationModel,CustomerCouponNotificationData>
public class CustomerCouponNotificationPopulator
extends Object
implements Populator<CouponNotificationModel,CustomerCouponNotificationData>
Populates
CouponNotificationModel to CustomerCouponNotificationData-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Converter<CustomerModel,CustomerData> protected Converter<CustomerCouponModel,CustomerCouponData> voidpopulate(CouponNotificationModel source, CustomerCouponNotificationData target) Populate the target instance with values from the source instance.voidsetCustomerConverter(Converter<CustomerModel, CustomerData> customerConverter) voidsetCustomerCouponConverter(Converter<CustomerCouponModel, CustomerCouponData> customerCouponConverter)
-
Constructor Details
-
CustomerCouponNotificationPopulator
public CustomerCouponNotificationPopulator()
-
-
Method Details
-
populate
Description copied from interface:PopulatorPopulate the target instance with values from the source instance.- Specified by:
populatein interfacePopulator<CouponNotificationModel,CustomerCouponNotificationData> - Parameters:
source- the source objecttarget- the target to fill
-
getCustomerConverter
-
setCustomerConverter
-
getCustomerCouponConverter
-
setCustomerCouponConverter
public void setCustomerCouponConverter(Converter<CustomerCouponModel, CustomerCouponData> customerCouponConverter)
-