public class CommitteeNotificationServiceImpl extends Object implements CommitteeNotificationService
| Constructor and Description |
|---|
CommitteeNotificationServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
generateNotification(String notificationType,
CommScheduleMinuteDoc minuteDoc)
This method generates Minutes Generated notifications for a committee.
|
void |
generateNotification(String notificationType,
ScheduleAgenda agenda)
This method generates Agenda Generated notifications for a committee.
|
String |
getCommitteeNotificationType() |
void |
setCommitteeNotificationType(String committeeNotificationType) |
void |
setKcNotificationService(KcNotificationService kcNotificationService)
Populated by Spring Beans.
|
public String getCommitteeNotificationType()
public void setCommitteeNotificationType(String committeeNotificationType)
public void generateNotification(String notificationType, ScheduleAgenda agenda)
generateNotification in interface CommitteeNotificationServiceExceptionpublic void generateNotification(String notificationType, CommScheduleMinuteDoc minuteDoc)
generateNotification in interface CommitteeNotificationServiceExceptionpublic void setKcNotificationService(KcNotificationService kcNotificationService)
kcNotificationService - Copyright © 2013 The Kuali Foundation. All Rights Reserved.