Uses of Record Class
callofproject.dev.authentication.dto.admin.UserShowingAdminDTO
Packages that use UserShowingAdminDTO
Package
Description
-
Uses of UserShowingAdminDTO in callofproject.dev.authentication.dto.admin
Methods in callofproject.dev.authentication.dto.admin that return types with arguments of type UserShowingAdminDTOModifier and TypeMethodDescriptionUsersShowingAdminDTO.users()
Returns the value of theusers
record component.Constructor parameters in callofproject.dev.authentication.dto.admin with type arguments of type UserShowingAdminDTOModifierConstructorDescriptionCreates an instance of aUsersShowingAdminDTO
record class. -
Uses of UserShowingAdminDTO in callofproject.dev.authentication.mapper
Methods in callofproject.dev.authentication.mapper that return UserShowingAdminDTOModifier and TypeMethodDescriptionIUserMapper.toUserShowingAdminDTO
(callofproject.dev.repository.authentication.entity.User user) Maps a User entity to a UserDTO.Method parameters in callofproject.dev.authentication.mapper with type arguments of type UserShowingAdminDTOModifier and TypeMethodDescriptiondefault UsersShowingAdminDTO
IUserMapper.toUsersShowingAdminDTO
(List<UserShowingAdminDTO> list) Maps a list of User entities to a UsersShowingAdminDTO. -
Uses of UserShowingAdminDTO in callofproject.dev.authentication.service
Methods in callofproject.dev.authentication.service that return types with arguments of type UserShowingAdminDTOModifier 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.