Uses of Record Class
callofproject.dev.authentication.dto.UserProfileUpdateDTO
Packages that use UserProfileUpdateDTO
Package
Description
-
Uses of UserProfileUpdateDTO in callofproject.dev.authentication.controller
Methods in callofproject.dev.authentication.controller with parameters of type UserProfileUpdateDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>
UserManagementController.updateUserProfile
(UserProfileUpdateDTO dto) Find user with given id -
Uses of UserProfileUpdateDTO in callofproject.dev.authentication.service
Methods in callofproject.dev.authentication.service with parameters of type UserProfileUpdateDTOModifier and TypeMethodDescriptioncallofproject.dev.data.common.clas.ResponseMessage<Object>
UserManagementService.upsertUserProfile
(UserProfileUpdateDTO dto) Update user profile with given dto class.