Class ExerciseSessionService
java.lang.Object
com.serinity.exercicecontrol.service.ExerciseSessionService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidabandonSession(int sessionId, String feedback) voidcompleteSession(int sessionId, String feedback) getSessionById(int id) getUserExerciseHistory(int userId, int exerciseId) getUserHistory(int userId) intstartSession(int userId, int exerciseId)
-
Constructor Details
-
ExerciseSessionService
public ExerciseSessionService()
-
-
Method Details
-
startSession
- Throws:
SQLException
-
completeSession
- Throws:
SQLException
-
abandonSession
- Throws:
SQLException
-
getSessionById
- Throws:
SQLException
-
getUserHistory
- Throws:
SQLException
-
getUserExerciseHistory
- Throws:
SQLException
-