Interface TellerRemote
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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()
-
Methods inherited from interface ejava.examples.ejbsessionbank.bl.Teller
addOwner, closeAccount, createAccount, createOwner, getAccount, getAccounts, getLedger, getLedgerAveBalance, getLedgerCount, getLedgerSum, getOverdrawnAccounts, getOwners, openAccount, removeOwner, updateAccount
-
-
-
-
Method Detail
-
getLedger2
Ledger getLedger2() throws BankException
- Throws:
BankException
-
getOwnersLoaded
List<Owner> getOwnersLoaded(int index, int count) throws BankException
- Throws:
BankException
-
getOwnersPOJO
List<Owner> getOwnersPOJO(int index, int count) throws BankException
- Throws:
BankException
-
getOwnersDTO
List<OwnerDTO> getOwnersDTO(int index, int count) throws BankException
- Throws:
BankException
-
whoAmI
String whoAmI()
-
-