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);
}