Package org.olat.admin.instantMessaging

Examples of org.olat.admin.instantMessaging.InstantMessagingAdminController


    if (uobject.equals("jmx")) {
      return new JMXInfoController(ureq, getWindowControl());
    } else if (uobject.equals("sysinfo") || uobject.equals("admin")) {
      return new SysinfoController(ureq, getWindowControl());
    else if (uobject.equals("imadmin")) {
      return new InstantMessagingAdminController(ureq, getWindowControl());
    else if (uobject.equals("registration")) {
      return new SystemRegistrationAdminController(ureq, getWindowControl());
    else if (uobject.equals("quota")) {
      return new QuotaController(ureq, getWindowControl());
    else if (uobject.equals("advancedproperties")) {
View Full Code Here

TOP

Related Classes of org.olat.admin.instantMessaging.InstantMessagingAdminController

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.