| Modifier and Type | Class and Description |
|---|---|
class |
AwardNotificationContext
This class extends the notification context base and provides some helpful functions for any Award specific events.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CoiNotificationContext
This class extends the notification context base and provides some helpful functions for
any IRB specific events.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CommitteeNotificationContext
This class extends the notification context base and provides some helpful functions for
any IRB specific events.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NotificationContextBase
Provides a base class for all notifications to extend.
|
| Modifier and Type | Method and Description |
|---|---|
KcNotification |
KcNotificationService.createNotificationObject(NotificationContext notificationContext)
Creates a KC Notification based on the Notification Context.
|
Set<org.kuali.rice.ken.api.notification.NotificationRecipient.Builder> |
KcNotificationService.getNotificationRecipients(NotificationContext context)
Return the notification recipients for this notification context.
|
NotificationType |
KcNotificationService.getNotificationType(NotificationContext context)
Returns the Notification Type based on a Notification Context.
|
void |
KcNotificationService.sendEmailNotification(NotificationContext notificationContext)
Send an unedited KC Notification Email, using the context to populate context-specific role qualifiers within the Role-based Recipients.
|
void |
KcNotificationService.sendNotification(NotificationContext notificationContext)
Send an unedited KC Notification, using the context to populate context-specific role qualifiers within the Role-based Recipients.
|
void |
KcNotificationService.sendNotification(NotificationContext notificationContext,
KcNotification notification,
List<NotificationTypeRecipient> notificationRecipients)
Send a previously saved or edited KC Notification, using the context to populate context-specific role qualifiers within the Role-based Recipients and
additionally sending the notification to other non-role users.
|
void |
KcNotificationService.sendNotificationAndPersist(NotificationContext context,
KcNotification notification,
KraPersistableBusinessObjectBase object)
Sends notification, completes notification object, and persists it.
|
void |
KcNotificationService.sendNotificationAndPersist(NotificationContext context,
KcNotification notification,
List<NotificationTypeRecipient> notificationTypeRecipients,
KraPersistableBusinessObjectBase object) |
| Modifier and Type | Method and Description |
|---|---|
KcNotification |
KcNotificationServiceImpl.createNotificationObject(NotificationContext context)
Creates a KC Notification based on the Notification Context.
|
Set<org.kuali.rice.ken.api.notification.NotificationRecipient.Builder> |
KcNotificationServiceImpl.getNotificationRecipients(NotificationContext context) |
NotificationType |
KcNotificationServiceImpl.getNotificationType(NotificationContext context)
Returns the Notification Type based on a Notification Context.
|
void |
KcNotificationServiceImpl.sendEmailNotification(NotificationContext context)
Send an unedited KC Notification Email, using the context to populate context-specific role qualifiers within the Role-based Recipients.
|
void |
KcNotificationServiceImpl.sendNotification(NotificationContext context)
Send an unedited KC Notification, using the context to populate context-specific role qualifiers within the Role-based Recipients.
|
void |
KcNotificationServiceImpl.sendNotification(NotificationContext context,
KcNotification notification,
List<NotificationTypeRecipient> notificationTypeRecipients)
Send a previously saved or edited KC Notification, using the context to populate context-specific role qualifiers within the Role-based Recipients and
additionally sending the notification to other non-role users.
|
void |
KcNotificationServiceImpl.sendNotificationAndPersist(NotificationContext context,
KcNotification notification,
KraPersistableBusinessObjectBase object) |
void |
KcNotificationServiceImpl.sendNotificationAndPersist(NotificationContext context,
KcNotification notification,
List<NotificationTypeRecipient> notificationTypeRecipients,
KraPersistableBusinessObjectBase object) |
| Modifier and Type | Class and Description |
|---|---|
class |
NotificationHelper<T extends NotificationContext>
Defines the base helper for sending ad-hoc notifications.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IacucProtocolNotificationContext
This class extends the notification context base and provides some helpful functions for
any Protocol- specific events.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InstitutionalProposalNotificationContext
This class extends the notification context base and provides some helpful functions for any Institutional Proposal specific events.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IRBNotificationContext
This class extends the notification context base and provides some helpful functions for
any IRB specific events.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NegotiationCloseNotificationContext
Notification Context for Negotiation Closed action.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProposalDevelopmentNotificationContext
This class extends the notification context base and provides some helpful functions for any Proposal Development specific events.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProtocolNotificationContextBase
This class extends the notification context base and provides some helpful functions for
any IRB specific events.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SubAwardNotificationContext
This class extends the notification context base and provides some helpful functions for any Award specific events.
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.