Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.forum.stats.report
Class TopForumsReport

java.lang.Object
  extended by com.jivesoftware.base.stats.AbstractReport
      extended by com.jivesoftware.forum.stats.AbstractForumReport
          extended by com.jivesoftware.forum.stats.report.TopForumsReport
All Implemented Interfaces:
Report

public class TopForumsReport
extends AbstractForumReport

Reports on the top forums over time. Top forums are determined in two ways -- by total posts and by total views.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.jivesoftware.base.stats.Report
Report.ExtraInfo
 
Field Summary
 
Fields inherited from class com.jivesoftware.base.stats.AbstractReport
dateRange, description, displayName, endDate, histograms, name, objects, properties, series, shortDescription, startDate
 
Constructor Summary
TopForumsReport()
           
 
Method Summary
 void execute()
           
 DataTable[] getDataTableCSVs()
           
 DataTable[] getDataTables()
           
 java.util.List[] getExtraInfo()
           
 int getNumForums()
           
 void setNumForums(int numForums)
           
 
Methods inherited from class com.jivesoftware.forum.stats.AbstractForumReport
calculateStartDate
 
Methods inherited from class com.jivesoftware.base.stats.AbstractReport
addHistogram, addSeries, getCharts, getDateRange, getDescription, getDisplayName, getEndDate, getHistograms, getImageCSV, getName, getObjects, getProperties, getSeries, getShortDescription, getStartDate, setDateRange, setDescription, setDisplayName, setEndDate, setName, setObjects, setShortDescription, setStartDate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopForumsReport

public TopForumsReport()
Method Detail

getNumForums

public int getNumForums()

setNumForums

public void setNumForums(int numForums)

execute

public void execute()
             throws java.lang.Exception
Specified by:
execute in interface Report
Specified by:
execute in class AbstractReport
Throws:
java.lang.Exception

getDataTables

public DataTable[] getDataTables()
Specified by:
getDataTables in interface Report
Overrides:
getDataTables in class AbstractReport

getDataTableCSVs

public DataTable[] getDataTableCSVs()
Specified by:
getDataTableCSVs in interface Report
Overrides:
getDataTableCSVs in class AbstractReport

getExtraInfo

public java.util.List[] getExtraInfo()
Specified by:
getExtraInfo in interface Report
Overrides:
getExtraInfo in class AbstractReport

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.