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

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

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

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

Methods in org.kuali.rice.ken.api.service with parameters of type Notification
 NotificationResponse SendNotificationService.sendNotification(Notification notification)
          This method allows consumers to send notification messages.
 

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

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

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

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

Methods in org.kuali.rice.ken.service.impl with parameters of type Notification
 NotificationResponse SendNotificationServiceKewXmlImpl.sendNotification(Notification notification)
           
 



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