Interface NotificationService
- All Known Implementing Classes:
DefaultNotificationService
public interface NotificationService
A service which sends notifications regarding the generation of ActionItems.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidnotify(List<ActionItem> actionItems) Send out notifications in regards to the given ActionItems being generated.voidremoveNotification(List<ActionItem> actionItems) Remove notifications for action items that are being deleted
-
Method Details
-
notify
Send out notifications in regards to the given ActionItems being generated. -
removeNotification
Remove notifications for action items that are being deleted- Parameters:
actionItems- actionItems that are being deleted
-