org.activemath.webapp.report
Class ReportAggregateExercises

java.lang.Object
  extended by org.activemath.webapp.report.Report
      extended by org.activemath.webapp.report.ReportAggregateExercises

public class ReportAggregateExercises
extends Report


Field Summary
protected static Logger log
           
 
Fields inherited from class org.activemath.webapp.report.Report
contentManager
 
Constructor Summary
ReportAggregateExercises(AppSession appSession)
           
 
Method Summary
 void generate()
           
 Set<AggregateExerciseData> getAggregateData()
           
 
Methods inherited from class org.activemath.webapp.report.Report
getBookId, getBookIds, getEndTime, getEventList, getEventsExcluded, getEventsIncluded, getExerciseRuns, getGroupId, getGroupIds, getItemId, getItemIds, getNumEvents, getNumExerciseRuns, getNumResults, getStartTime, getUserId, getUserIds, isSet, join2string, join2string, setBookId, setBookIds, setEndTime, setEventsExcluded, setEventsIncluded, setGroupId, setGroupIds, setItemId, setItemIds, setStartTime, setUserId, setUserIds, setUsersExcluded
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static Logger log
Constructor Detail

ReportAggregateExercises

public ReportAggregateExercises(AppSession appSession)
Method Detail

getAggregateData

public Set<AggregateExerciseData> getAggregateData()

generate

public void generate()
Specified by:
generate in class Report