theory.smart.axiom.accounting
Interface  AccountHome
- public interface AccountHome- extends SmartEJBHome
The home interface for the Account entity bean.  Use this
  class to create, remove, and find Account entity beans.
 
 
create
public Account create(AccountPk accountPk)
               throws CreateException,
                      java.rmi.RemoteException
- Create a new Account entity bean using the theory.smart.axiom.accounting.AccountPk.- 
 
findByPrimaryKey
public Account findByPrimaryKey(AccountPk accountPk)
                         throws java.rmi.RemoteException,
                                FinderException
- Find an Account entity bean using the theory.smart.axiom.accounting.AccountPk.- 
 
©  Copyright  2000 bea Systems, Inc. All rights reserved.