|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Account | |
|---|---|
| hu.diplomamunka.model | |
| hu.diplomamunka.persistence | |
| Uses of Account in hu.diplomamunka.model |
|---|
| Methods in hu.diplomamunka.model that return types with arguments of type Account | |
|---|---|
java.util.Collection<Account> |
User.getAccounts()
|
| Methods in hu.diplomamunka.model with parameters of type Account | |
|---|---|
void |
Account.cloneAccount(Account a)
|
| Method parameters in hu.diplomamunka.model with type arguments of type Account | |
|---|---|
void |
User.setAccounts(java.util.Collection<Account> accounts)
|
| Uses of Account in hu.diplomamunka.persistence |
|---|
| Methods in hu.diplomamunka.persistence that return Account | |
|---|---|
Account |
AccountHandler.getOneAccount(java.lang.Integer accId)
The method to get an Account by its Id |
Account |
AccountHandler.insertAccount(Account a)
This method inserts a new Account into the database account_table table |
Account |
AccountHandler.updateAccount(Account a)
This method updates an existing Account |
| Methods in hu.diplomamunka.persistence with parameters of type Account | |
|---|---|
void |
AccountHandler.deleteAccount(Account a)
This method deletes an existing Account from the database account_table table |
Account |
AccountHandler.insertAccount(Account a)
This method inserts a new Account into the database account_table table |
Account |
AccountHandler.updateAccount(Account a)
This method updates an existing Account |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||