BEA Systems, Inc.

theory.smart.axiom.accounting
Interface AccountEntryHome


public interface AccountEntryHome
extends SmartEJBHome

The home interface for the AccountEntry entity bean. Use this class to create, remove, and find AccountEntry entity beans.


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

Method Detail

create

public AccountEntry create(AccountEntryPk accountEntryPk)
                    throws javax.ejb.CreateException,
                           java.rmi.RemoteException
Create a new AccountEntry entity bean using the theory.smart.axiom.accounting.AccountEntryPk.

findByPrimaryKey

public AccountEntry findByPrimaryKey(AccountEntryPk accountEntryPk)
                              throws java.rmi.RemoteException,
                                     javax.ejb.FinderException
Find an AccountEntry entity bean using the theory.smart.axiom.accounting.AccountEntryPk.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved