com.atlassian.jira.plugins.share.util
Class NotificationRecipientUtil

java.lang.Object
  extended by com.atlassian.jira.plugins.share.util.NotificationRecipientUtil

@Component
public class NotificationRecipientUtil
extends Object


Constructor Summary
NotificationRecipientUtil(UserManager userManager)
           
 
Method Summary
 Set<NotificationRecipient> filterOutAuthorAndReceiver(ApplicationUser authorUser, List<NotificationRecipient> allRecipients, NotificationRecipient notificationReceiver)
           
 List<NotificationRecipient> getRecipients(ShareBean shareBean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationRecipientUtil

public NotificationRecipientUtil(UserManager userManager)
Method Detail

filterOutAuthorAndReceiver

public Set<NotificationRecipient> filterOutAuthorAndReceiver(ApplicationUser authorUser,
                                                             List<NotificationRecipient> allRecipients,
                                                             NotificationRecipient notificationReceiver)

getRecipients

public List<NotificationRecipient> getRecipients(ShareBean shareBean)


Copyright © 2002-2014 Atlassian. All Rights Reserved.