Package com.projity.pm.scheduling

Examples of com.projity.pm.scheduling.Schedule.restoreDetail()


  }
  public void undo() throws CannotUndoException {
    super.undo();
    for (Iterator i=backups.keySet().iterator();i.hasNext();){
      Schedule s=(Schedule)i.next();
      s.restoreDetail(source, backups.get(s), false);
    }
  }

}
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.