Class DefaultCouponNotificationDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<CouponNotificationModel>
de.hybris.platform.customercouponservices.daos.impl.DefaultCouponNotificationDao
- All Implemented Interfaces:
CouponNotificationDao,GenericDao<CouponNotificationModel>
public class DefaultCouponNotificationDao
extends DefaultGenericDao<CouponNotificationModel>
implements CouponNotificationDao
Default implementation of
CouponNotificationDao-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindCouponNotificationByCouponCode(String couponCode) Finds coupon notifications by coupon codeFinds coupon notifications for the customerMethods inherited from class de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchServiceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.customercouponservices.daos.CouponNotificationDao
findAllCouponNotifications
-
Constructor Details
-
DefaultCouponNotificationDao
public DefaultCouponNotificationDao()
-
-
Method Details
-
findCouponNotificationByCouponCode
Description copied from interface:CouponNotificationDaoFinds coupon notifications by coupon code- Specified by:
findCouponNotificationByCouponCodein interfaceCouponNotificationDao- Parameters:
couponCode- the coupon code- Returns:
- the list of CouponNotificationModel
-
findCouponNotificationsForCustomer
Description copied from interface:CouponNotificationDaoFinds coupon notifications for the customer- Specified by:
findCouponNotificationsForCustomerin interfaceCouponNotificationDao- Parameters:
customer- the customer model- Returns:
- the list of CouponNotificationModel
-