| ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AccountContainer | |
com.ltu.smd116.beans | |
com.ltu.smd116.bl.payment | |
com.ltu.smd116.containers | |
com.ltu.smd116.dbp |
Uses of AccountContainer in com.ltu.smd116.beans |
Methods in com.ltu.smd116.beans with parameters of type AccountContainer | |
boolean | AccountAdminBean.createAccount(AccountContainer account) Tries to create a new account in DB with properties from an account container. |
boolean | AccountAdminBean.deleteAccount(AccountContainer account) Tries to delete an account from DB. |
boolean | AccountAdminBean.updateAccount(AccountContainer account) Tries to update an account in DB with properties from an account container. |
SortedVector | CounterAdminBean.searchByAccount(AccountContainer account) Search for counters whose account we know. |
Uses of AccountContainer in com.ltu.smd116.bl.payment |
Methods in com.ltu.smd116.bl.payment with parameters of type AccountContainer | |
void | BLAccount.deposit(AccountContainer account, float amount) |
void | BLAccount.transaction(AccountContainer from, AccountContainer to) |
void | BLAccount.withdraw(AccountContainer account, float amount) |
boolean | BLAdminAccount.createAccount(AccountContainer account) |
boolean | BLAdminAccount.deleteAccount(AccountContainer account) |
SortedVector | BLAdminAccount.search(AccountContainer account) |
boolean | BLAdminAccount.updateAccount(AccountContainer account) |
Uses of AccountContainer in com.ltu.smd116.containers |
Fields in com.ltu.smd116.containers declared as AccountContainer | |
private AccountContainer | CardContainer.account |
private AccountContainer | CounterContainer.account |
private AccountContainer | TransactionContainer.from |
private AccountContainer | TransactionContainer.to |
Methods in com.ltu.smd116.containers that return AccountContainer | |
AccountContainer | CardContainer.getAccount() |
AccountContainer | CounterContainer.getAccount() |
AccountContainer | TransactionContainer.getFrom() |
AccountContainer | TransactionContainer.getTo() |
Methods in com.ltu.smd116.containers with parameters of type AccountContainer | |
void | CardContainer.setAccount(AccountContainer account) |
void | CounterContainer.setAccount(AccountContainer account) |
void | TransactionContainer.setFrom(AccountContainer from) |
void | TransactionContainer.setTo(AccountContainer to) |
Uses of AccountContainer in com.ltu.smd116.dbp |
Methods in com.ltu.smd116.dbp that return AccountContainer | |
AccountContainer | DBPAccount.getAccount(int id) |
Methods in com.ltu.smd116.dbp with parameters of type AccountContainer | |
boolean | DBPAccount.delete(AccountContainer account) |
boolean | DBPAccount.insert(AccountContainer account) |
boolean | DBPAccount.update(AccountContainer account) |
SortedVector | DBPCard.searchByAccount(AccountContainer account) |
SortedVector | DBPCounter.searchByAccount(AccountContainer account) |
SortedVector | DBPTransaction.searchByAccountFrom(AccountContainer account) |
SortedVector | DBPTransaction.searchByAccountTo(AccountContainer account) |
| ||||||||||
PREV NEXT | FRAMES NO FRAMES |