Package org.olat.repository.controllers

Examples of org.olat.repository.controllers.WizardCloseCourseController


  public boolean isLocked(OLATResourceable ores) {
    return CoordinatorManager.getCoordinator().getLocker().isLocked(ores, CourseFactory.COURSE_EDITOR_LOCK);
  }
 
  public WizardCloseResourceController getCloseResourceController(UserRequest ureq, WindowControl wControl, RepositoryEntry repositoryEntry) {
    return new WizardCloseCourseController(ureq, wControl, repositoryEntry);
  }
View Full Code Here

TOP

Related Classes of org.olat.repository.controllers.WizardCloseCourseController

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.