Package org.olat.course.assessment

Examples of org.olat.course.assessment.EfficiencyStatementsListController


    } else if (uobject.equals(MENU_BOOKMARKS)) {
      titleStr = translate("menu.bookmarks");
      return new ManageBookmarkController(ureq, getWindowControl(), true, ManageBookmarkController.SEARCH_TYPE_ALL);
    } else if (uobject.equals(MENU_EFFICIENCY_STATEMENTS)) {
      titleStr = translate("menu.efficiencyStatements");
      return new EfficiencyStatementsListController(getWindowControl(), ureq);
    } else if (uobject.equals(MENU_ADMINNOTIFICATIONS)) {
      titleStr = translate("menu.notifications");
      return NotificationUIFactory.createCombinedSubscriptionsAndNewsController(ureq.getIdentity(), ureq, getWindowControl());
    } else if (uobject.equals(MENU_NOTE)) {
      titleStr = translate("menu.note");
View Full Code Here

TOP

Related Classes of org.olat.course.assessment.EfficiencyStatementsListController

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.