Uses of Class
cz.zcu.students.cacha.bp_server.view_models.UsernameUpdateVM
-
Packages that use UsernameUpdateVM Package Description cz.zcu.students.cacha.bp_server.controllers cz.zcu.students.cacha.bp_server.services -
-
Uses of UsernameUpdateVM in cz.zcu.students.cacha.bp_server.controllers
Methods in cz.zcu.students.cacha.bp_server.controllers with parameters of type UsernameUpdateVM Modifier and Type Method Description GenericResponse
AdminController. updateUserUsername(@Valid UsernameUpdateVM usernameUpdateVM, Long userId)
Updates username to given user -
Uses of UsernameUpdateVM in cz.zcu.students.cacha.bp_server.services
Methods in cz.zcu.students.cacha.bp_server.services with parameters of type UsernameUpdateVM Modifier and Type Method Description void
AdminService. updateUserUsername(UsernameUpdateVM usernameUpdateVM, Long userId)
Updates username to given user
-