Interface CouponNotificationDao
- All Superinterfaces:
GenericDao<CouponNotificationModel>
- All Known Implementing Classes:
DefaultCouponNotificationDao
Looks up items related to
CouponNotificationModel-
Method Summary
Modifier and TypeMethodDescriptiondefault List<CouponNotificationModel>Finds all customer coupons applicable for sending out notificationsfindCouponNotificationByCouponCode(String couponCode) Finds coupon notifications by coupon codeFinds coupon notifications for the customer
-
Method Details
-
findAllCouponNotifications
Finds all customer coupons applicable for sending out notifications- Returns:
- the list of CouponNotificationModel
-
findCouponNotificationByCouponCode
Finds coupon notifications by coupon code- Parameters:
couponCode- the coupon code- Returns:
- the list of CouponNotificationModel
-
findCouponNotificationsForCustomer
Finds coupon notifications for the customer- Parameters:
customer- the customer model- Returns:
- the list of CouponNotificationModel
-