Uses of Class
org.kuali.rice.ken.api.notification.NotificationChannel.Builder

Packages that use NotificationChannel.Builder
org.kuali.rice.ken.api.notification   
 

Uses of NotificationChannel.Builder in org.kuali.rice.ken.api.notification
 

Methods in org.kuali.rice.ken.api.notification that return NotificationChannel.Builder
static NotificationChannel.Builder NotificationChannel.Builder.create()
           
static NotificationChannel.Builder NotificationChannel.Builder.create(NotificationChannelContract contract)
           
 NotificationChannel.Builder NotificationListRecipient.Builder.getChannel()
           
 NotificationChannel.Builder UserChannelSubscription.Builder.getChannel()
           
 NotificationChannel.Builder Notification.Builder.getChannel()
           
 NotificationChannel.Builder NotificationChannelReviewer.Builder.getChannel()
           
 

Methods in org.kuali.rice.ken.api.notification with parameters of type NotificationChannel.Builder
 void NotificationListRecipient.Builder.setChannel(NotificationChannel.Builder channel)
           
 void UserChannelSubscription.Builder.setChannel(NotificationChannel.Builder channel)
           
 void Notification.Builder.setChannel(NotificationChannel.Builder channel)
           
 void NotificationChannelReviewer.Builder.setChannel(NotificationChannel.Builder channel)
           
 



Copyright © 2005–2014 The Kuali Foundation. All rights reserved.