com.hascode.confluence.plugin.socialcomments.service
Interface SocialNotificationTemplateCreator

All Known Implementing Classes:
SocialNotificationTemplateCreatorImpl

public interface SocialNotificationTemplateCreator


Method Summary
 String generateBody(com.atlassian.user.User user, com.atlassian.confluence.pages.Comment comment)
          creates the notification's body
 

Method Detail

generateBody

String generateBody(com.atlassian.user.User user,
                    com.atlassian.confluence.pages.Comment comment)
creates the notification's body

Parameters:
user - the user notified
comment - the original comment
Returns:
the created notification


Copyright © 2011 hasCode.com. All Rights Reserved.