Uses of Class
de.hybris.platform.notificationservices.model.SiteMessageModel
Packages that use SiteMessageModel
Package
Description
Contains generated models for each type of de.hybris.platform.notificationservices.jalo package.
-
Uses of SiteMessageModel in de.hybris.platform.customercouponservices.cronjob
Methods in de.hybris.platform.customercouponservices.cronjob that return SiteMessageModelModifier and TypeMethodDescriptionprotected SiteMessageModelAbstractCouponNotificationJob.createSiteMessage(CouponNotificationModel notification, NotificationType notificationType) Methods in de.hybris.platform.customercouponservices.cronjob with parameters of type SiteMessageModelModifier and TypeMethodDescriptionprotected voidAbstractCouponNotificationJob.sendCouponNotificaiton(CouponNotificationModel couponNotification, NotificationType notificationType, SiteMessageModel message) Method parameters in de.hybris.platform.customercouponservices.cronjob with type arguments of type SiteMessageModelModifier and TypeMethodDescriptionprotected voidAbstractCouponNotificationJob.sendNotification(CouponNotificationModel notification, org.joda.time.DateTime effectiveDay, org.joda.time.DateTime expireDay, 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 SiteMessageModelModifier and TypeMethodDescriptionprotected 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 SiteMessageModelModifier and TypeMethodDescriptionprotected StringSiteMessagePopulator.getMessageLink(SiteMessageModel message) -
Uses of SiteMessageModel in de.hybris.platform.notificationservices.model
Methods in de.hybris.platform.notificationservices.model that return SiteMessageModelModifier and TypeMethodDescriptionSiteMessageForCustomerModel.getMessage()Generated method - Getter of theSiteMessageForCustomer.messageattribute defined at extensionnotificationservices.Methods in de.hybris.platform.notificationservices.model with parameters of type SiteMessageModelModifier and TypeMethodDescriptionvoidSiteMessageForCustomerModel.setMessage(SiteMessageModel value) Generated method - Initial setter ofSiteMessageForCustomer.messageattribute defined at extensionnotificationservices.Constructors in de.hybris.platform.notificationservices.model with parameters of type SiteMessageModelModifierConstructorDescriptionSiteMessageForCustomerModel(CustomerModel _customer, SiteMessageModel _message, ItemModel _owner, 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, 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 SiteMessageModelModifier and TypeMethodDescriptionSiteMessageService.createMessage(String subject, String body, SiteMessageType type, ItemModel externalItem, NotificationType notificationType) Creates a site message by given subject, link, body, message type, notification type and localeSiteMessageService.createMessage(String title, String content, SiteMessageType type, ItemModel externalItem, NotificationType notificationType, 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 SiteMessageModelModifier and TypeMethodDescriptionDefaultSiteMessageService.createMessage(String subject, String body, SiteMessageType type, ItemModel externalItem, NotificationType notificationType) DefaultSiteMessageService.createMessage(String title, String content, SiteMessageType type, ItemModel externalItem, NotificationType notificationType, 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 SiteMessageModelModifier and TypeMethodDescriptiondefault voidSendSiteMessageStrategy.sendMessage(CustomerModel customer, SiteMessageModel message) Send message for specific customerdefault voidSendSiteMessageStrategy.sendMessage(List<CustomerModel> customers, SiteMessageModel message) Send message for given customersMethod parameters in de.hybris.platform.notificationservices.strategies with type arguments of type SiteMessageModelModifier and TypeMethodDescriptiondefault voidSendSiteMessageStrategy.sendMessage(CustomerModel customer, 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 SiteMessageModelModifier and TypeMethodDescriptionvoidDefaultSendSiteMessageStrategy.sendMessage(CustomerModel customer, SiteMessageModel message) -
Uses of SiteMessageModel in de.hybris.platform.stocknotificationservices.cronjob
Methods in de.hybris.platform.stocknotificationservices.cronjob that return SiteMessageModelModifier and TypeMethodDescriptionprotected 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 SiteMessageModelModifier and TypeMethodDescriptionprotected voidStockNotificationSiteMessageProcessor.sendMessage(CustomerModel customer, SiteMessageModel message)