UserService

open class UserService(userRepository: UserRepository, userEventPublisher: UserEventPublisher)

Inheritors

Constructors

Link copied to clipboard
constructor(userRepository: UserRepository, userEventPublisher: UserEventPublisher)

Functions

Link copied to clipboard
fun getUser(username: String): User
Link copied to clipboard
fun updateUserDescription(username: String, description: String?): User
Link copied to clipboard
fun updateUserProfilePicture(username: String, profilePicture: String?): User