Uses of Class
fr.utc.miage.sporttrack.dto.ChallengeFormDTO
Packages that use ChallengeFormDTO
-
Uses of ChallengeFormDTO in fr.utc.miage.sporttrack.controller
Methods in fr.utc.miage.sporttrack.controller with parameters of type ChallengeFormDTOModifier and TypeMethodDescriptionChallengeController.createChallenge(ChallengeFormDTO challengeDto, Integer sportId, jakarta.servlet.http.HttpSession session, org.springframework.ui.Model model) Creates a new challenge from the submitted form data and initialises its ranking.