|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Customer | |
---|---|
com.bankframe.examples.bo.impl.customer | |
com.bankframe.examples.bp.customersearch |
Uses of Customer in com.bankframe.examples.bo.impl.customer |
---|
Methods in com.bankframe.examples.bo.impl.customer that return Customer | |
---|---|
Customer |
CustomerHome.create(String ownerId,
String title,
String firstName,
String lastName)
This method creates a new customer entity instance. |
Customer |
CustomerHome.findByPrimaryKey(CustomerPK primaryKey)
This method get a entity instance that is identified by the given primary key. |
Uses of Customer in com.bankframe.examples.bp.customersearch |
---|
Methods in com.bankframe.examples.bp.customersearch that return Customer | |
---|---|
Customer |
CustomerSearch.amendCustomer(String ownerId,
String title,
String firstName,
String lastName)
This method amends all the details of the specified customer. |
Customer |
CustomerSearchBean.amendCustomer(String ownerId,
String title,
String firstName,
String lastName)
This method amends all the details of the specified customer. |
Customer |
CustomerSearch.getCustomer(String ownerId)
This method retrieves the Customer entity for the specified ownerId. |
Customer |
CustomerSearchBean.getCustomer(String ownerId)
This method retrieves the Customer entity for the specified ownerId. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |