Uses of Class
me.nickhanson.codeforge.entity.Submission
Packages that use Submission
-
Uses of Submission in me.nickhanson.codeforge.persistence
Methods in me.nickhanson.codeforge.persistence that return SubmissionMethods in me.nickhanson.codeforge.persistence that return types with arguments of type SubmissionModifier and TypeMethodDescriptionSubmissionDao.getAll()SubmissionDao.listByChallengeId(Long challengeId) Lists all submissions associated with a specific challenge ID.SubmissionDao.listByChallengeIdAndUser(Long challengeId, String userId) Lists submissions for a specific challenge and user.Methods in me.nickhanson.codeforge.persistence with parameters of type SubmissionModifier and TypeMethodDescriptionvoidSubmissionDao.delete(Submission submission) voidSubmissionDao.saveOrUpdate(Submission submission) -
Uses of Submission in me.nickhanson.codeforge.service
Methods in me.nickhanson.codeforge.service that return SubmissionModifier and TypeMethodDescriptionDrillService.recordOutcome(Long challengeId, Outcome outcome, String code, String userId) Records the outcome of a user's attempt at a challenge and updates the corresponding drill item.