Class ScoringDAO
java.lang.Object
com.serinity.exercicecontrol.dao.ScoringDAO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcountCompleted(int userId) intcountStarted(int userId) getCompletedDaysDesc(int userId) intsumActiveSecondsLast7Days(int userId)
-
Constructor Details
-
ScoringDAO
public ScoringDAO()
-
-
Method Details
-
countStarted
- Throws:
SQLException
-
countCompleted
- Throws:
SQLException
-
sumActiveSecondsLast7Days
- Throws:
SQLException
-
getCompletedDaysDesc
- Throws:
SQLException
-