dao
Interface StatistikDao

All Known Implementing Classes:
StatistikDaoMysql

public interface StatistikDao

Interface f�r schreiben Statistik

Author:
Konstantin Karzanov 28.08.2008

Method Summary
 void insertStatistik(java.lang.String zeit, double phIst, double tempIst, int motoEinAus)
          Speichert Statistik_Daten
 

Method Detail

insertStatistik

void insertStatistik(java.lang.String zeit,
                     double phIst,
                     double tempIst,
                     int motoEinAus)
                     throws AquaDaoException
Speichert Statistik_Daten

Parameters:
zeit -
phIst -
tempIst -
motoEinAus -
Throws:
AquaDaoException