Uses of Record Class
callofproject.dev.authentication.dto.admin.UserUpdateDTOAdmin
Packages that use UserUpdateDTOAdmin
Package
Description
-
Uses of UserUpdateDTOAdmin in callofproject.dev.authentication.controller
Methods in callofproject.dev.authentication.controller with parameters of type UserUpdateDTOAdminModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>AdminController.updateUserByUsername(UserUpdateDTOAdmin userUpdateDTO) Update user with given information. -
Uses of UserUpdateDTOAdmin in callofproject.dev.authentication.service
Methods in callofproject.dev.authentication.service with parameters of type UserUpdateDTOAdminModifier and TypeMethodDescriptioncallofproject.dev.data.common.clas.ResponseMessage<UserShowingAdminDTO>AdminService.updateUser(UserUpdateDTOAdmin userUpdateDTO) Update user with given UserUpdateDTOAdmin classcallofproject.dev.data.common.clas.ResponseMessage<UserShowingAdminDTO>AdminService.updateUserCallbackAdmin(UserUpdateDTOAdmin userUpdateDTO) Updates user information based on the provided UserUpdateDTOAdmin data.