Uses of Class
de.hybris.platform.customercouponfacades.customercoupon.data.CustomerCouponNotificationData
-
-
Uses of CustomerCouponNotificationData in de.hybris.platform.customercouponfacades
Methods in de.hybris.platform.customercouponfacades that return CustomerCouponNotificationData Modifier and Type Method Description CustomerCouponNotificationDataCustomerCouponFacade. saveCouponNotification(java.lang.String couponCode)Saves customer coupon notification -
Uses of CustomerCouponNotificationData in de.hybris.platform.customercouponfacades.converter.populators
Methods in de.hybris.platform.customercouponfacades.converter.populators with parameters of type CustomerCouponNotificationData Modifier and Type Method Description voidCustomerCouponNotificationPopulator. populate(CouponNotificationModel source, CustomerCouponNotificationData target) -
Uses of CustomerCouponNotificationData in de.hybris.platform.customercouponfacades.impl
Methods in de.hybris.platform.customercouponfacades.impl that return CustomerCouponNotificationData Modifier and Type Method Description CustomerCouponNotificationDataDefaultCustomerCouponFacade. saveCouponNotification(java.lang.String couponCode)Methods in de.hybris.platform.customercouponfacades.impl that return types with arguments of type CustomerCouponNotificationData Modifier and Type Method Description protected Converter<CouponNotificationModel,CustomerCouponNotificationData>DefaultCustomerCouponFacade. getCustomerCouponNotificationConverter()Method parameters in de.hybris.platform.customercouponfacades.impl with type arguments of type CustomerCouponNotificationData Modifier and Type Method Description voidDefaultCustomerCouponFacade. setCustomerCouponNotificationConverter(Converter<CouponNotificationModel,CustomerCouponNotificationData> customerCouponNotificationConverter)
-