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.
 
 
create
public AccountEntry create(AccountEntryPk accountEntryPk)
                    throws 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,
                                     FinderException
- Find an AccountEntry entity bean using the theory.smart.axiom.accounting.AccountEntryPk.- 
 
©  Copyright  2000 bea Systems, Inc. All rights reserved.