Uses of Class
org.kuali.rice.ken.bo.NotificationChannelBo
Packages that use NotificationChannelBo
Package
Description
-
Uses of NotificationChannelBo in org.kuali.rice.ken.bo
Methods in org.kuali.rice.ken.bo that return NotificationChannelBoModifier and TypeMethodDescriptionstatic NotificationChannelBoNotificationChannelBo.from(org.kuali.rice.ken.api.notification.NotificationChannel im) Converts a immutable object to its mutable counterpartNotificationBo.getChannel()Gets the channel attribute.NotificationChannelReviewerBo.getChannel()Returns the channel with which this reviewer is associatedNotificationRecipientListBo.getChannel()Gets the channel attribute.UserChannelSubscriptionBo.getChannel()Gets the channel attribute.Methods in org.kuali.rice.ken.bo that return types with arguments of type NotificationChannelBoModifier and TypeMethodDescriptionNotificationProducerBo.getChannels()Gets the channels attribute.Methods in org.kuali.rice.ken.bo with parameters of type NotificationChannelBoModifier and TypeMethodDescriptionvoidNotificationBo.setChannel(NotificationChannelBo channel) Sets the channel attribute value.voidNotificationChannelReviewerBo.setChannel(NotificationChannelBo channel) Sets the channel with which this reviewer is associatedvoidNotificationRecipientListBo.setChannel(NotificationChannelBo channel) Sets the channel attribute value.voidUserChannelSubscriptionBo.setChannel(NotificationChannelBo channel) Sets the channel attribute value.static org.kuali.rice.ken.api.notification.NotificationChannelNotificationChannelBo.to(NotificationChannelBo bo) Converts a mutable bo to its immutable counterpartMethod parameters in org.kuali.rice.ken.bo with type arguments of type NotificationChannelBoModifier and TypeMethodDescriptionvoidNotificationProducerBo.setChannels(List<NotificationChannelBo> channels) Sets the channels attribute value. -
Uses of NotificationChannelBo in org.kuali.rice.ken.service
Methods in org.kuali.rice.ken.service that return NotificationChannelBoModifier and TypeMethodDescriptionNotificationChannelService.getNotificationChannel(String id) This method retrieves a specific NotificationChannel instance by id.NotificationChannelService.getNotificationChannelByName(String name) This method retrieves a specific NotificationChannel instance by name.Methods in org.kuali.rice.ken.service that return types with arguments of type NotificationChannelBoModifier and TypeMethodDescriptionNotificationChannelService.getAllNotificationChannels()This method returns all of the registered notification channels in the system.NotificationChannelService.getSubscribableChannels()This method retrieves all channels in the system that can be subscribed to.Methods in org.kuali.rice.ken.service with parameters of type NotificationChannelBoModifier 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 NotificationChannelBo in org.kuali.rice.ken.service.impl
Methods in org.kuali.rice.ken.service.impl that return NotificationChannelBoModifier and TypeMethodDescriptionNotificationChannelServiceImpl.getNotificationChannel(String id) NotificationChannelServiceImpl.getNotificationChannelByName(String name) Methods in org.kuali.rice.ken.service.impl with parameters of type NotificationChannelBoModifier and TypeMethodDescriptionbooleanNotificationAuthorizationServiceImpl.isProducerAuthorizedToSendNotificationForChannel(NotificationProducerBo producer, NotificationChannelBo channel)