public class DayOfWeekStatisticDaoImpl extends BasicManager implements IStatisticManager
Initial Date: 12.02.2010
IStatisticManager.STATISTIC_TYPE
构造器和说明 |
---|
DayOfWeekStatisticDaoImpl() |
限定符和类型 | 方法和说明 |
---|---|
StatisticResult |
generateStatisticResult(java.util.Locale locale,
ICourse course,
long courseRepositoryEntryKey)
Generates the statistic table for the given Course (and matching repo entry key)
|
StatisticResult |
generateStatisticResult(java.util.Locale locale,
ICourse course,
long courseRepositoryEntryKey,
java.util.Date fromDate,
java.util.Date toDate)
Generates the statistic table for the given Course (and matching repo entry key)
|
IStatisticManager.STATISTIC_TYPE |
getStatisticType() |
public StatisticResult generateStatisticResult(java.util.Locale locale, ICourse course, long courseRepositoryEntryKey)
IStatisticManager
generateStatisticResult
在接口中 IStatisticManager
course
- the course for which to generate the StatisticResultcourseRepositoryEntryKey
- the key of the RepositoryEntry matching the course passed to this methodpublic StatisticResult generateStatisticResult(java.util.Locale locale, ICourse course, long courseRepositoryEntryKey, java.util.Date fromDate, java.util.Date toDate)
IStatisticManager
generateStatisticResult
在接口中 IStatisticManager
public IStatisticManager.STATISTIC_TYPE getStatisticType()
getStatisticType
在接口中 IStatisticManager