public interface CouponNotificationDao extends GenericDao<CouponNotificationModel>
CouponNotificationModel| Modifier and Type | Method and Description |
|---|---|
default java.util.List<CouponNotificationModel> |
findAllCouponNotifications()
Finds all customer coupons applicable for sending out notifications
|
java.util.List<CouponNotificationModel> |
findCouponNotificationByCouponCode(java.lang.String couponCode)
Finds coupon notifications by coupon code
|
java.util.List<CouponNotificationModel> |
findCouponNotificationsForCustomer(CustomerModel customer)
Finds coupon notifications for the customer
|
default java.util.List<CouponNotificationModel> findAllCouponNotifications()
java.util.List<CouponNotificationModel> findCouponNotificationByCouponCode(java.lang.String couponCode)
couponCode - the coupon codejava.util.List<CouponNotificationModel> findCouponNotificationsForCustomer(CustomerModel customer)
customer - the customer modelCopyright © 2018 SAP SE. All Rights Reserved.