Uses of Record Class
web.sportflow.user.RegistrationDTO
Packages that use RegistrationDTO
-
Uses of RegistrationDTO in web.sportflow
Methods in web.sportflow with parameters of type RegistrationDTO -
Uses of RegistrationDTO in web.sportflow.user
Methods in web.sportflow.user with parameters of type RegistrationDTOModifier and TypeMethodDescriptionUserController.registerUser(RegistrationDTO registrationDTO, org.springframework.ui.Model model) UserService.registerUser(RegistrationDTO registrationDTO) UserService.registerUser(RegistrationDTO registrationDTO, boolean isAdmin) Master registration method.