Examples of activateAdministrationMode()


Examples of org.olat.group.ui.run.BusinessGroupMainRunController.activateAdministrationMode()

        ChangeManager.changed(ChangeManager.ACTION_CREATE,this.currBusinessGroup);

        // after successfully creating a buddygroup 'launch' it
        BusinessGroupMainRunController groupRunCtr = BGControllerFactory.getInstance().createRunControllerAsTopNavTab(this.currBusinessGroup,
            ureq, getWindowControl(), false, null);
        if (groupRunCtr != null) groupRunCtr.activateAdministrationMode(ureq);
      } else if (event == Event.FAILED_EVENT) {
        this.cmc = new CloseableModalController(getWindowControl(), translate("close"), this.createBuddyGroupController.getInitialComponent(), true, translate("create.form.title"));
        this.cmc.activate();
        listenTo(this.cmc);
      } else if (event == Event.CANCELLED_EVENT) {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.