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

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

public class SocialNotificationServiceImpl
extends Object
implements SocialNotificationService


Constructor Summary
SocialNotificationServiceImpl(com.atlassian.confluence.setup.settings.SettingsManager settingsManager, SocialCommentsConfigurationService configService, SocialNotificationTemplateCreator templateCreator)
           
 
Method Summary
 void notifyUser(com.atlassian.user.User user, com.atlassian.confluence.pages.Comment comment)
          notifies a given user that he is mentioned in a comment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialNotificationServiceImpl

public SocialNotificationServiceImpl(com.atlassian.confluence.setup.settings.SettingsManager settingsManager,
                                     SocialCommentsConfigurationService configService,
                                     SocialNotificationTemplateCreator templateCreator)
Method Detail

notifyUser

public void notifyUser(com.atlassian.user.User user,
                       com.atlassian.confluence.pages.Comment comment)
Description copied from interface: SocialNotificationService
notifies a given user that he is mentioned in a comment

Specified by:
notifyUser in interface SocialNotificationService
Parameters:
user - the user
comment - the comment


Copyright © 2011 hasCode.com. All Rights Reserved.