Package | Description |
---|---|
org.universAAL.tools.ucc.startup.api | |
org.universAAL.tools.ucc.startup.api.impl | |
org.universAAL.tools.ucc.startup.model |
Modifier and Type | Method and Description |
---|---|
List<UserAccountInfo> |
Setup.getUsers()
Gets a list of users.
|
Modifier and Type | Method and Description |
---|---|
void |
Setup.deleteUser(UserAccountInfo user)
Deletes a user.
|
void |
Setup.saveUser(UserAccountInfo user)
Saves a user.
|
void |
Setup.updateUser(UserAccountInfo user)
Updates a user
|
Modifier and Type | Method and Description |
---|---|
void |
Setup.saveUsers(List<UserAccountInfo> users)
Saves a list of Users
|
Modifier and Type | Method and Description |
---|---|
List<UserAccountInfo> |
SetupImpl.getUsers() |
Modifier and Type | Method and Description |
---|---|
void |
SetupImpl.deleteUser(UserAccountInfo user) |
void |
SetupImpl.saveUser(UserAccountInfo user) |
void |
SetupImpl.updateUser(UserAccountInfo user) |
Modifier and Type | Method and Description |
---|---|
void |
SetupImpl.saveUsers(List<UserAccountInfo> users) |
Modifier and Type | Method and Description |
---|---|
List<UserAccountInfo> |
UccUsers.getUser()
Gets all user of uCC
|
Modifier and Type | Method and Description |
---|---|
void |
UccUsers.setUser(List<UserAccountInfo> allUser)
Sets all User of uCC.
|
Copyright © 2018 universAAL Consortium. All rights reserved.