Package org.olat.user

Examples of org.olat.user.PersonalSettingsController


    if (uobject.equals(MENU_BC)) {
      titleStr = translate("menu.bc");
      return new FolderRunController(PersonalFolderManager.getInstance().getContainer(ureq.getIdentity()), true, true, ureq, getWindowControl());
    } else if (uobject.equals(MENU_MYSETTINGS)) {
      titleStr = translate("menu.mysettings");
      return new PersonalSettingsController(ureq, getWindowControl());
    } 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");
View Full Code Here

TOP

Related Classes of org.olat.user.PersonalSettingsController

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.