com.bankframe.examples.bo.impl.customer
Interface Customer
- All Superinterfaces:
- Customer, EEntity, EJBObject, Remote, Serializable
public interface Customer
- extends Customer, EEntity, EJBObject
This interface defines the remote interface for the Customer Entity EJB.
amendAddress
Address amendAddress(String addressLine1,
String addressLine2,
String addressLine3,
String addressLine4,
String country,
String postCode)
throws ProcessingErrorException,
ValidationException,
RemoteException
- This method amends the Address Entity associated with this Customer entity.
- Parameters:
addressLine1
- addressLine2
- addressLine3
- addressLine4
- country
- postCode
-
- Throws:
ProcessingErrorException
RemoteException
ValidationException
getAddress
Address getAddress()
throws ProcessingErrorException,
RemoteException
- This method retrieves the Address entity associated with this Customer entity.
- Returns:
- this customers address
- Throws:
ProcessingErrorException
RemoteException
Copyright © 2005, 2007, Oracle. All rights reserved.