|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NotificationRecipientService
The NotificationRecipientService class is responsible for housing user/group related services.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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 -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||