|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.olat.course.statistic.ExportManager
public class ExportManager
Description:
The Manager exports the course log files and statistic file as zip archive.
Initial Date: 19.11.2009
| Field Summary | |
|---|---|
static java.lang.String |
COURSE_LOG_FILES
zip filename substring (archive log files) |
static java.lang.String |
COURSE_STATISTIC
zip filename substring (statistic) |
| Method Summary | |
|---|---|
void |
archiveCourseLogFiles(java.lang.Long oresID,
java.lang.String exportDir,
java.util.Date begin,
java.util.Date end,
boolean adminLog,
boolean userLog,
boolean statisticLog,
java.lang.String charset,
java.util.Locale locale,
java.lang.String email)
Archives the course log files |
static ExportManager |
getInstance()
|
java.io.File |
getLatestCourseStatisticFile(java.lang.String targetDir)
|
void |
setCourseLogExporter(ICourseLogExporter courseLogExporter)
injected via spring |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String COURSE_LOG_FILES
public static final java.lang.String COURSE_STATISTIC
| Method Detail |
|---|
public void setCourseLogExporter(ICourseLogExporter courseLogExporter)
public static final ExportManager getInstance()
public void archiveCourseLogFiles(java.lang.Long oresID,
java.lang.String exportDir,
java.util.Date begin,
java.util.Date end,
boolean adminLog,
boolean userLog,
boolean statisticLog,
java.lang.String charset,
java.util.Locale locale,
java.lang.String email)
oresID - exportDir - begin - end - adminLog - userLog - statisticLog - charset - locale - email - public java.io.File getLatestCourseStatisticFile(java.lang.String targetDir)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||