Uses of Record Class
edu.ntnu.idatt2106_2023_06.backend.dto.users.UserUpdateDTO
Packages that use UserUpdateDTO
Package
Description
-
Uses of UserUpdateDTO in edu.ntnu.idatt2106_2023_06.backend.controller
Methods in edu.ntnu.idatt2106_2023_06.backend.controller with parameters of type UserUpdateDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<String>
UserController.update
(UserUpdateDTO userUpdateDTO, org.springframework.security.core.Authentication authentication) Updates the user's text information. -
Uses of UserUpdateDTO in edu.ntnu.idatt2106_2023_06.backend.service.users
Methods in edu.ntnu.idatt2106_2023_06.backend.service.users with parameters of type UserUpdateDTOModifier and TypeMethodDescriptionIUserService.updateUser
(UserUpdateDTO userUpdateDTO) UserService.updateUser
(UserUpdateDTO userUpdateDTO) This method updates a user's information.