com.beasys.commerce.axiom.contact
Interface ContactHome
- All Superinterfaces:
- javax.ejb.EJBHome, java.rmi.Remote, SmartEJBHome, SmartHome
- public interface ContactHome
- extends SmartEJBHome
The home interface for the Contact entity bean. Use this
class to create, remove, and find Contact entity beans.
Methods inherited from interface javax.ejb.EJBHome |
getEJBMetaData, getHomeHandle, remove, remove |
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.
Copyright © 2000 BEA Systems, Inc. All Rights Reserved