Uses of Class
fr.utc.miage.sporttrack.dto.AthleteRegisterFormDTO
Packages that use AthleteRegisterFormDTO
-
Uses of AthleteRegisterFormDTO in fr.utc.miage.sporttrack.controller
Methods in fr.utc.miage.sporttrack.controller with parameters of type AthleteRegisterFormDTOModifier and TypeMethodDescriptionAuthController.registerUser(AthleteRegisterFormDTO athleteDto, String email, String username, String password, String confirmPassword, org.springframework.ui.Model model) Processes the registration form submission. -
Uses of AthleteRegisterFormDTO in fr.utc.miage.sporttrack.service.user
Methods in fr.utc.miage.sporttrack.service.user with parameters of type AthleteRegisterFormDTOModifier and TypeMethodDescriptionvoidAthleteService.createProfile(AthleteRegisterFormDTO dto) Creates a new athlete profile from a registration form DTO.