Package org.kuali.rice.ken.service.impl
Class KENAPIServiceImpl
java.lang.Object
org.kuali.rice.ken.service.impl.KENAPIServiceImpl
- All Implemented Interfaces:
org.kuali.rice.ken.api.service.KENAPIService
public class KENAPIServiceImpl
extends Object
implements org.kuali.rice.ken.api.service.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 interfaceorg.kuali.rice.ken.api.service.KENAPIService- See Also:
-
getDeliverersForRecipientAndChannel
- Specified by:
getDeliverersForRecipientAndChannelin interfaceorg.kuali.rice.ken.api.service.KENAPIService- See Also:
-
getRecipientPreference
- Specified by:
getRecipientPreferencein interfaceorg.kuali.rice.ken.api.service.KENAPIService- See Also:
-