public interface NotificationRecipientService
| Modifier and Type | Method and Description | 
|---|---|
| String[] | getGroupMembers(String groupRecipientId)This service method will retrieve all of the user recipients ids that belong to a group. | 
| String | getUserDisplayName(String userId)This method retrieves the display name for a user. | 
| boolean | isGroupRecipientValid(String groupRecipientId)This service method checks to make sure that the group recipient is a valid group in the system. | 
| boolean | isRecipientValid(String recipientId,
                                String recipientType)This method handles figuring out which recipient type that you are deling with and calls
 the appropriate validation method. | 
| boolean | isUserRecipientValid(String userRecipientId)This service method checks to make sure that the user recipient is a valid user in the system. | 
boolean isRecipientValid(String recipientId, String recipientType)
recipientId - recipientType - boolean isUserRecipientValid(String userRecipientId)
userRecipientId - boolean isGroupRecipientValid(String groupRecipientId)
groupRecipientId - String[] getGroupMembers(String groupRecipientId)
groupRecipientId - String getUserDisplayName(String userId)
userId - Copyright © 2005–2016 The Kuali Foundation. All rights reserved.