BEA Systems, Inc.

theory.smart.axiom.contact
Interface StakeholderHome


public interface StakeholderHome
extends SmartEJBHome

The home interface for the Stakeholder entity bean. Use this class to create, remove, and find Stakeholder entity beans.


Method Summary
 Stakeholder create(StakeholderPk stakeholderPk)
          Create a new Stakeholder entity bean using the theory.smart.axiom.contact.StakeholderPk.
 Stakeholder findByPrimaryKey(StakeholderPk stakeholderPk)
          Find an Stakeholder entity bean using the theory.smart.axiom.contact.StakeholderPk.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public Stakeholder create(StakeholderPk stakeholderPk)
                   throws javax.ejb.CreateException,
                          java.rmi.RemoteException
Create a new Stakeholder entity bean using the theory.smart.axiom.contact.StakeholderPk.

findByPrimaryKey

public Stakeholder findByPrimaryKey(StakeholderPk stakeholderPk)
                             throws java.rmi.RemoteException,
                                    javax.ejb.FinderException
Find an Stakeholder entity bean using the theory.smart.axiom.contact.StakeholderPk.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved