BEA Systems, Inc.

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.


Method Summary
 Account create(AccountPk accountPk)
          Create a new Account entity bean using the theory.smart.axiom.accounting.AccountPk.
 Account findByPrimaryKey(AccountPk accountPk)
          Find an Account entity bean using the theory.smart.axiom.accounting.AccountPk.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public Account create(AccountPk accountPk)
               throws javax.ejb.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,
                                javax.ejb.FinderException
Find an Account entity bean using the theory.smart.axiom.accounting.AccountPk.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved