Package de.bps.course.nodes.den

Examples of de.bps.course.nodes.den.DENManager


  @Override
  public void cleanupOnDelete(ICourse course) {
    super.cleanupOnDelete(course);
    CoursePropertyManager cpm = PersistingCoursePropertyManager.getInstance(course);
    cpm.deleteNodeProperties(this, CONF_CANCEL_ENROLL_ENABLED);
    DENManager denManager = DENManager.getInstance();
    //empty List as first argument, so all dates for this course node are going to delete
    denManager.persistDENSettings(new ArrayList(), course, this);
  }
View Full Code Here

TOP

Related Classes of de.bps.course.nodes.den.DENManager

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.