BEA Systems, Inc.

theory.smart.ebusiness.shoppingadvisor
Interface CustomerProfileHome


public interface CustomerProfileHome
extends SmartEJBHome

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


Method Summary
 CustomerProfile create(CustomerProfilePk customerProfilePk)
          Create a new CustomerProfile entity bean using the theory.smart.ebusiness.shoppingadvisor.CustomerProfilePk.
 CustomerProfile findByPrimaryKey(CustomerProfilePk customerProfilePk)
          Find an CustomerProfile entity bean using the theory.smart.ebusiness.shoppingadvisor.CustomerProfilePk.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public CustomerProfile create(CustomerProfilePk customerProfilePk)
                       throws javax.ejb.CreateException,
                              java.rmi.RemoteException
Create a new CustomerProfile entity bean using the theory.smart.ebusiness.shoppingadvisor.CustomerProfilePk.

findByPrimaryKey

public CustomerProfile findByPrimaryKey(CustomerProfilePk customerProfilePk)
                                 throws java.rmi.RemoteException,
                                        javax.ejb.FinderException
Find an CustomerProfile entity bean using the theory.smart.ebusiness.shoppingadvisor.CustomerProfilePk.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved