| Package | Description |
|---|---|
| ch.tatool.app.data | |
| ch.tatool.app.service.impl |
| Modifier and Type | Method and Description |
|---|---|
UserAccountImpl |
ModuleImpl.getAccount() |
| Modifier and Type | Method and Description |
|---|---|
void |
ModuleImpl.setAccount(UserAccountImpl account) |
| Modifier and Type | Method and Description |
|---|---|
UserAccountImpl |
ModuleInfoImpl.getAccount() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserAccountDAO.deleteAccount(UserAccountImpl account)
Deletes a user account.
|
Set<Module.Info> |
ModuleDAO.getModules(UserAccountImpl account)
Get info objects of all available module instances for an account.
|
void |
UserAccountDAO.loadAccount(UserAccountImpl userAccount)
Loads an account object from the database, using the id specified in the
account.
|
void |
UserAccountDAO.saveAccount(UserAccountImpl account)
Stores a user account.
|
void |
ModuleInfoImpl.setAccount(UserAccountImpl account) |
void |
UserAccountDAO.setAccountPassword(UserAccountImpl account,
String password) |
Copyright © 2012. All Rights Reserved.