Package org.olat.course.statistic

Examples of org.olat.course.statistic.StatisticMainController


        all.setContent(currentToolCtr.getInitialComponent());
      } else throw new OLATSecurityException("clicked rightmanagement, but no according right");

    } else if (cmd.equals("statistic")) {
      if (hasCourseRight(CourseRights.RIGHT_STATISTICS) || isCourseAdmin) {
        currentToolCtr = new StatisticMainController(ureq, getWindowControl(), course);
        listenTo(currentToolCtr);
        all.setContent(currentToolCtr.getInitialComponent());
      } else throw new OLATSecurityException("clicked statistic, but no according right");

    }else if (cmd.equals("archiver")) {
View Full Code Here

TOP

Related Classes of org.olat.course.statistic.StatisticMainController

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.