toggle menu
api-services
JVM
switch theme
search in API
api-services
/
org.cryptotrader.api.library.services
/
ProfilePictureService
Profile
Picture
Service
@
Service
open
class
ProfilePictureService
:
ProfilePictureOperations
Members
Constructors
Profile
Picture
Service
Link copied to clipboard
@
Autowired
constructor
(
profilePictureRepository
:
ProfilePictureRepository
)
Functions
exists
By
User
Id
Link copied to clipboard
open
fun
existsByUserId
(
userId
:
Long
)
:
Boolean
find
By
User
Id
Link copied to clipboard
@
Transactional
open
fun
findByUserId
(
userId
:
Long
)
:
Optional
<
ProfilePicture
>
save
Profile
Picture
Link copied to clipboard
open
fun
saveProfilePicture
(
profilePicture
:
ProfilePicture
)