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