use of org.olat.modules.qpool.ui.QuestionPoolSiteMainController in project OpenOLAT by OpenOLAT.
the class QuestionPoolSite method createController.
@Override
protected MainLayoutController createController(UserRequest ureq, WindowControl wControl, SiteConfiguration config) {
OLATResourceable ores = OresHelper.createOLATResourceableInstance("QPool", 0l);
ThreadLocalUserActivityLogger.addLoggingResourceInfo(LoggingResourceable.wrapBusinessPath(ores));
WindowControl bwControl = BusinessControlFactory.getInstance().createBusinessWindowControl(ureq, ores, new StateSite(this), wControl, true);
MainLayoutController c = new QuestionPoolSiteMainController(ureq, bwControl);
return c;
}
use of org.olat.modules.qpool.ui.QuestionPoolSiteMainController in project openolat by klemens.
the class QuestionPoolSite method createController.
@Override
protected MainLayoutController createController(UserRequest ureq, WindowControl wControl, SiteConfiguration config) {
OLATResourceable ores = OresHelper.createOLATResourceableInstance("QPool", 0l);
ThreadLocalUserActivityLogger.addLoggingResourceInfo(LoggingResourceable.wrapBusinessPath(ores));
WindowControl bwControl = BusinessControlFactory.getInstance().createBusinessWindowControl(ureq, ores, new StateSite(this), wControl, true);
MainLayoutController c = new QuestionPoolSiteMainController(ureq, bwControl);
return c;
}
Aggregations