Class CustomerCouponNotificationPopulator
- java.lang.Object
-
- de.hybris.platform.customercouponfacades.converter.populators.CustomerCouponNotificationPopulator
-
- All Implemented Interfaces:
Populator<CouponNotificationModel,CustomerCouponNotificationData>
public class CustomerCouponNotificationPopulator extends java.lang.Object implements Populator<CouponNotificationModel,CustomerCouponNotificationData>
PopulatesCouponNotificationModeltoCustomerCouponNotificationData
-
-
Constructor Summary
Constructors Constructor Description CustomerCouponNotificationPopulator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Converter<CustomerModel,CustomerData>getCustomerConverter()protected Converter<CustomerCouponModel,CustomerCouponData>getCustomerCouponConverter()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)
-
-
-
Method Detail
-
populate
public void populate(CouponNotificationModel source, CustomerCouponNotificationData target)
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
protected Converter<CustomerModel,CustomerData> getCustomerConverter()
-
setCustomerConverter
public void setCustomerConverter(Converter<CustomerModel,CustomerData> customerConverter)
-
getCustomerCouponConverter
protected Converter<CustomerCouponModel,CustomerCouponData> getCustomerCouponConverter()
-
setCustomerCouponConverter
public void setCustomerCouponConverter(Converter<CustomerCouponModel,CustomerCouponData> customerCouponConverter)
-
-