Examples of PublishTreeModel


Examples of org.olat.course.tree.PublishTreeModel

 
  PublishProcess(ICourse course, CourseEditorTreeModel cetm, Locale locale) {
    //o_clusterOK yb guido: it save to hold a reference to the course inside the editor
    this.course = course;
    this.editorTreeModel = cetm;
    this.publishTreeModel = new PublishTreeModel(editorTreeModel, course.getRunStructure(), null);
    this.repositoryEntry = RepositoryManager.getInstance().lookupRepositoryEntry(course, false);
    translator = Util.createPackageTranslator(PublishProcess.class, locale);
  }
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.