public interface KENAPIService
| Modifier and Type | Method and Description | 
|---|---|
| Collection<String> | getAllChannelNames()Returns names of all channels defined in KEN | 
| Collection<String> | getDeliverersForRecipientAndChannel(String recipient,
                                                                      String channel)Returns the names of all deliverers the recipient has configured for a given channel | 
| String | getRecipientPreference(String recipient,
                                            String prefKey)Returns the specified recipient preference for the user | 
Collection<String> getAllChannelNames()
Collection<String> getDeliverersForRecipientAndChannel(String recipient, String channel) throws RiceIllegalArgumentException
RiceIllegalArgumentException - if the recipient,  channel is null or blank.String getRecipientPreference(String recipient, String prefKey) throws RiceIllegalArgumentException
recipient - the recipientprefKey - the preference keyRiceIllegalArgumentException - if the recipient,  prefKey is null or blankCopyright © 2005–2015 The Kuali Foundation. All rights reserved.