portfolio
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
portfolio
portfolio
/
org.project.portfolio.user.application
/
UserManageService
User
Manage
Service
@
Service
class
UserManageService
(
userRepository
:
UserRepository
)
Members
Constructors
User
Manage
Service
Link copied to clipboard
constructor
(
userRepository
:
UserRepository
)
Functions
delete
User
Link copied to clipboard
@
Transactional
fun
deleteUser
(
email
:
String
)
Delete user
get
User
Link copied to clipboard
@
Transactional
(
readOnly
=
true
)
fun
getUser
(
userId
:
Long
)
:
User
@
Transactional
(
readOnly
=
true
)
fun
getUser
(
email
:
String
)
:
User
Get user information