com.atlassian.confluence.mail.reports
Class CommentReport

java.lang.Object
  extended by com.atlassian.confluence.mail.reports.AbstractContentEntityReport
      extended by com.atlassian.confluence.mail.reports.CommentReport

public class CommentReport
extends AbstractContentEntityReport


Constructor Summary
CommentReport(Comment comment, ChangeDigestReport report)
           
 
Method Summary
 void addCommentAuthor(String author)
           
 Set getCommentAuthors()
           
 int getCount()
           
 AbstractPage getPage()
           
 long getPageId()
           
 void incrementCount()
           
 
Methods inherited from class com.atlassian.confluence.mail.reports.AbstractContentEntityReport
getCreationDate, getCreatorName, getLastModificationDate, getLastModifierName, isNewForPeriod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentReport

public CommentReport(Comment comment,
                     ChangeDigestReport report)
Method Detail

getPage

public AbstractPage getPage()

getPageId

public long getPageId()

incrementCount

public void incrementCount()

getCount

public int getCount()
Returns:
the total number of 'new' comments added to the page associated with this CommentReport

addCommentAuthor

public void addCommentAuthor(String author)

getCommentAuthors

public Set getCommentAuthors()


Copyright © 2003-2011 Atlassian. All Rights Reserved.