Interface ReveDao
- All Known Implementing Classes:
ReveDaoJdbc
public interface ReveDao
-
Method Summary
Modifier and TypeMethodDescriptionvoiddoublefiltrerParType(String type) voidrechercher(String critere) voidsupprimer(int id) trouverParId(int id) trouverParSommeilId(int sommeilId)
-
Method Details
-
ajouter
- Throws:
SQLException
-
listerTous
- Throws:
SQLException
-
trouverParId
- Throws:
SQLException
-
trouverParSommeilId
- Throws:
SQLException
-
modifier
- Throws:
SQLException
-
supprimer
- Throws:
SQLException
-
rechercher
- Throws:
SQLException
-
filtrerParType
- Throws:
SQLException
-
statistiquesParType
- Throws:
SQLException
-
calculerIntensiteMoyenne
- Throws:
SQLException
-