Class PushTemplateProvider.LikeTemplateBuilder
java.lang.Object
org.exoplatform.commons.api.notification.channel.template.AbstractTemplateBuilder
org.exoplatform.push.channel.template.PushTemplateProvider.LikeTemplateBuilder
- Enclosing class:
PushTemplateProvider
public class PushTemplateProvider.LikeTemplateBuilder
extends org.exoplatform.commons.api.notification.channel.template.AbstractTemplateBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.exoplatform.commons.api.notification.model.NotificationInfogetNotificationToStore(org.exoplatform.commons.api.notification.model.NotificationInfo notification) protected booleanmakeDigest(org.exoplatform.commons.api.notification.NotificationContext ctx, Writer writer) protected org.exoplatform.commons.api.notification.model.MessageInfomakeMessage(org.exoplatform.commons.api.notification.NotificationContext ctx) Methods inherited from class org.exoplatform.commons.api.notification.channel.template.AbstractTemplateBuilder
buildDigest, buildMessage, getLanguage, getOrganizationService, getTemplateEngine, setTemplateEngine
-
Constructor Details
-
LikeTemplateBuilder
public LikeTemplateBuilder()
-
-
Method Details
-
getNotificationToStore
public org.exoplatform.commons.api.notification.model.NotificationInfo getNotificationToStore(org.exoplatform.commons.api.notification.model.NotificationInfo notification) - Overrides:
getNotificationToStorein classorg.exoplatform.commons.api.notification.channel.template.AbstractTemplateBuilder
-
makeMessage
protected org.exoplatform.commons.api.notification.model.MessageInfo makeMessage(org.exoplatform.commons.api.notification.NotificationContext ctx) - Specified by:
makeMessagein classorg.exoplatform.commons.api.notification.channel.template.AbstractTemplateBuilder
-
makeDigest
protected boolean makeDigest(org.exoplatform.commons.api.notification.NotificationContext ctx, Writer writer) - Specified by:
makeDigestin classorg.exoplatform.commons.api.notification.channel.template.AbstractTemplateBuilder
-