com.beasys.commerce.axiom.contact
Interface GroupHome
- All Superinterfaces:
- javax.ejb.EJBHome, java.rmi.Remote, SmartEJBHome, SmartHome
- public interface GroupHome
- extends SmartEJBHome
The home interface for the Group entity bean.
Methods inherited from interface javax.ejb.EJBHome |
getEJBMetaData, getHomeHandle, remove, remove |
create
public GroupRemote create(GroupPk groupPk)
throws javax.ejb.CreateException,
java.rmi.RemoteException
- Create a new Group entity bean for the given
com.beasys.commerce.axiom.contact.GroupPk
.
findByPrimaryKey
public GroupRemote findByPrimaryKey(GroupPk groupPk)
throws java.rmi.RemoteException,
javax.ejb.FinderException
- Find an Group entity bean for the given
com.beasys.commerce.axiom.contact.GroupPk
.
Copyright © 2000 BEA Systems, Inc. All Rights Reserved