public class NotificationRecipientServiceKimImpl extends Object implements NotificationRecipientService
| Constructor and Description | 
|---|
NotificationRecipientServiceKimImpl()  | 
| Modifier and Type | Method and Description | 
|---|---|
String[] | 
getGroupMembers(String groupRecipientId)
Uses the IdentityManagementService of KIM to get the members of a group. 
 | 
protected GroupService | 
getGroupService()  | 
String | 
getUserDisplayName(String userId)
This method retrieves the display name for a user. 
 | 
boolean | 
isGroupRecipientValid(String groupRecipientId)
This overridden method ... 
 | 
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 principalName)
This overridden method ... 
 | 
public NotificationRecipientServiceKimImpl()
protected GroupService getGroupService()
public String[] getGroupMembers(String groupRecipientId)
getGroupMembers in interface NotificationRecipientServicegroupRecipientId - the String name of the recipient groupNotificationRecipientService.getGroupMembers(java.lang.String)public String getUserDisplayName(String userId)
getUserDisplayName in interface NotificationRecipientServiceuserId - public boolean isRecipientValid(String recipientId, String recipientType)
NotificationRecipientServiceisRecipientValid in interface NotificationRecipientServiceNotificationRecipientService.isRecipientValid(java.lang.String, java.lang.String)public boolean isGroupRecipientValid(String groupRecipientId)
isGroupRecipientValid in interface NotificationRecipientServiceNotificationRecipientService.isGroupRecipientValid(java.lang.String)public boolean isUserRecipientValid(String principalName)
isUserRecipientValid in interface NotificationRecipientServiceNotificationRecipientService.isUserRecipientValid(java.lang.String)Copyright © 2005–2015 The Kuali Foundation. All rights reserved.