| Package | Description |
|---|---|
| org.kuali.rice.ken.bo | |
| org.kuali.rice.ken.service | |
| org.kuali.rice.ken.service.impl |
| Modifier and Type | Method and Description |
|---|---|
static NotificationResponseBo |
NotificationResponseBo.from(NotificationResponse im)
Converts a immutable object to its mutable counterpart
|
| Modifier and Type | Method and Description |
|---|---|
static NotificationResponse |
NotificationResponseBo.to(NotificationResponseBo bo)
Converts a mutable bo to its immutable counterpart
|
| Modifier and Type | Method and Description |
|---|---|
NotificationResponseBo |
NotificationService.sendNotification(NotificationBo notification)
This method allows consumers to send notification messages.
|
NotificationResponseBo |
NotificationService.sendNotification(String notificationMessageAsXml)
This method allows consumers to send notification messages.
|
| Modifier and Type | Method and Description |
|---|---|
String |
NotificationMessageContentService.generateNotificationResponseMessage(NotificationResponseBo response)
Generates a Notification response message
|
| Modifier and Type | Method and Description |
|---|---|
NotificationResponseBo |
NotificationServiceImpl.sendNotification(NotificationBo notification) |
NotificationResponseBo |
NotificationServiceImpl.sendNotification(String notificationMessageAsXml)
This method is responsible for parsing out the notification message which is sent in as a String
of XML.
|
| Modifier and Type | Method and Description |
|---|---|
String |
NotificationMessageContentServiceImpl.generateNotificationResponseMessage(NotificationResponseBo response)
This method will marshall out the NotificationResponse object as a String of XML, using XStream.
|
Copyright © 2005–2017 The Kuali Foundation. All rights reserved.