Modifier and Type | Method and Description |
---|---|
Ledger |
getLedger2() |
List<OwnerDTO> |
getOwnersDTO(int index,
int count) |
List<Owner> |
getOwnersLoaded(int index,
int count) |
List<Owner> |
getOwnersPOJO(int index,
int count) |
String |
whoAmI() |
addOwner, closeAccount, createAccount, createOwner, getAccount, getAccounts, getLedger, getLedgerAveBalance, getLedgerCount, getLedgerSum, getOverdrawnAccounts, getOwners, openAccount, removeOwner, updateAccount
Ledger getLedger2() throws BankException
BankException
List<Owner> getOwnersLoaded(int index, int count) throws BankException
BankException
List<Owner> getOwnersPOJO(int index, int count) throws BankException
BankException
List<OwnerDTO> getOwnersDTO(int index, int count) throws BankException
BankException
String whoAmI()
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.