| Modifier and Type | Class and Description |
|---|---|
class |
CoiNotification |
| Modifier and Type | Method and Description |
|---|---|
KcNotification |
SendNotificationEvent.getNotification() |
| Modifier and Type | Method and Description |
|---|---|
void |
SendNotificationEvent.setNotification(KcNotification notification) |
| Constructor and Description |
|---|
SendNotificationEvent(org.kuali.rice.krad.document.Document document,
KcNotification notification,
List<NotificationTypeRecipient> notificationTypeRecipients)
Constructs a SendNotificationEvent.
|
| Modifier and Type | Method and Description |
|---|---|
KcNotification |
KcNotificationService.copy(KcNotification oldNotification)
Make a copy of an existing notification
|
KcNotification |
KcNotificationService.createNotificationObject(NotificationContext notificationContext)
Creates a KC Notification based on the Notification Context.
|
| Modifier and Type | Method and Description |
|---|---|
List<KcNotification> |
KcNotificationService.getNotifications(String documentNumber,
String moduleCode,
Set<String> actionCodes)
Retrieves a list of KC Notifications based on a Document Number, a Module Code, and a set of Action Codes.
|
| Modifier and Type | Method and Description |
|---|---|
KcNotification |
KcNotificationService.copy(KcNotification oldNotification)
Make a copy of an existing notification
|
void |
KcNotificationService.saveNotification(KcNotification notification)
Saves a KC Notifications.
|
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.copy(KcNotification oldNotification) |
KcNotification |
KcNotificationServiceImpl.createNotificationObject(NotificationContext context)
Creates a KC Notification based on the Notification Context.
|
| Modifier and Type | Method and Description |
|---|---|
List<KcNotification> |
KcNotificationServiceImpl.getNotifications(String documentNumber,
String moduleCode,
Set<String> actionCodes)
Retrieves a list of KC Notifications based on a Document Number, a Module Code, and a set of Action Codes.
|
| Modifier and Type | Method and Description |
|---|---|
KcNotification |
KcNotificationServiceImpl.copy(KcNotification oldNotification) |
void |
KcNotificationServiceImpl.saveNotification(KcNotification notification)
Saves a KC Notifications.
|
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 | Method and Description |
|---|---|
KcNotification |
NotificationHelper.getNotification() |
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationHelper.sendNotificationAndPersist(KcNotification notification,
KraPersistableBusinessObjectBase object) |
void |
NotificationHelper.setNotification(KcNotification notification) |
| Modifier and Type | Class and Description |
|---|---|
class |
IacucProtocolNotification |
| Modifier and Type | Class and Description |
|---|---|
class |
IRBProtocolNotification |
| Modifier and Type | Class and Description |
|---|---|
class |
NegotiationNotification |
| Modifier and Type | Method and Description |
|---|---|
List<KcNotification> |
ProtocolActionBase.getFilteredProtocolNotifications() |
List<KcNotification> |
ProtocolActionBase.getProtocolNotifications() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolActionBase.addNotification(KcNotification notification) |
void |
ProtocolActionBase.addProtocolNotification(KcNotification notification) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolActionBase.setProtocolNotifications(List<KcNotification> notifications) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProtocolNotification
Defines a document-specific instance of a Notification Type.
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.