use of org.olat.instantMessaging.manager.ChatLogHelper in project OpenOLAT by OpenOLAT.
the class ChatToolController method downloadChatLog.
private void downloadChatLog(UserRequest ureq) {
ChatLogHelper helper = CoreSpringFactory.getImpl(ChatLogHelper.class);
MediaResource download = helper.logMediaResource(resource, getLocale());
ureq.getDispatchResult().setResultingMediaResource(download);
}
use of org.olat.instantMessaging.manager.ChatLogHelper in project openolat by klemens.
the class ChatToolController method downloadChatLog.
private void downloadChatLog(UserRequest ureq) {
ChatLogHelper helper = CoreSpringFactory.getImpl(ChatLogHelper.class);
MediaResource download = helper.logMediaResource(resource, getLocale());
ureq.getDispatchResult().setResultingMediaResource(download);
}
Aggregations