Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.forum.stats.report
Class NNTPPageViewsReport

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

public class NNTPPageViewsReport
extends AbstractForumReport

Reports on the number of NNTP page views over time. "Page views" is actually a misnomer but is a concept that maps to the HTTP world. An NNTP read is when one message is read by one user.


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
NNTPPageViewsReport()
           
 
Method Summary
 void execute()
           
 Chart[] getCharts()
           
 java.util.List[] getExtraInfo()
           
 DataTable[] getImageCSV()
           
 long getStepSize()
           
 void setStepSize(long stepSize)
           
 
Methods inherited from class com.jivesoftware.forum.stats.AbstractForumReport
calculateStartDate
 
Methods inherited from class com.jivesoftware.base.stats.AbstractReport
addHistogram, addSeries, getDataTableCSVs, getDataTables, getDateRange, getDescription, getDisplayName, getEndDate, getHistograms, 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

NNTPPageViewsReport

public NNTPPageViewsReport()
Method Detail

getStepSize

public long getStepSize()

setStepSize

public void setStepSize(long stepSize)

execute

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

getImageCSV

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

getCharts

public Chart[] getCharts()
Specified by:
getCharts in interface Report
Overrides:
getCharts 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.