Search in sources :

Example 1 with CatalogSiteMainController

use of org.olat.repository.ui.catalog.CatalogSiteMainController in project OpenOLAT by OpenOLAT.

the class CatalogSite method createController.

@Override
protected Controller createController(UserRequest ureq, WindowControl wControl, SiteConfiguration config) {
    // for existing controller which are part of the main olat -> use the controllerfactory
    OLATResourceable ores = OresHelper.createOLATResourceableInstance("Catalog", 0l);
    ThreadLocalUserActivityLogger.addLoggingResourceInfo(LoggingResourceable.wrapBusinessPath(ores));
    WindowControl bwControl = BusinessControlFactory.getInstance().createBusinessWindowControl(ureq, ores, new StateSite(this), wControl, true);
    return new CatalogSiteMainController(ureq, bwControl);
}
Also used : OLATResourceable(org.olat.core.id.OLATResourceable) StateSite(org.olat.core.id.context.StateSite) CatalogSiteMainController(org.olat.repository.ui.catalog.CatalogSiteMainController) WindowControl(org.olat.core.gui.control.WindowControl)

Example 2 with CatalogSiteMainController

use of org.olat.repository.ui.catalog.CatalogSiteMainController in project openolat by klemens.

the class CatalogSite method createController.

@Override
protected Controller createController(UserRequest ureq, WindowControl wControl, SiteConfiguration config) {
    // for existing controller which are part of the main olat -> use the controllerfactory
    OLATResourceable ores = OresHelper.createOLATResourceableInstance("Catalog", 0l);
    ThreadLocalUserActivityLogger.addLoggingResourceInfo(LoggingResourceable.wrapBusinessPath(ores));
    WindowControl bwControl = BusinessControlFactory.getInstance().createBusinessWindowControl(ureq, ores, new StateSite(this), wControl, true);
    return new CatalogSiteMainController(ureq, bwControl);
}
Also used : OLATResourceable(org.olat.core.id.OLATResourceable) StateSite(org.olat.core.id.context.StateSite) CatalogSiteMainController(org.olat.repository.ui.catalog.CatalogSiteMainController) WindowControl(org.olat.core.gui.control.WindowControl)

Aggregations

WindowControl (org.olat.core.gui.control.WindowControl)2 OLATResourceable (org.olat.core.id.OLATResourceable)2 StateSite (org.olat.core.id.context.StateSite)2 CatalogSiteMainController (org.olat.repository.ui.catalog.CatalogSiteMainController)2