toggle menu
innoqueue
0.0.1-SNAPSHOT
jvm
switch theme
search in API
innoqueue
/
com.innopolis.innoqueue.domain.user.service
/
UserService
User
Service
interface
UserService
Inheritors
UserServiceImpl
Members
Functions
create
New
User
Link copied to clipboard
abstract
fun
createNewUser
(
userName
:
String
,
fcmToken
:
String
)
:
TokenDto
find
User
By
Id
Link copied to clipboard
abstract
fun
findUserById
(
userId
:
Long
)
:
User
?
find
User
By
Token
Link copied to clipboard
abstract
fun
findUserByToken
(
token
:
String
)
:
User
find
User
Name
By
Id
Link copied to clipboard
abstract
fun
findUserNameById
(
userId
:
Long
)
:
String
?
get
User
Settings
Link copied to clipboard
abstract
fun
getUserSettings
(
token
:
String
)
:
UserDto
update
User
Settings
Link copied to clipboard
abstract
fun
updateUserSettings
(
token
:
String
,
settings
:
UpdateUserDto
)
:
UserDto