Class RewardSuccessTemplateBuilder
- java.lang.Object
-
- org.exoplatform.commons.api.notification.channel.template.AbstractTemplateBuilder
-
- org.exoplatform.wallet.reward.notification.RewardSuccessTemplateBuilder
-
public class RewardSuccessTemplateBuilder extends org.exoplatform.commons.api.notification.channel.template.AbstractTemplateBuilder
-
-
Constructor Summary
Constructors Constructor Description RewardSuccessTemplateBuilder(org.exoplatform.container.PortalContainer container, org.exoplatform.commons.api.notification.model.ChannelKey channelKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
-
-
-
Method Detail
-
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
-
-