Package | Description |
---|---|
com.belladati.extensions | |
com.belladati.extensions.obj |
Modifier and Type | Method and Description |
---|---|
User |
UserService.createUser(UserBuilder userBuilder,
boolean notify)
Creates new user
|
User |
UserService.loadUserById(Integer id)
Loads
User specified by ID |
User |
UserService.loadUserByUsername(String username)
Loads
User specified by username |
Modifier and Type | Method and Description |
---|---|
User |
UserBuilder.build()
Creates
User instance |
Modifier and Type | Method and Description |
---|---|
List<User> |
UserGroup.getUsers()
Returns list of users in user group
|
Modifier and Type | Method and Description |
---|---|
UserBuilder |
UserBuilder.set(User user)
Sets user's fields from existing
User instance |
Copyright © 2021 BellaDati Inc.. All rights reserved.