public class DefaultCouponNotificationDao extends DefaultGenericDao<CouponNotificationModel> implements CouponNotificationDao
| Constructor and Description |
|---|
DefaultCouponNotificationDao() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CouponNotificationModel> |
findCouponNotificationByCouponCode(java.lang.String couponCode)
Finds coupon notification by coupon code
|
java.util.List<CouponNotificationModel> |
findCouponNotificationsForCustomer(CustomerModel customer)
Finds coupon notification for 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 - coupon codepublic java.util.List<CouponNotificationModel> findCouponNotificationsForCustomer(CustomerModel customer)
CouponNotificationDaofindCouponNotificationsForCustomer in interface CouponNotificationDaocustomer - the specific customerCopyright © 2018 SAP SE. All Rights Reserved.