| Package | Description |
|---|---|
| com.evasion.module.common |
| Modifier and Type | Method and Description |
|---|---|
AccountDTO |
IAccountManager.createAccount(AccountDTO account) |
AccountDTO |
IAccountManager.findAccountByUsername(String username) |
AccountDTO |
IAccountManager.updateAccount(AccountDTO u) |
| Modifier and Type | Method and Description |
|---|---|
List<AccountDTO> |
IAccountManager.listAllAccount()
Renvoi la liste des tous les comptes utilisateurs.
|
| Modifier and Type | Method and Description |
|---|---|
AccountDTO |
IAccountManager.createAccount(AccountDTO account) |
void |
IAccountManager.deleteAccount(AccountDTO u) |
AccountDTO |
IAccountManager.updateAccount(AccountDTO u) |
Copyright © 2012. All Rights Reserved.