toggle menu
Social-Network
0.1.0-archeo+31d6ff7
jvm
switch theme
search in API
user-service
/
social.user.application
/
UserService
User
Service
interface
UserService
:
Service
Interface to represent a service that manages users.
Inheritors
UserServiceImpl
Members
Functions
add
User
Link copied to clipboard
abstract
fun
addUser
(
user
:
User
)
get
User
Link copied to clipboard
abstract
fun
getUser
(
userID
:
User.UserID
)
:
User
?
update
User
Link copied to clipboard
abstract
fun
updateUser
(
user
:
User
)