Class RecommendationDAO
java.lang.Object
com.serinity.exercicecontrol.dao.RecommendationDAO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcountAborted(int userId, int exerciseId) intcountCompleted(int userId, int exerciseId) intcountStarted(int userId, int exerciseId) booleandoneToday(int userId, int exerciseId)
-
Constructor Details
-
RecommendationDAO
public RecommendationDAO()
-
-
Method Details
-
countStarted
- Throws:
SQLException
-
countCompleted
- Throws:
SQLException
-
countAborted
- Throws:
SQLException
-
doneToday
- Throws:
SQLException
-