Class DefaultSendSiteMessageStrategy
java.lang.Object
de.hybris.platform.notificationservices.strategies.impl.DefaultSendSiteMessageStrategy
- All Implemented Interfaces:
SendSiteMessageStrategy
Default implementation of
SendSiteMessageStrategy-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ModelServicevoidsendMessage(CustomerModel customer, SiteMessageModel message) Send message for specific customervoidsetModelService(ModelService modelService) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.notificationservices.strategies.SendSiteMessageStrategy
sendMessage, sendMessage
-
Constructor Details
-
DefaultSendSiteMessageStrategy
public DefaultSendSiteMessageStrategy()
-
-
Method Details
-
sendMessage
Description copied from interface:SendSiteMessageStrategySend message for specific customer- Specified by:
sendMessagein interfaceSendSiteMessageStrategy- Parameters:
customer- the receviermessage- the message to be sent
-
getModelService
-
setModelService
-