Package org.olat.bookmark

Examples of org.olat.bookmark.ManageBookmarkController


    } else if (uobject.equals(MENU_CALENDAR)) {
      titleStr = translate("menu.calendar");
      return new HomeCalendarController(ureq, getWindowControl());
    } 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");
View Full Code Here

TOP

Related Classes of org.olat.bookmark.ManageBookmarkController

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.