Package com.tp2020.backend.controllers.user.dto

Types

GetUserDto
Link copied to clipboard
data class GetUserDto(login: String?, firstName: String?, lastName: String?, fullName: String?, aisEmail: String?, aisId: Long)
GetUsersWithRoleDto
Link copied to clipboard
data class GetUsersWithRoleDto(aisId: Long, login: String?, roleId: Int)
PutUserRoleDto
Link copied to clipboard
data class PutUserRoleDto(aisId: Long, roleId: Int)

Functions

toGetUserDto
Link copied to clipboard
fun User.toGetUserDto(): GetUserDto
toGetUsersWithRole
Link copied to clipboard
fun ResultRow.toGetUsersWithRole(): GetUsersWithRoleDto