Interface SommeilDao
- All Known Implementing Classes:
SommeilDaoJdbc
public interface SommeilDao
-
Method Summary
Modifier and TypeMethodDescriptionvoiddoublefiltrerParPeriode(LocalDate debut, LocalDate fin) filtrerParQualite(String qualite) voidrechercher(String critere) voidsupprimer(int id) trouverParId(int id)
-
Method Details
-
ajouter
- Throws:
SQLException
-
listerTous
- Throws:
SQLException
-
trouverParId
- Throws:
SQLException
-
modifier
- Throws:
SQLException
-
supprimer
- Throws:
SQLException
-
rechercher
- Throws:
SQLException
-
filtrerParQualite
- Throws:
SQLException
-
filtrerParPeriode
- Throws:
SQLException
-
calculerDureeMoyenne
- Throws:
SQLException
-
statistiquesParQualite
- Throws:
SQLException
-
getConnection
Connection getConnection()
-