| java.lang.Object edu.iu.uis.eden.notification.DefaultNotificationService
DefaultNotificationService | public class DefaultNotificationService implements NotificationService(Code) | | The default implementation of the NotificationService.
author: ewestfal |
Field Summary | |
final protected org.apache.log4j.Logger | LOG |
LOG | final protected org.apache.log4j.Logger LOG(Code) | | |
isItemOriginatingFromSave | protected boolean isItemOriginatingFromSave(ActionItem actionItem)(Code) | | Returns true if the ActionItem doesn't represent a request generated from a "SAVE" action or, if it does,
returns true if the document type policy
|
notify | public void notify(List actionItems)(Code) | | Queues up immediate email processors for ActionItem notification. Prioritizes the list of
Action Items passed in and attempts to not send out multiple emails to the same user.
|
shouldNotifyOnSave | protected boolean shouldNotifyOnSave(ActionItem actionItem)(Code) | | |
|
|