Package com.narirelays.ems.applogic

Examples of com.narirelays.ems.applogic.MaintainDetector4Sophic


import com.narirelays.ems.services.MaintainMeasurePoints4SophicService;

public class TestMainLog {

  public static void main(String[] argv){
    MaintainDetector4Sophic maintainDetector4Sophic = (MaintainDetector4Sophic)StorageService.ctx.getBean("maintainDetector4Sophic");
    List<LazyDynaBean> records = maintainDetector4Sophic.queryUpdatedSophicRecords();
   
    List<MaintainLog> logs = maintainDetector4Sophic.queryMaintainLogs();
    List<String> classes = maintainDetector4Sophic.queryUpdatedClass(records, logs);
    System.out.println(classes);
//    maintainDetector4Sophic.modifyUpdateLog(classes, records);
   
//    MaintainMeasurePoints4SophicService maintainMeasurePoints4SophicService = (MaintainMeasurePoints4SophicService)StorageService.ctx.getBean("MaintainMeasurePoints4SophicService");
//    maintainMeasurePoints4SophicService.maintainMeasurePointsAndSaveLog();
View Full Code Here

TOP

Related Classes of com.narirelays.ems.applogic.MaintainDetector4Sophic

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.