vz-api
1.0.0
ps
/
com.keygenqt.ps.service
/
UsersService
Users
Service
class
UsersService
(
db
:
DatabaseMysql
)
Content copied to clipboard
Constructors
Functions
Constructors
Users
Service
Link copied to clipboard
fun
UsersService
(
db
:
DatabaseMysql
)
Content copied to clipboard
Functions
find
User
By
Auth
Link copied to clipboard
suspend
fun
findUserByAuth
(
email
:
String
?
,
password
:
String
?
)
:
User
?
Content copied to clipboard
Get user with check password for auth
get
All
Link copied to clipboard
suspend
fun
getAll
(
)
:
List
<
Project
>
Content copied to clipboard
Get all models
get
By
Id
Link copied to clipboard
suspend
fun
getById
(
id
:
Int
)
:
Project
?
Content copied to clipboard
Get model by id
get
By
Id
Tokens
Link copied to clipboard
suspend
fun
getByIdTokens
(
id
:
Int
)
:
User
?
Content copied to clipboard
Get user by id with load tokens