Package org.kuali.rice.ken.service.impl
Class KENAPIServiceImpl
java.lang.Object
org.kuali.rice.ken.service.impl.KENAPIServiceImpl
- All Implemented Interfaces:
KENAPIService
KEN API service implementation
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetDeliverersForRecipientAndChannel(String recipient, String channel) getRecipientPreference(String recipient, String prefKey) voidSets the NotificationChannelServicevoidSets the UserPreferenceService
-
Constructor Details
-
KENAPIServiceImpl
public KENAPIServiceImpl()
-
-
Method Details
-
setNotificationChannelService
Sets the NotificationChannelService- Parameters:
ncs- the NotificationChannelService
-
setUserPreferenceService
Sets the UserPreferenceService- Parameters:
ups- the UserPreferenceService
-
getAllChannelNames
- Specified by:
getAllChannelNamesin interfaceKENAPIService- See Also:
-
getDeliverersForRecipientAndChannel
- Specified by:
getDeliverersForRecipientAndChannelin interfaceKENAPIService- See Also:
-
getRecipientPreference
- Specified by:
getRecipientPreferencein interfaceKENAPIService- See Also:
-