Package com.ourlinc.helloworld.model

Examples of com.ourlinc.helloworld.model.Activity.edit()


    if (diff.size() > 0) {
      String diff0 = listToStr(diff);
      // EmailUtils eu = new EmailUtils(act);
      // eu.setDifferent(diff);
      // System.out.print(diff0);
      act.edit(title, dTime, place, content, note, dStartDate, dOverDate);
      act.flush();
      // 把修改的内容记到文件吧
      try {
        EmailConfig.updateProperties("editContent", diff0);
      } catch (Exception e) {
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.