Package org.olat.note

Examples of org.olat.note.NoteListController


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

TOP

Related Classes of org.olat.note.NoteListController

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.