Uses of Interface
de.hybris.platform.notificationservices.strategies.SendSiteMessageStrategy
-
-
Uses of SendSiteMessageStrategy in de.hybris.platform.customercouponservices.sitemsg.process.impl
Methods in de.hybris.platform.customercouponservices.sitemsg.process.impl that return types with arguments of type SendSiteMessageStrategy Modifier and Type Method Description protected java.util.Map<SiteMessageType,SendSiteMessageStrategy>CouponNotificationSiteMessageProcessor. getSendSiteMessageStrategies()Method parameters in de.hybris.platform.customercouponservices.sitemsg.process.impl with type arguments of type SendSiteMessageStrategy Modifier and Type Method Description voidCouponNotificationSiteMessageProcessor. setSendSiteMessageStrategies(java.util.Map<SiteMessageType,SendSiteMessageStrategy> sendSiteMessageStrategies) -
Uses of SendSiteMessageStrategy in de.hybris.platform.notificationservices.strategies.impl
Classes in de.hybris.platform.notificationservices.strategies.impl that implement SendSiteMessageStrategy Modifier and Type Class Description classDefaultSendSiteMessageStrategyDefault implementation ofSendSiteMessageStrategy -
Uses of SendSiteMessageStrategy in de.hybris.platform.stocknotificationservices.sitemsg.processor.impl
Methods in de.hybris.platform.stocknotificationservices.sitemsg.processor.impl that return types with arguments of type SendSiteMessageStrategy Modifier and Type Method Description protected java.util.Map<SiteMessageType,SendSiteMessageStrategy>StockNotificationSiteMessageProcessor. getSendSiteMessageStrategies()Method parameters in de.hybris.platform.stocknotificationservices.sitemsg.processor.impl with type arguments of type SendSiteMessageStrategy Modifier and Type Method Description voidStockNotificationSiteMessageProcessor. setSendSiteMessageStrategies(java.util.Map<SiteMessageType,SendSiteMessageStrategy> sendSiteMessageStrategies)
-