Package | Description |
---|---|
ejava.examples.ejbsessionbank.bl | |
ejava.examples.ejbsessionbank.blimpl | |
ejava.examples.ejbsessionbank.dao | |
ejava.examples.ejbsessionbank.ejb | |
ejava.examples.ejbsessionbank.jpa |
Modifier and Type | Method and Description |
---|---|
Owner |
Teller.addOwner(long ownerId,
String accountNumber) |
Owner |
Teller.createOwner(String firstName,
String lastName,
String ssn) |
Owner |
Teller.openAccount(long ownerId,
String accountNumber) |
Modifier and Type | Method and Description |
---|---|
List<Owner> |
Teller.getOwners(int index,
int count) |
Modifier and Type | Method and Description |
---|---|
Owner |
TellerImpl.addOwner(long ownerId,
String accountNumber) |
Owner |
TellerImpl.createOwner(String firstName,
String lastName,
String ssn) |
Owner |
TellerImpl.openAccount(long ownerId,
String accountNumber) |
Modifier and Type | Method and Description |
---|---|
List<Owner> |
TellerImpl.getOwners(int index,
int count) |
Modifier and Type | Method and Description |
---|---|
Owner |
OwnerDAO.createOwner(Owner owner) |
Owner |
OwnerDAO.getOwnerById(long id) |
Owner |
OwnerDAO.removeOwner(Owner owner) |
Modifier and Type | Method and Description |
---|---|
List<Owner> |
OwnerDAO.findOwners(String queryName,
Map<String,Object> params,
int index,
int count) |
List<Owner> |
OwnerDAO.getAccountOwners(Account account) |
Modifier and Type | Method and Description |
---|---|
Owner |
OwnerDAO.createOwner(Owner owner) |
Owner |
OwnerDAO.removeOwner(Owner owner) |
Modifier and Type | Method and Description |
---|---|
Owner |
TellerEJB.addOwner(long ownerId,
String accountNumber) |
Owner |
TellerEJB.createOwner(String firstName,
String lastName,
String ssn) |
Owner |
TellerEJB.openAccount(long ownerId,
String accountNumber) |
Modifier and Type | Method and Description |
---|---|
List<Owner> |
TellerEJB.getOwners(int index,
int count) |
List<Owner> |
TellerRemote.getOwnersLoaded(int index,
int count) |
List<Owner> |
TellerEJB.getOwnersLoaded(int index,
int count) |
List<Owner> |
TellerRemote.getOwnersPOJO(int index,
int count) |
List<Owner> |
TellerEJB.getOwnersPOJO(int index,
int count) |
Modifier and Type | Method and Description |
---|---|
Owner |
JPAOwnerDAO.createOwner(Owner owner) |
Owner |
JPAOwnerDAO.getOwnerById(long id) |
Owner |
JPAOwnerDAO.removeOwner(Owner owner) |
Modifier and Type | Method and Description |
---|---|
List<Owner> |
JPAOwnerDAO.findOwners(String queryName,
Map<String,Object> params,
int index,
int count) |
List<Owner> |
JPAOwnerDAO.getAccountOwners(Account account) |
Modifier and Type | Method and Description |
---|---|
Owner |
JPAOwnerDAO.createOwner(Owner owner) |
Owner |
JPAOwnerDAO.removeOwner(Owner owner) |
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.