com.silverpeas.questionReply.control.notification
Class Notifier

java.lang.Object
  extended by com.silverpeas.questionReply.control.notification.Notifier
Direct Known Subclasses:
QuestionNotifier, ReplyNotifier, SubscriptionNotifier

public abstract class Notifier
extends Object

Author:
ehugonnet

Constructor Summary
Notifier(com.stratelia.webactiv.beans.admin.UserDetail sender)
           
 
Method Summary
 String getSendername()
           
protected  com.silverpeas.util.template.SilverpeasTemplate loadTemplate()
           
abstract  void sendNotification(Collection<com.stratelia.silverpeas.notificationManager.UserRecipient> recipients)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Notifier

public Notifier(com.stratelia.webactiv.beans.admin.UserDetail sender)
Method Detail

getSendername

public String getSendername()

loadTemplate

protected com.silverpeas.util.template.SilverpeasTemplate loadTemplate()
Returns:
new SilverpeasTemplate

sendNotification

public abstract void sendNotification(Collection<com.stratelia.silverpeas.notificationManager.UserRecipient> recipients)
                               throws QuestionReplyException
Throws:
QuestionReplyException


Copyright © 2016 Silverpeas. All Rights Reserved.