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.
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.