Uses of Class
org.kuali.rice.ken.bo.NotificationProducerBo

Packages that use NotificationProducerBo
org.kuali.rice.ken.bo   
org.kuali.rice.ken.service   
org.kuali.rice.ken.service.impl   
org.kuali.rice.ken.util   
 

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

Methods in org.kuali.rice.ken.bo that return NotificationProducerBo
static NotificationProducerBo NotificationProducerBo.from(NotificationProducer im)
          Converts a immutable object to its mutable counterpart
 NotificationProducerBo NotificationBo.getProducer()
          Gets the producer attribute.
 

Methods in org.kuali.rice.ken.bo that return types with arguments of type NotificationProducerBo
 List<NotificationProducerBo> NotificationChannelBo.getProducers()
          Gets the producers attribute.
 

Methods in org.kuali.rice.ken.bo with parameters of type NotificationProducerBo
 void NotificationBo.setProducer(NotificationProducerBo producer)
          Sets the producer attribute value.
static NotificationProducer NotificationProducerBo.to(NotificationProducerBo bo)
          Converts a mutable bo to its immutable counterpart
 

Method parameters in org.kuali.rice.ken.bo with type arguments of type NotificationProducerBo
 void NotificationChannelBo.setProducers(List<NotificationProducerBo> producers)
          Sets the producers attribute value.
 

Uses of NotificationProducerBo in org.kuali.rice.ken.service
 

Methods in org.kuali.rice.ken.service with parameters of type NotificationProducerBo
 boolean NotificationAuthorizationService.isProducerAuthorizedToSendNotificationForChannel(NotificationProducerBo producer, NotificationChannelBo channel)
          This service method validates that the specified producer has the permissions to send a notification on for a specific NotificationChannel.
 

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

Methods in org.kuali.rice.ken.service.impl with parameters of type NotificationProducerBo
 boolean NotificationAuthorizationServiceImpl.isProducerAuthorizedToSendNotificationForChannel(NotificationProducerBo producer, NotificationChannelBo channel)
           
 

Uses of NotificationProducerBo in org.kuali.rice.ken.util
 

Fields in org.kuali.rice.ken.util declared as NotificationProducerBo
static NotificationProducerBo NotificationConstants.NOTIFICATION_PRODUCERS.NOTIFICATION_SYSTEM_PRODUCER
           
 



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