com.hascode.confluence.plugin.socialcomments.service
Class RecipientExtractorServiceImpl

java.lang.Object
  extended by com.hascode.confluence.plugin.socialcomments.service.RecipientExtractorServiceImpl
All Implemented Interfaces:
RecipientExtractorService

public class RecipientExtractorServiceImpl
extends Object
implements RecipientExtractorService


Constructor Summary
RecipientExtractorServiceImpl(com.atlassian.confluence.user.UserAccessor userAccessor)
           
 
Method Summary
 Set<com.atlassian.user.User> extractUserFromComment(com.atlassian.confluence.pages.Comment comment)
          extracts possible recipients from a given comment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecipientExtractorServiceImpl

public RecipientExtractorServiceImpl(com.atlassian.confluence.user.UserAccessor userAccessor)
Method Detail

extractUserFromComment

public Set<com.atlassian.user.User> extractUserFromComment(com.atlassian.confluence.pages.Comment comment)
Description copied from interface: RecipientExtractorService
extracts possible recipients from a given comment

Specified by:
extractUserFromComment in interface RecipientExtractorService
Parameters:
comment - the comment
Returns:
the set of recipients


Copyright © 2011 hasCode.com. All Rights Reserved.