Uses of Class
de.hybris.platform.notificationservices.model.SiteMessageModel
-
Packages that use SiteMessageModel Package Description de.hybris.platform.customercouponservices.cronjob de.hybris.platform.customercouponservices.sitemsg.process.impl de.hybris.platform.notificationfacades.populators de.hybris.platform.notificationservices.model Contains generated models for each type of de.hybris.platform.notificationservices.jalo package.de.hybris.platform.notificationservices.service de.hybris.platform.notificationservices.service.impl de.hybris.platform.notificationservices.strategies de.hybris.platform.notificationservices.strategies.impl de.hybris.platform.stocknotificationservices.cronjob de.hybris.platform.stocknotificationservices.sitemsg.processor.impl -
-
Uses of SiteMessageModel in de.hybris.platform.customercouponservices.cronjob
Methods in de.hybris.platform.customercouponservices.cronjob that return SiteMessageModel Modifier and Type Method Description protected SiteMessageModelAbstractCouponNotificationJob. createSiteMessage(CouponNotificationModel notification, NotificationType notificationType)Methods in de.hybris.platform.customercouponservices.cronjob with parameters of type SiteMessageModel Modifier and Type Method Description protected voidAbstractCouponNotificationJob. sendCouponNotificaiton(CouponNotificationModel couponNotification, NotificationType notificationType, SiteMessageModel message)Method parameters in de.hybris.platform.customercouponservices.cronjob with type arguments of type SiteMessageModel Modifier and Type Method Description protected voidAbstractCouponNotificationJob. sendNotification(CouponNotificationModel notification, org.joda.time.DateTime effectiveDay, org.joda.time.DateTime expireDay, java.util.Map<CustomerCouponModel,SiteMessageModel> messages) -
Uses of SiteMessageModel in de.hybris.platform.customercouponservices.sitemsg.process.impl
Methods in de.hybris.platform.customercouponservices.sitemsg.process.impl with parameters of type SiteMessageModel Modifier and Type Method Description protected voidCouponNotificationSiteMessageProcessor. sendMessage(CustomerModel customer, SiteMessageModel message) -
Uses of SiteMessageModel in de.hybris.platform.notificationfacades.populators
Methods in de.hybris.platform.notificationfacades.populators with parameters of type SiteMessageModel Modifier and Type Method Description protected java.lang.StringSiteMessagePopulator. getMessageLink(SiteMessageModel message) -
Uses of SiteMessageModel in de.hybris.platform.notificationservices.model
Methods in de.hybris.platform.notificationservices.model that return SiteMessageModel Modifier and Type Method Description SiteMessageModelSiteMessageForCustomerModel. getMessage()Generated method - Getter of theSiteMessageForCustomer.messageattribute defined at extensionnotificationservices.Methods in de.hybris.platform.notificationservices.model with parameters of type SiteMessageModel Modifier and Type Method Description voidSiteMessageForCustomerModel. setMessage(SiteMessageModel value)Generated method - Initial setter ofSiteMessageForCustomer.messageattribute defined at extensionnotificationservices.Constructors in de.hybris.platform.notificationservices.model with parameters of type SiteMessageModel Constructor Description SiteMessageForCustomerModel(CustomerModel _customer, SiteMessageModel _message, ItemModel _owner, java.util.Date _sentDate)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersSiteMessageForCustomerModel(CustomerModel _customer, SiteMessageModel _message, java.util.Date _sentDate)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of SiteMessageModel in de.hybris.platform.notificationservices.service
Methods in de.hybris.platform.notificationservices.service that return SiteMessageModel Modifier and Type Method Description SiteMessageModelSiteMessageService. createMessage(java.lang.String subject, java.lang.String body, SiteMessageType type, ItemModel externalItem, NotificationType notificationType)Creates a site message by given subject, link, body, message type, notification type and localeSiteMessageModelSiteMessageService. createMessage(java.lang.String title, java.lang.String content, SiteMessageType type, ItemModel externalItem, NotificationType notificationType, java.util.Locale locale)Deprecated, for removal: This API element is subject to removal in a future version.since 1905, replace with createMessage(String title, String content, SiteMessageType type, ItemModel externalItem, NotificationType notificationType) -
Uses of SiteMessageModel in de.hybris.platform.notificationservices.service.impl
Methods in de.hybris.platform.notificationservices.service.impl that return SiteMessageModel Modifier and Type Method Description SiteMessageModelDefaultSiteMessageService. createMessage(java.lang.String subject, java.lang.String body, SiteMessageType type, ItemModel externalItem, NotificationType notificationType)SiteMessageModelDefaultSiteMessageService. createMessage(java.lang.String title, java.lang.String content, SiteMessageType type, ItemModel externalItem, NotificationType notificationType, java.util.Locale locale)Deprecated, for removal: This API element is subject to removal in a future version.since 1905, replace with the next createMessage. -
Uses of SiteMessageModel in de.hybris.platform.notificationservices.strategies
Methods in de.hybris.platform.notificationservices.strategies with parameters of type SiteMessageModel Modifier and Type Method Description default voidSendSiteMessageStrategy. sendMessage(CustomerModel customer, SiteMessageModel message)Send message for specific customerdefault voidSendSiteMessageStrategy. sendMessage(java.util.List<CustomerModel> customers, SiteMessageModel message)Send message for given customersMethod parameters in de.hybris.platform.notificationservices.strategies with type arguments of type SiteMessageModel Modifier and Type Method Description default voidSendSiteMessageStrategy. sendMessage(CustomerModel customer, java.util.List<SiteMessageModel> messages)Send messages for specific customer -
Uses of SiteMessageModel in de.hybris.platform.notificationservices.strategies.impl
Methods in de.hybris.platform.notificationservices.strategies.impl with parameters of type SiteMessageModel Modifier and Type Method Description voidDefaultSendSiteMessageStrategy. sendMessage(CustomerModel customer, SiteMessageModel message) -
Uses of SiteMessageModel in de.hybris.platform.stocknotificationservices.cronjob
Methods in de.hybris.platform.stocknotificationservices.cronjob that return SiteMessageModel Modifier and Type Method Description protected SiteMessageModelAbstractStockLevelStatusJob. createSiteMessage(ProductInterestModel interest) -
Uses of SiteMessageModel in de.hybris.platform.stocknotificationservices.sitemsg.processor.impl
Methods in de.hybris.platform.stocknotificationservices.sitemsg.processor.impl with parameters of type SiteMessageModel Modifier and Type Method Description protected voidStockNotificationSiteMessageProcessor. sendMessage(CustomerModel customer, SiteMessageModel message)
-