com.beasys.commerce.axiom.contact
Interface GroupHome
- All Superinterfaces:
- SmartEJBHome, SmartHome
- public interface GroupHome
- extends SmartEJBHome
The home interface for the Group entity bean.
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,
<>FinderException
- Find an Group entity bean for the given
com.beasys.commerce.axiom.contact.GroupPk
.
Copyright © 2001 BEA Systems, Inc. All Rights Reserved