Package | Description |
---|---|
org.kuali.rice.ken.api.notification | |
org.kuali.rice.ken.api.service |
Copyright 2005-2015 The Kuali Foundation
Licensed under the Educational Community License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
org.kuali.rice.ken.bo | |
org.kuali.rice.ken.service.impl |
Modifier and Type | Method and Description |
---|---|
NotificationResponse |
NotificationResponse.Builder.build() |
Modifier and Type | Method and Description |
---|---|
NotificationResponse |
SendNotificationService.invoke(String message)
This method invokes a notification with the given message.
|
NotificationResponse |
SendNotificationService.sendNotification(Notification notification)
This method allows consumers to send notification messages.
|
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 |
---|---|
static NotificationResponseBo |
NotificationResponseBo.from(NotificationResponse im)
Converts a immutable object to its mutable counterpart
|
Modifier and Type | Method and Description |
---|---|
NotificationResponse |
SendNotificationServiceKewXmlImpl.invoke(String message)
Actually invokes the sendNotification() service method.
|
NotificationResponse |
SendNotificationServiceKewXmlImpl.sendNotification(Notification notification) |
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.