Uses of Record Class
com.app.controller.dto.user.UpdateUserDto
Packages that use UpdateUserDto
-
Uses of UpdateUserDto in com.app.controller
Methods in com.app.controller with parameters of type UpdateUserDtoModifier and TypeMethodDescriptionUserController.updateUser
(UpdateUserDto updateUserDto) Updates a user with new data. -
Uses of UpdateUserDto in com.app.service
Methods in com.app.service with parameters of type UpdateUserDtoModifier and TypeMethodDescriptionUserService.updateUser
(UpdateUserDto updateUserDto) Updates user details such as role and holiday hours. -
Uses of UpdateUserDto in com.app.service.impl
Methods in com.app.service.impl with parameters of type UpdateUserDtoModifier and TypeMethodDescriptionUserServiceImpl.updateUser
(UpdateUserDto updateUserDto) Updates user role and holiday hours.