Uses of Class
org.kuali.rice.ken.bo.NotificationProducerBo
Packages that use NotificationProducerBo
Package
Description
-
Uses of NotificationProducerBo in org.kuali.rice.ken.bo
Methods in org.kuali.rice.ken.bo that return NotificationProducerBoModifier and TypeMethodDescriptionstatic NotificationProducerBoNotificationProducerBo.from(org.kuali.rice.ken.api.notification.NotificationProducer im) Converts a immutable object to its mutable counterpartNotificationBo.getProducer()Gets the producer attribute.Methods in org.kuali.rice.ken.bo that return types with arguments of type NotificationProducerBoModifier and TypeMethodDescriptionNotificationChannelBo.getProducers()Gets the producers attribute.Methods in org.kuali.rice.ken.bo with parameters of type NotificationProducerBoModifier and TypeMethodDescriptionvoidNotificationBo.setProducer(NotificationProducerBo producer) Sets the producer attribute value.static org.kuali.rice.ken.api.notification.NotificationProducerNotificationProducerBo.to(NotificationProducerBo bo) Converts a mutable bo to its immutable counterpartMethod parameters in org.kuali.rice.ken.bo with type arguments of type NotificationProducerBoModifier and TypeMethodDescriptionvoidNotificationChannelBo.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 NotificationProducerBoModifier and TypeMethodDescriptionbooleanNotificationAuthorizationService.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 NotificationProducerBoModifier and TypeMethodDescriptionbooleanNotificationAuthorizationServiceImpl.isProducerAuthorizedToSendNotificationForChannel(NotificationProducerBo producer, NotificationChannelBo channel) -
Uses of NotificationProducerBo in org.kuali.rice.ken.util
Fields in org.kuali.rice.ken.util declared as NotificationProducerBoModifier and TypeFieldDescriptionstatic final NotificationProducerBoNotificationConstants.NOTIFICATION_PRODUCERS.NOTIFICATION_SYSTEM_PRODUCER