Uses of Record Class
edu.ntnu.idatt2106_2023_06.backend.dto.users.UserLoadDTO
Packages that use UserLoadDTO
Package
Description
-
Uses of UserLoadDTO in edu.ntnu.idatt2106_2023_06.backend.dto.users
Methods in edu.ntnu.idatt2106_2023_06.backend.dto.users that return types with arguments of type UserLoadDTOModifier and TypeMethodDescription@NonNull List<UserLoadDTO>
UserLoadAllDTO.users()
Returns the value of theusers
record component.Constructor parameters in edu.ntnu.idatt2106_2023_06.backend.dto.users with type arguments of type UserLoadDTOModifierConstructorDescriptionUserLoadAllDTO
(@NonNull List<UserLoadDTO> users) Creates an instance of aUserLoadAllDTO
record class. -
Uses of UserLoadDTO in edu.ntnu.idatt2106_2023_06.backend.mapper
Methods in edu.ntnu.idatt2106_2023_06.backend.mapper that return UserLoadDTOModifier and TypeMethodDescriptionstatic UserLoadDTO
UserMapper.userLoadDTO
(User user) Convert a User object to a UserLoadDTO object. -
Uses of UserLoadDTO in edu.ntnu.idatt2106_2023_06.backend.service.users
Methods in edu.ntnu.idatt2106_2023_06.backend.service.users that return UserLoadDTOModifier and TypeMethodDescriptionUserService.loadUser()
Loads user information from the database.IUserService.loadUserDTOByUsername
(String username) UserService.loadUserDTOByUsername
(String username) Loads a user's DTO information.