Package com.bankframe.examples.bo.impl.account

Interface Summary
Account This interface defines the remote interface for the Account entity EJB.
AccountHome This interface defines the methods for obtaining Account Entity instances
 

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
 



Copyright © 2004 Siebel Systems, Inc. All rights reserved.