Uses of Interface
de.hybris.platform.notificationservices.service.NotificationService
-
-
Uses of NotificationService in de.hybris.platform.customercouponservices.cronjob
Constructors in de.hybris.platform.customercouponservices.cronjob with parameters of type NotificationService Constructor Description CouponNotificationTask(NotificationService notificationService, java.util.Map<java.lang.String,? extends ItemModel> data) -
Uses of NotificationService in de.hybris.platform.customercouponservices.sms.process.impl
Methods in de.hybris.platform.customercouponservices.sms.process.impl that return NotificationService Modifier and Type Method Description protected NotificationServiceDefaultCouponNotificationSmsProcessor. getNotificationService()Methods in de.hybris.platform.customercouponservices.sms.process.impl with parameters of type NotificationService Modifier and Type Method Description voidDefaultCouponNotificationSmsProcessor. setNotificationService(NotificationService notificationService) -
Uses of NotificationService in de.hybris.platform.notificationfacades.facades.impl
Methods in de.hybris.platform.notificationfacades.facades.impl that return NotificationService Modifier and Type Method Description NotificationServiceDefaultNotificationPreferenceFacade. getNotificationService()Methods in de.hybris.platform.notificationfacades.facades.impl with parameters of type NotificationService Modifier and Type Method Description voidDefaultNotificationPreferenceFacade. setNotificationService(NotificationService notificationService) -
Uses of NotificationService in de.hybris.platform.notificationservices.cronjob
Methods in de.hybris.platform.notificationservices.cronjob that return NotificationService Modifier and Type Method Description protected NotificationServiceAbstractNotificationJob. getNotificationService()Methods in de.hybris.platform.notificationservices.cronjob with parameters of type NotificationService Modifier and Type Method Description voidAbstractNotificationJob. setNotificationService(NotificationService notificationService) -
Uses of NotificationService in de.hybris.platform.notificationservices.service.impl
Classes in de.hybris.platform.notificationservices.service.impl that implement NotificationService Modifier and Type Class Description classDefaultNotificationServicedefault implementation of NotificationService -
Uses of NotificationService in de.hybris.platform.stocknotificationservices.cronjob
Constructors in de.hybris.platform.stocknotificationservices.cronjob with parameters of type NotificationService Constructor Description StockNotificationTask(NotificationService notificationService, ModelService modelService, java.util.Map<java.lang.String,ItemModel> data) -
Uses of NotificationService in de.hybris.platform.stocknotificationservices.sms.processor.impl
Methods in de.hybris.platform.stocknotificationservices.sms.processor.impl that return NotificationService Modifier and Type Method Description protected NotificationServiceDefaultStockNotificationSmsProcessor. getNotificationService()Methods in de.hybris.platform.stocknotificationservices.sms.processor.impl with parameters of type NotificationService Modifier and Type Method Description voidDefaultStockNotificationSmsProcessor. setNotificationService(NotificationService notificationService)
-