Search in sources :

Example 1 with IdentityAuditLogExport

use of org.olat.modules.lecture.ui.export.IdentityAuditLogExport in project OpenOLAT by OpenOLAT.

the class ParticipantLecturesOverviewController method doExportLog.

private void doExportLog(UserRequest ureq) {
    List<LectureBlockAuditLog> auditLog = lectureService.getAuditLog(assessedIdentity);
    IdentityAuditLogExport export = new IdentityAuditLogExport(assessedIdentity, auditLog, authorizedAbsenceEnabled, getTranslator());
    ureq.getDispatchResult().setResultingMediaResource(export);
}
Also used : LectureBlockAuditLog(org.olat.modules.lecture.LectureBlockAuditLog) IdentityAuditLogExport(org.olat.modules.lecture.ui.export.IdentityAuditLogExport)

Example 2 with IdentityAuditLogExport

use of org.olat.modules.lecture.ui.export.IdentityAuditLogExport in project openolat by klemens.

the class ParticipantLecturesOverviewController method doExportLog.

private void doExportLog(UserRequest ureq) {
    List<LectureBlockAuditLog> auditLog = lectureService.getAuditLog(assessedIdentity);
    IdentityAuditLogExport export = new IdentityAuditLogExport(assessedIdentity, auditLog, authorizedAbsenceEnabled, getTranslator());
    ureq.getDispatchResult().setResultingMediaResource(export);
}
Also used : LectureBlockAuditLog(org.olat.modules.lecture.LectureBlockAuditLog) IdentityAuditLogExport(org.olat.modules.lecture.ui.export.IdentityAuditLogExport)

Aggregations

LectureBlockAuditLog (org.olat.modules.lecture.LectureBlockAuditLog)2 IdentityAuditLogExport (org.olat.modules.lecture.ui.export.IdentityAuditLogExport)2