BEA Systems, Inc.

theory.smart.ebusiness.customer
Interface CustomerHome


public interface CustomerHome
extends SmartEJBHome

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


Method Summary
 Customer create(CustomerPk customerPk)
          Create a new Customer entity bean using the theory.smart.ebusiness.customer.CustomerPk.
 Customer findByPrimaryKey(CustomerPk customerPk)
          Find an Customer entity bean using the theory.smart.ebusiness.customer.CustomerPk.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public Customer create(CustomerPk customerPk)
                throws javax.ejb.CreateException,
                       java.rmi.RemoteException
Create a new Customer entity bean using the theory.smart.ebusiness.customer.CustomerPk.

findByPrimaryKey

public Customer findByPrimaryKey(CustomerPk customerPk)
                          throws java.rmi.RemoteException,
                                 javax.ejb.FinderException
Find an Customer entity bean using the theory.smart.ebusiness.customer.CustomerPk.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved