Class Summary |
AccountBean |
This class defines the basis of the Account Entity EJB implementation |
AccountBMPBean |
This class is the implementation of the Account Entity EJB using bean
managed persistence |
AccountPK |
This class defines the primary key attributes of the Account Entity |
AccountValidator |
This class validates the attributes of the Address Entity |
Client |
This class is the client for the AccountBean.
Usage:
java com.bankframe.examples.bo.impl.account.Client -c (HANDLE_CREATE) cardNumber, accountNumber, accountName
Create a Account Bean
java com.bankframe.examples.bo.impl.account.Client -pk (HANDLE_FIND_BY_PRIMARYKEY) cardNumber, accountNumber
Retrieve Account Bean
|