|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Address | |
---|---|
com.bankframe.examples.bo.impl.address | |
com.bankframe.examples.bo.impl.customer | |
com.bankframe.examples.bp.customersearch |
Uses of Address in com.bankframe.examples.bo.impl.address |
---|
Methods in com.bankframe.examples.bo.impl.address that return Address | |
---|---|
Address |
AddressHome.create(String ownerId,
String addressLine1,
String addressLine2,
String addressLine3,
String addressLine4,
String country,
String postCode)
This method creates a new Address Entity instance. |
Address |
AddressHome.findByPrimaryKey(AddressPK primaryKey)
This method retrieves the Address entity Instance for the specified primary key. |
Uses of Address in com.bankframe.examples.bo.impl.customer |
---|
Methods in com.bankframe.examples.bo.impl.customer that return Address | |
---|---|
Address |
Customer.amendAddress(String addressLine1,
String addressLine2,
String addressLine3,
String addressLine4,
String country,
String postCode)
This method amends the Address Entity associated with this Customer entity. |
Address |
CustomerBean.amendAddress(String addressLine1,
String addressLine2,
String addressLine3,
String addressLine4,
String country,
String postCode)
This method amends the Address entity associated with this Customer entity. |
Address |
CustomerBMPBean.amendAddress(String addressLine1,
String addressLine2,
String addressLine3,
String addressLine4,
String country,
String postCode)
This method amends the address entity associated with this customer entity. |
Address |
Customer.getAddress()
This method retrieves the Address entity associated with this Customer entity. |
Address |
CustomerBean.getAddress()
This method retrieves the address entity associated with this customer entity. |
Uses of Address in com.bankframe.examples.bp.customersearch |
---|
Methods in com.bankframe.examples.bp.customersearch that return Address | |
---|---|
Address |
CustomerSearch.amendCustomerAddress(String ownerId,
String addressLine1,
String addressLine2,
String addressLine3,
String addressLine4,
String country,
String postCode)
This method amends the address details of the specified customer. |
Address |
CustomerSearchBean.amendCustomerAddress(String ownerId,
String addressLine1,
String addressLine2,
String addressLine3,
String addressLine4,
String country,
String postCode)
This method amends the address details of the specified customer. |
Address |
CustomerSearch.getCustomerAddress(String ownerId)
This method retrieves the Address entity associated with the specified Customer. |
Address |
CustomerSearchBean.getCustomerAddress(String ownerId)
This method retrieves the Address entity associated with the specified Customer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |