Uses of Class
de.hybris.platform.customercouponservices.model.CouponNotificationModel
Packages that use CouponNotificationModel
Package
Description
Contains generated models for each type of de.hybris.platform.customercouponservices.jalo package.
-
Uses of CouponNotificationModel in de.hybris.platform.customercouponfacades.converter.populators
Methods in de.hybris.platform.customercouponfacades.converter.populators with parameters of type CouponNotificationModelModifier and TypeMethodDescriptionvoidCustomerCouponNotificationPopulator.populate(CouponNotificationModel source, CustomerCouponNotificationData target) -
Uses of CouponNotificationModel in de.hybris.platform.customercouponfacades.impl
Methods in de.hybris.platform.customercouponfacades.impl that return types with arguments of type CouponNotificationModelModifier and TypeMethodDescriptionDefaultCustomerCouponFacade.getCustomerCouponNotificationConverter()Method parameters in de.hybris.platform.customercouponfacades.impl with type arguments of type CouponNotificationModelModifier and TypeMethodDescriptionvoidDefaultCustomerCouponFacade.setCustomerCouponNotificationConverter(Converter<CouponNotificationModel, CustomerCouponNotificationData> customerCouponNotificationConverter) -
Uses of CouponNotificationModel in de.hybris.platform.customercouponservices
Methods in de.hybris.platform.customercouponservices that return types with arguments of type CouponNotificationModelModifier and TypeMethodDescriptionCustomerCouponService.getCouponNotificationsForCustomer(CustomerModel customer) Gets coupon notifications for the customerCustomerCouponService.saveCouponNotification(String couponCode) Saves customer coupon notification -
Uses of CouponNotificationModel in de.hybris.platform.customercouponservices.cronjob
Methods in de.hybris.platform.customercouponservices.cronjob with parameters of type CouponNotificationModelModifier and TypeMethodDescriptionprotected SiteMessageModelAbstractCouponNotificationJob.createSiteMessage(CouponNotificationModel notification, NotificationType notificationType) protected voidAbstractCouponNotificationJob.sendCouponNotificaiton(CouponNotificationModel couponNotification, NotificationType notificationType, SiteMessageModel message) protected voidAbstractCouponNotificationJob.sendNotification(CouponNotificationModel notification, org.joda.time.DateTime effectiveDay, org.joda.time.DateTime expireDay, Map<CustomerCouponModel, SiteMessageModel> messages) -
Uses of CouponNotificationModel in de.hybris.platform.customercouponservices.daos
Methods in de.hybris.platform.customercouponservices.daos that return types with arguments of type CouponNotificationModelModifier and TypeMethodDescriptiondefault List<CouponNotificationModel>CouponNotificationDao.findAllCouponNotifications()Finds all customer coupons applicable for sending out notificationsCouponNotificationDao.findCouponNotificationByCouponCode(String couponCode) Finds coupon notifications by coupon codeCouponNotificationDao.findCouponNotificationsForCustomer(CustomerModel customer) Finds coupon notifications for the customer -
Uses of CouponNotificationModel in de.hybris.platform.customercouponservices.daos.impl
Methods in de.hybris.platform.customercouponservices.daos.impl that return types with arguments of type CouponNotificationModelModifier and TypeMethodDescriptionDefaultCouponNotificationDao.findCouponNotificationByCouponCode(String couponCode) DefaultCouponNotificationDao.findCouponNotificationsForCustomer(CustomerModel customer) -
Uses of CouponNotificationModel in de.hybris.platform.customercouponservices.impl
Methods in de.hybris.platform.customercouponservices.impl that return types with arguments of type CouponNotificationModelModifier and TypeMethodDescriptionDefaultCustomerCouponService.getCouponNotificationsForCustomer(CustomerModel customer) DefaultCustomerCouponService.saveCouponNotification(String couponCode) -
Uses of CouponNotificationModel in de.hybris.platform.customercouponservices.model
Methods in de.hybris.platform.customercouponservices.model that return CouponNotificationModelModifier and TypeMethodDescriptionCouponNotificationProcessModel.getCouponNotification()Generated method - Getter of thecouponNotificationProcess.couponNotificationattribute defined at extensioncustomercouponservices.Methods in de.hybris.platform.customercouponservices.model with parameters of type CouponNotificationModelModifier and TypeMethodDescriptionvoidCouponNotificationProcessModel.setCouponNotification(CouponNotificationModel value) Generated method - Setter ofcouponNotificationProcess.couponNotificationattribute defined at extensioncustomercouponservices.