com.atlassian.confluence.plugins.popularcontent
Interface ContentStatsManager

All Known Implementing Classes:
ContentStatsManagerImpl

public interface ContentStatsManager


Method Summary
 List<ContentStat> getMostCommentedInLastDays(int daysAgo, int maxCount, TypeEnum type)
           
 List<ContentStat> getMostCommentedOfAllTime(int maxCount, TypeEnum type)
           
 

Method Detail

getMostCommentedOfAllTime

List<ContentStat> getMostCommentedOfAllTime(int maxCount,
                                            TypeEnum type)

getMostCommentedInLastDays

List<ContentStat> getMostCommentedInLastDays(int daysAgo,
                                             int maxCount,
                                             TypeEnum type)


Copyright © 2003-2012 Atlassian. All Rights Reserved.