Class DigestorServiceImpl
java.lang.Object
org.exoplatform.commons.notification.impl.service.template.DigestorServiceImpl
- All Implemented Interfaces:
org.exoplatform.commons.api.notification.service.template.DigestorService
public class DigestorServiceImpl
extends Object
implements org.exoplatform.commons.api.notification.service.template.DigestorService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.exoplatform.commons.api.notification.model.MessageInfobuildMessage(org.exoplatform.commons.api.notification.NotificationContext jobContext, Map<org.exoplatform.commons.api.notification.model.PluginKey, List<org.exoplatform.commons.api.notification.model.NotificationInfo>> notificationData, org.exoplatform.commons.api.notification.model.UserSetting userSetting)
-
Constructor Details
-
DigestorServiceImpl
-
-
Method Details
-
buildMessage
public org.exoplatform.commons.api.notification.model.MessageInfo buildMessage(org.exoplatform.commons.api.notification.NotificationContext jobContext, Map<org.exoplatform.commons.api.notification.model.PluginKey, List<org.exoplatform.commons.api.notification.model.NotificationInfo>> notificationData, org.exoplatform.commons.api.notification.model.UserSetting userSetting) - Specified by:
buildMessagein interfaceorg.exoplatform.commons.api.notification.service.template.DigestorService
-