Class DefaultSendSiteMessageStrategy
- java.lang.Object
-
- de.hybris.platform.notificationservices.strategies.impl.DefaultSendSiteMessageStrategy
-
- All Implemented Interfaces:
SendSiteMessageStrategy
public class DefaultSendSiteMessageStrategy extends java.lang.Object implements SendSiteMessageStrategy
Default implementation ofSendSiteMessageStrategy
-
-
Constructor Summary
Constructors Constructor Description DefaultSendSiteMessageStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ModelServicegetModelService()voidsendMessage(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, wait
-
Methods inherited from interface de.hybris.platform.notificationservices.strategies.SendSiteMessageStrategy
sendMessage, sendMessage
-
-
-
-
Method Detail
-
sendMessage
public void sendMessage(CustomerModel customer, SiteMessageModel message)
Description copied from interface:SendSiteMessageStrategySend message for specific customer- Specified by:
sendMessagein interfaceSendSiteMessageStrategy- Parameters:
customer- the receviermessage- the message to be sent
-
getModelService
protected ModelService getModelService()
-
setModelService
public void setModelService(ModelService modelService)
-
-