public class KENAPIServiceImpl extends Object implements KENAPIService
| Constructor and Description |
|---|
KENAPIServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getAllChannelNames() |
Collection<String> |
getDeliverersForRecipientAndChannel(String recipient,
String channel) |
String |
getRecipientPreference(String recipient,
String prefKey) |
void |
setNotificationChannelService(NotificationChannelService ncs)
Sets the NotificationChannelService
|
void |
setUserPreferenceService(UserPreferenceService ups)
Sets the UserPreferenceService
|
public KENAPIServiceImpl()
public void setNotificationChannelService(NotificationChannelService ncs)
ncs - the NotificationChannelServicepublic void setUserPreferenceService(UserPreferenceService ups)
ups - the UserPreferenceServicepublic Collection<String> getAllChannelNames()
getAllChannelNames in interface KENAPIServiceorg.kuali.rice.ken.service.KENAPIService#getAllChannels()public Collection<String> getDeliverersForRecipientAndChannel(String recipient, String channel)
getDeliverersForRecipientAndChannel in interface KENAPIServiceorg.kuali.rice.ken.service.KENAPIService#getDeliverersForRecipientAndChannel(java.lang.String, java.lang.String)public String getRecipientPreference(String recipient, String prefKey)
getRecipientPreference in interface KENAPIServiceorg.kuali.rice.ken.service.KENAPIService#getRecipientPreference(java.lang.String, java.lang.String)Copyright © 2005–2017 The Kuali Foundation. All rights reserved.