Package org.olat.admin.search

Examples of org.olat.admin.search.SearchAdminController


    else if (uobject.equals("advancedproperties")) {
      return new AdvancedPropertiesController(ureq, getWindowControl());
    else if (uobject.equals("onlinetranslation")) {
      return I18nUIFactory.createTranslationToolLauncherController(ureq, getWindowControl());
    } else if (uobject.equals("search")) {
      return new SearchAdminController(ureq, getWindowControl());
    } else if (uobject.equals("notifications")) {
      return new NotificationsEmailAdminController(ureq, getWindowControl());
    } else if (uobject.equals("statistics")) {
      return new StatisticsAdminController(ureq, getWindowControl());
    } else if(uobject.equals("ajax")){
View Full Code Here

TOP

Related Classes of org.olat.admin.search.SearchAdminController

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.