Package dao

Examples of dao.DaoGareUIC


      }
      train_num = ttd.num_TheoricalTrainData;
      train_nom = ttd.trainName;
      arrivee_theorique = ttd.arrivalTime;
      destination_uic = ttd.destinationUIC;
      destination_nom = new DaoGareUIC().findOne(destination_uic).name;
    }
  }
View Full Code Here


     
     
      // ------------ RECUPERATION DES INFOS GARES_UIC -----------------
     
      String filepath = configDirPath + "Gare_UIC.xml";
      DaoGareUIC daoGUIC= new DaoGareUIC();
      daoGUIC.saveAll(GareUICHelper.getGareUicDataFromSourceFile(filepath));
     
      // ------------ FIN DES INFOS GARES_UIC --------------------------
     
     
     
View Full Code Here

TOP

Related Classes of dao.DaoGareUIC

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.