| java.lang.Object org.tigris.scarab.notification.ScarabOldNotificationManager
ScarabOldNotificationManager | public class ScarabOldNotificationManager implements NotificationManager(Code) | | This class provides the default implementation for the provided notification
manager. It just send the notifications by email in the moment they are added.
author: jorgeuriarte |
Field Summary | |
public static Logger | log |
Method Summary | |
public void | addActivityNotification(ActivityType event, ActivitySet activitySet, Issue issue, ScarabUser fromUser) Receives an activitySet from which to generate notification. | public void | addActivityNotification(ActivityType event, ActivitySet activitySet, Issue issue, Set toUsers, Set ccUsers, ScarabUser fromUser) Long version of the addActivityNotification method, allowing to pass the sets of
users involved as 'To' or 'CC'. | public Integer | getManagerId() | public void | sendPendingNotifications() Does nothing, because this implementation currently send the
notifications online in the moment they are generated calling
addActivityNotification methods. |
log | public static Logger log(Code) | | |
addActivityNotification | public void addActivityNotification(ActivityType event, ActivitySet activitySet, Issue issue, ScarabUser fromUser)(Code) | | Receives an activitySet from which to generate notification. Current
implementation does only online email sending, with no aggregation or
filtering.
|
addActivityNotification | public void addActivityNotification(ActivityType event, ActivitySet activitySet, Issue issue, Set toUsers, Set ccUsers, ScarabUser fromUser)(Code) | | Long version of the addActivityNotification method, allowing to pass the sets of
users involved as 'To' or 'CC'.
|
sendPendingNotifications | public void sendPendingNotifications()(Code) | | Does nothing, because this implementation currently send the
notifications online in the moment they are generated calling
addActivityNotification methods.
|
|
|