public class DefaultCouponNotificationDao extends DefaultGenericDao<CouponNotificationModel> implements CouponNotificationDao
CouponNotificationDao| Constructor and Description |
|---|
DefaultCouponNotificationDao() |
| Modifier and Type | Method and Description |
|---|---|
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
|
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchServiceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindAllCouponNotificationspublic java.util.List<CouponNotificationModel> findCouponNotificationByCouponCode(java.lang.String couponCode)
CouponNotificationDaofindCouponNotificationByCouponCode in interface CouponNotificationDaocouponCode - the coupon codepublic java.util.List<CouponNotificationModel> findCouponNotificationsForCustomer(CustomerModel customer)
CouponNotificationDaofindCouponNotificationsForCustomer in interface CouponNotificationDaocustomer - the customer modelCopyright © 2018 SAP SE. All Rights Reserved.