Uses of Class
de.hybris.platform.customercouponservices.model.CouponNotificationModel
-
Packages that use CouponNotificationModel Package Description de.hybris.platform.customercouponfacades.converter.populators de.hybris.platform.customercouponfacades.impl de.hybris.platform.customercouponservices de.hybris.platform.customercouponservices.cronjob de.hybris.platform.customercouponservices.daos de.hybris.platform.customercouponservices.daos.impl de.hybris.platform.customercouponservices.impl de.hybris.platform.customercouponservices.model 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 CouponNotificationModel Modifier and Type Method Description voidCustomerCouponNotificationPopulator. 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 CouponNotificationModel Modifier and Type Method Description protected Converter<CouponNotificationModel,CustomerCouponNotificationData>DefaultCustomerCouponFacade. getCustomerCouponNotificationConverter()Method parameters in de.hybris.platform.customercouponfacades.impl with type arguments of type CouponNotificationModel Modifier and Type Method Description voidDefaultCustomerCouponFacade. 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 CouponNotificationModel Modifier and Type Method Description java.util.List<CouponNotificationModel>CustomerCouponService. getCouponNotificationsForCustomer(CustomerModel customer)Gets coupon notifications for the customerjava.util.Optional<CouponNotificationModel>CustomerCouponService. saveCouponNotification(java.lang.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 CouponNotificationModel Modifier and Type Method Description protected 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, java.util.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 CouponNotificationModel Modifier and Type Method Description default java.util.List<CouponNotificationModel>CouponNotificationDao. findAllCouponNotifications()Finds all customer coupons applicable for sending out notificationsjava.util.List<CouponNotificationModel>CouponNotificationDao. findCouponNotificationByCouponCode(java.lang.String couponCode)Finds coupon notifications by coupon codejava.util.List<CouponNotificationModel>CouponNotificationDao. 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 CouponNotificationModel Modifier and Type Method Description java.util.List<CouponNotificationModel>DefaultCouponNotificationDao. findCouponNotificationByCouponCode(java.lang.String couponCode)java.util.List<CouponNotificationModel>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 CouponNotificationModel Modifier and Type Method Description java.util.List<CouponNotificationModel>DefaultCustomerCouponService. getCouponNotificationsForCustomer(CustomerModel customer)java.util.Optional<CouponNotificationModel>DefaultCustomerCouponService. saveCouponNotification(java.lang.String couponCode) -
Uses of CouponNotificationModel in de.hybris.platform.customercouponservices.model
Methods in de.hybris.platform.customercouponservices.model that return CouponNotificationModel Modifier and Type Method Description CouponNotificationModelCouponNotificationProcessModel. getCouponNotification()Generated method - Getter of thecouponNotificationProcess.couponNotificationattribute defined at extensioncustomercouponservices.Methods in de.hybris.platform.customercouponservices.model with parameters of type CouponNotificationModel Modifier and Type Method Description voidCouponNotificationProcessModel. setCouponNotification(CouponNotificationModel value)Generated method - Setter ofcouponNotificationProcess.couponNotificationattribute defined at extensioncustomercouponservices.
-