BEA Systems, Inc.

com.beasys.commerce.axiom.contact
Interface ContactHome


public interface ContactHome
extends SmartEJBHome

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


Method Summary
 Contact create(ContactPk contactPk)
          Create a new Contact entity bean using the com.beasys.commerce.axiom.contact.ContactPk.
 Contact findByPrimaryKey(ContactPk contactPk)
          Find an Contact entity bean using the com.beasys.commerce.axiom.contact.ContactPk.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public Contact create(ContactPk contactPk)
               throws javax.ejb.CreateException,
                      java.rmi.RemoteException
Create a new Contact entity bean using the com.beasys.commerce.axiom.contact.ContactPk.

findByPrimaryKey

public Contact findByPrimaryKey(ContactPk contactPk)
                         throws java.rmi.RemoteException,
                                javax.ejb.FinderException
Find an Contact entity bean using the com.beasys.commerce.axiom.contact.ContactPk.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved