- getAccount(String) - Method in class ejava.examples.ejbsessionbank.ejb.TellerEJB
-
- getAccounts() - Method in class ejava.examples.ejbsessionbank.dto.OwnerDTO
-
- getAccounts(int, int) - Method in class ejava.examples.ejbsessionbank.ejb.TellerEJB
-
- getDelta() - Method in interface ejava.examples.ejbsessionbank.ejb.Stats
-
- getDelta() - Method in class ejava.examples.ejbsessionbank.ejb.StatsEJB
-
- getFirstName() - Method in class ejava.examples.ejbsessionbank.dto.OwnerDTO
-
- getId() - Method in class ejava.examples.ejbsessionbank.dto.OwnerDTO
-
- getLastName() - Method in class ejava.examples.ejbsessionbank.dto.OwnerDTO
-
- getLedger() - Method in class ejava.examples.ejbsessionbank.ejb.TellerEJB
-
- getLedger2() - Method in class ejava.examples.ejbsessionbank.ejb.TellerEJB
-
This method takes advantage of the DAO/Business logic knowledge
of how to create a DTO.
- getLedger2() - Method in interface ejava.examples.ejbsessionbank.ejb.TellerRemote
-
- getLedgerAveBalance() - Method in class ejava.examples.ejbsessionbank.ejb.TellerEJB
-
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.
- getLedgerCount() - Method in class ejava.examples.ejbsessionbank.ejb.TellerEJB
-
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.
- getLedgerSum() - Method in class ejava.examples.ejbsessionbank.ejb.TellerEJB
-
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.
- getOverdrawnAccounts(int, int) - Method in class ejava.examples.ejbsessionbank.ejb.TellerEJB
-
- getOwners(int, int) - Method in class ejava.examples.ejbsessionbank.ejb.TellerEJB
-
- getOwnersDTO(int, int) - Method in class ejava.examples.ejbsessionbank.ejb.TellerEJB
-
- getOwnersDTO(int, int) - Method in interface ejava.examples.ejbsessionbank.ejb.TellerRemote
-
- getOwnersLoaded(int, int) - Method in class ejava.examples.ejbsessionbank.ejb.TellerEJB
-
- getOwnersLoaded(int, int) - Method in interface ejava.examples.ejbsessionbank.ejb.TellerRemote
-
- getOwnersPOJO(int, int) - Method in class ejava.examples.ejbsessionbank.ejb.TellerEJB
-
- getOwnersPOJO(int, int) - Method in interface ejava.examples.ejbsessionbank.ejb.TellerRemote
-
- getTotal() - Method in interface ejava.examples.ejbsessionbank.ejb.Stats
-
- getTotal() - Method in class ejava.examples.ejbsessionbank.ejb.StatsEJB
-
An example read method that the container will protect from other
write methods, but allow concurrent read access.