com.silverpeas.mailinglist.service.notification
Interface NotificationFormatter

All Known Implementing Classes:
AbstractNotificationFormatter, AdvancedNotificationFormatter, SimpleNotificationFormatter

public interface NotificationFormatter


Method Summary
 String formatMessage(Message message, String lang, boolean moderate)
           
 String formatTitle(Message message, String mailingListName, String lang, boolean moderate)
           
 String prepareUrl(Message message, boolean moderate)
           
 

Method Detail

formatTitle

String formatTitle(Message message,
                   String mailingListName,
                   String lang,
                   boolean moderate)

formatMessage

String formatMessage(Message message,
                     String lang,
                     boolean moderate)

prepareUrl

String prepareUrl(Message message,
                  boolean moderate)


Copyright © 2016 Silverpeas. All Rights Reserved.