Class ServiceStatistics

java.lang.Object
com.serinity.forumcontrol.service.ServiceStatistics

public class ServiceStatistics extends Object
Service for gathering forum statistics (Admin only)
  • Constructor Details

    • ServiceStatistics

      public ServiceStatistics()
  • Method Details

    • getForumStatistics

      public ForumStatistics getForumStatistics()
      Get complete forum statistics
    • getTopActiveUsers

      public Map<String,Integer> getTopActiveUsers()
      Get top 10 most active users (by thread + reply count)
    • getTopThreadsByLikes

      public Map<String,Integer> getTopThreadsByLikes()
      Get most popular threads (by like count)
    • getThreadsPerDay

      public Map<String,Integer> getThreadsPerDay()
      Get threads created per day for the last 30 days