© 2001 BEA Systems, Inc.

com.beasys.commerce.axiom.contact
Interface GroupHome

All Superinterfaces:
SmartEJBHome, SmartHome

public interface GroupHome
extends SmartEJBHome

The home interface for the Group entity bean.


Method Summary
 GroupRemote create(GroupPk groupPk)
          Create a new Group entity bean for the given com.beasys.commerce.axiom.contact.GroupPk.
 GroupRemote findByPrimaryKey(GroupPk groupPk)
          Find an Group entity bean for the given com.beasys.commerce.axiom.contact.GroupPk.
 

Method Detail

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.

© 2001 BEA Systems, Inc.

Copyright © 2001 BEA Systems, Inc. All Rights Reserved