Uses of Class
fr.utc.miage.sporttrack.dto.AthleteProfileUpdateDTO
Packages that use AthleteProfileUpdateDTO
-
Uses of AthleteProfileUpdateDTO in fr.utc.miage.sporttrack.controller
Methods in fr.utc.miage.sporttrack.controller with parameters of type AthleteProfileUpdateDTOModifier and TypeMethodDescriptionUserController.updateProfile(AthleteProfileUpdateDTO updatedData, org.springframework.security.core.Authentication authentication) Processes the profile update form submission. -
Uses of AthleteProfileUpdateDTO in fr.utc.miage.sporttrack.service.user
Methods in fr.utc.miage.sporttrack.service.user with parameters of type AthleteProfileUpdateDTOModifier and TypeMethodDescriptionvoidAthleteService.updateProfile(String email, AthleteProfileUpdateDTO updatedData) Updates an athlete's profile with the data provided in the DTO.