Uses of Interface
de.hybris.platform.customercouponservices.daos.CouponNotificationDao
-
-
Uses of CouponNotificationDao in de.hybris.platform.customercouponservices.cronjob
Methods in de.hybris.platform.customercouponservices.cronjob that return CouponNotificationDao Modifier and Type Method Description protected CouponNotificationDaoAbstractCouponNotificationJob. getCouponNotificationDao()Methods in de.hybris.platform.customercouponservices.cronjob with parameters of type CouponNotificationDao Modifier and Type Method Description voidAbstractCouponNotificationJob. setCouponNotificationDao(CouponNotificationDao couponNotificationDao) -
Uses of CouponNotificationDao in de.hybris.platform.customercouponservices.daos.impl
Classes in de.hybris.platform.customercouponservices.daos.impl that implement CouponNotificationDao Modifier and Type Class Description classDefaultCouponNotificationDaoDefault implementation ofCouponNotificationDao -
Uses of CouponNotificationDao in de.hybris.platform.customercouponservices.impl
Methods in de.hybris.platform.customercouponservices.impl that return CouponNotificationDao Modifier and Type Method Description protected CouponNotificationDaoDefaultCustomerCouponService. getCouponNotificationDao()Methods in de.hybris.platform.customercouponservices.impl with parameters of type CouponNotificationDao Modifier and Type Method Description voidDefaultCustomerCouponService. setCouponNotificationDao(CouponNotificationDao couponNotificationDao)
-