Uses of Class
org.kuali.rice.ken.api.notification.NotificationResponse

Packages that use NotificationResponse
org.kuali.rice.ken.api.notification   
org.kuali.rice.ken.api.service Copyright 2005-2012 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   
 

Uses of NotificationResponse in org.kuali.rice.ken.api.notification
 

Methods in org.kuali.rice.ken.api.notification that return NotificationResponse
 NotificationResponse NotificationResponse.Builder.build()
           
 

Uses of NotificationResponse in org.kuali.rice.ken.api.service
 

Methods in org.kuali.rice.ken.api.service that return NotificationResponse
 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.
 

Uses of NotificationResponse in org.kuali.rice.ken.bo
 

Methods in org.kuali.rice.ken.bo that return NotificationResponse
static NotificationResponse NotificationResponseBo.to(NotificationResponseBo bo)
          Converts a mutable bo to its immutable counterpart
 

Methods in org.kuali.rice.ken.bo with parameters of type NotificationResponse
static NotificationResponseBo NotificationResponseBo.from(NotificationResponse im)
          Converts a immutable object to its mutable counterpart
 

Uses of NotificationResponse in org.kuali.rice.ken.service.impl
 

Methods in org.kuali.rice.ken.service.impl that return NotificationResponse
 NotificationResponse SendNotificationServiceKewXmlImpl.invoke(String message)
          Actually invokes the sendNotification() service method.
 NotificationResponse SendNotificationServiceKewXmlImpl.sendNotification(Notification notification)
           
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.