Uses of Record Class
org.ntnu.idi.idatt2106.sparesti.sparestibackend.dto.config.UserConfigDTO
Packages that use UserConfigDTO
Package
Description
-
Uses of UserConfigDTO in org.ntnu.idi.idatt2106.sparesti.sparestibackend.controller
Methods in org.ntnu.idi.idatt2106.sparesti.sparestibackend.controller that return types with arguments of type UserConfigDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<UserConfigDTO> UserConfigController.getUserConfig
(org.springframework.security.core.userdetails.UserDetails userDetails) Gets a user's configuration -
Uses of UserConfigDTO in org.ntnu.idi.idatt2106.sparesti.sparestibackend.mapper
Methods in org.ntnu.idi.idatt2106.sparesti.sparestibackend.mapper that return UserConfigDTOModifier and TypeMethodDescriptionUserConfigMapper.toDTO
(UserConfig userConfig) Maps to DTO from userConfig entityMethods in org.ntnu.idi.idatt2106.sparesti.sparestibackend.mapper with parameters of type UserConfigDTOModifier and TypeMethodDescriptionUserConfigMapper.toEntity
(UserConfigDTO request) Maps to entity from UserConfig DTO -
Uses of UserConfigDTO in org.ntnu.idi.idatt2106.sparesti.sparestibackend.service
Methods in org.ntnu.idi.idatt2106.sparesti.sparestibackend.service that return UserConfigDTOModifier and TypeMethodDescriptionUserConfigService.getUserConfig
(String username) Gets the config of a user