public interface UserService
| Modifier and Type | Method and Description |
|---|---|
String |
extractFullName(Entity user)
Extract user's first and last names.
|
Entity |
find(Long userId)
Find user by id
|
Entity |
find(String userName)
Find user by name
|
Entity |
getCurrentUserEntity()
Get current user entity
|
String extractFullName(Entity user)
user - user entity from which full name will be extracted.Entity find(Long userId)
userId - id of the user to findEntity find(String userName)
userName - name of the user to findEntity getCurrentUserEntity()
Copyright © 2010-2025 Qcadoo Limited