| Package | Description |
|---|---|
| com.evasion.plugin.common | |
| com.evasion.plugin.common.dao | |
| com.evasion.plugin.common.entity |
| Modifier and Type | Method and Description |
|---|---|
Account |
AccountManager.findAccountById(Long id) |
Account |
AccountManager.findAccountByUserName(String u) |
Account |
AccountManager.findOrCreateAdminAccount() |
Account |
AccountManager.updateAccount(Account u) |
| Modifier and Type | Method and Description |
|---|---|
List<Account> |
AccountManager.findAllAccount() |
| Modifier and Type | Method and Description |
|---|---|
void |
AccountManager.createAccount(Account account) |
Account |
AccountManager.updateAccount(Account u) |
| Modifier and Type | Method and Description |
|---|---|
Account |
AccountDAOImpl.findAccountByUsername(String username) |
| Modifier and Type | Method and Description |
|---|---|
static AccountDTO |
Account.toDTO(Account account) |
Copyright © 2012. All Rights Reserved.