public class CommitteeNotificationServiceImpl extends Object implements CommonCommitteeNotificationService
| Constructor and Description |
|---|
CommitteeNotificationServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
generateNotification(String notificationType,
CommScheduleMinuteDocBase minuteDoc)
This method generates Minutes Generated notifications for a committee.
|
void |
generateNotification(String notificationType,
ScheduleAgendaBase 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, ScheduleAgendaBase agenda)
generateNotification in interface CommonCommitteeNotificationServiceExceptionpublic void generateNotification(String notificationType, CommScheduleMinuteDocBase minuteDoc)
generateNotification in interface CommonCommitteeNotificationServiceExceptionpublic void setKcNotificationService(KcNotificationService kcNotificationService)
kcNotificationService - Copyright © 2013 The Kuali Foundation. All Rights Reserved.