Uses of Class
ejava.examples.ejbsessionbank.bl.BankException
-
Packages that use BankException Package Description ejava.examples.ejbsessionbank.bl ejava.examples.ejbsessionbank.blimpl ejava.examples.ejbsessionbank.ejb -
-
Uses of BankException in ejava.examples.ejbsessionbank.bl
Methods in ejava.examples.ejbsessionbank.bl that throw BankException Modifier and Type Method Description OwnerTeller. addOwner(long ownerId, String accountNumber)AccountTeller. closeAccount(String acctNum)AccountTeller. createAccount(String accNum)OwnerTeller. createOwner(String firstName, String lastName, String ssn)AccountTeller. getAccount(String acctNum)List<Account>Teller. getAccounts(int index, int count)LedgerTeller. getLedger()doubleTeller. getLedgerAveBalance()longTeller. getLedgerCount()doubleTeller. getLedgerSum()List<Account>Teller. getOverdrawnAccounts(int index, int count)List<Owner>Teller. getOwners(int index, int count)OwnerTeller. openAccount(long ownerId, String accountNumber)voidTeller. removeOwner(long ownerId)voidTeller. updateAccount(Account account) -
Uses of BankException in ejava.examples.ejbsessionbank.blimpl
Methods in ejava.examples.ejbsessionbank.blimpl that throw BankException Modifier and Type Method Description OwnerTellerImpl. addOwner(long ownerId, String accountNumber)AccountTellerImpl. closeAccount(String accountNum)AccountTellerImpl. createAccount(String accountNum)OwnerTellerImpl. createOwner(String firstName, String lastName, String ssn)AccountTellerImpl. getAccount(String accountNum)List<Account>TellerImpl. getAccounts(int index, int count)LedgerTellerImpl. getLedger()doubleTellerImpl. getLedgerAveBalance()longTellerImpl. getLedgerCount()doubleTellerImpl. getLedgerSum()List<Account>TellerImpl. getOverdrawnAccounts(int index, int count)List<Owner>TellerImpl. getOwners(int index, int count)OwnerTellerImpl. openAccount(long ownerId, String accountNumber)voidTellerImpl. updateAccount(Account account) -
Uses of BankException in ejava.examples.ejbsessionbank.ejb
Methods in ejava.examples.ejbsessionbank.ejb that throw BankException Modifier and Type Method Description OwnerTellerEJB. addOwner(long ownerId, String accountNumber)AccountTellerEJB. closeAccount(String acctNum)AccountTellerEJB. createAccount(String accountNumber)OwnerTellerEJB. createOwner(String firstName, String lastName, String ssn)AccountTellerEJB. getAccount(String acctNum)List<Account>TellerEJB. getAccounts(int index, int count)LedgerTellerEJB. getLedger()LedgerTellerEJB. getLedger2()This method takes advantage of the DAO/Business logic knowledge of how to create a DTO.LedgerTellerRemote. getLedger2()doubleTellerEJB. getLedgerAveBalance()This method is and example of a method that may be too fine for a remote method and should be encapsulated in a remote facade call.longTellerEJB. getLedgerCount()This method is and example of a method that may be too fine for a remote method and should be encapsulated in a remote facade call.doubleTellerEJB. getLedgerSum()This method is and example of a method that may be too fine for a remote method and should be encapsulated in a remote facade call.List<Account>TellerEJB. getOverdrawnAccounts(int index, int count)List<Owner>TellerEJB. getOwners(int index, int count)List<OwnerDTO>TellerEJB. getOwnersDTO(int index, int count)List<OwnerDTO>TellerRemote. getOwnersDTO(int index, int count)List<Owner>TellerEJB. getOwnersLoaded(int index, int count)List<Owner>TellerRemote. getOwnersLoaded(int index, int count)List<Owner>TellerEJB. getOwnersPOJO(int index, int count)List<Owner>TellerRemote. getOwnersPOJO(int index, int count)OwnerTellerEJB. openAccount(long ownerId, String accountNumber)voidTellerEJB. removeOwner(long ownerId)voidTellerEJB. updateAccount(Account account)
-