BEA Systems, Inc.

com.beasys.commerce.axiom.contact
Interface GroupHome


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.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

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,
                                    javax.ejb.FinderException
Find an Group entity bean for the given com.beasys.commerce.axiom.contact.GroupPk.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved