Package org.kuali.rice.ken.service.impl
Class NotificationChannelServiceImpl
java.lang.Object
org.kuali.rice.ken.service.impl.NotificationChannelServiceImpl
- All Implemented Interfaces:
NotificationChannelService
NotificationChannelService implementation - uses the businessObjectDao to get at data in the underlying database.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis method returns all of the registered notification channels in the system.This method retrieves a specific NotificationChannel instance by id.This method retrieves a specific NotificationChannel instance by name.This method retrieves all channels in the system that can be subscribed to.
-
Constructor Details
-
NotificationChannelServiceImpl
- Parameters:
dataObjectService- service persists data to datasource.
-
-
Method Details
-
getNotificationChannel
Description copied from interface:NotificationChannelServiceThis method retrieves a specific NotificationChannel instance by id. If none is found, it returns null.- Specified by:
getNotificationChannelin interfaceNotificationChannelService- Parameters:
id-- Returns:
- NotificationChannel
-
getNotificationChannelByName
Description copied from interface:NotificationChannelServiceThis method retrieves a specific NotificationChannel instance by name. If none is found, it returns null.- Specified by:
getNotificationChannelByNamein interfaceNotificationChannelService- Returns:
- NotificationChannel
-
getSubscribableChannels
Description copied from interface:NotificationChannelServiceThis method retrieves all channels in the system that can be subscribed to.- Specified by:
getSubscribableChannelsin interfaceNotificationChannelService- Returns:
- Collection
-
getAllNotificationChannels
Description copied from interface:NotificationChannelServiceThis method returns all of the registered notification channels in the system.- Specified by:
getAllNotificationChannelsin interfaceNotificationChannelService- Returns:
- Collection
-