Uses of Class
me.nickhanson.codeforge.web.ChallengeForm
Packages that use ChallengeForm
-
Uses of ChallengeForm in me.nickhanson.codeforge.service
Methods in me.nickhanson.codeforge.service with parameters of type ChallengeFormModifier and TypeMethodDescriptionChallengeService.create(ChallengeForm form) Creates a new challenge from the provided form data.ChallengeService.update(Long id, ChallengeForm form) Updates an existing challenge with the provided form data.