com.beasys.commerce.axiom.contact
Interface ContactHome


public interface ContactHome

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.
 

Method Detail

create

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

findByPrimaryKey

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