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.
 
 
create
public Stakeholder create(StakeholderPk stakeholderPk)
                   throws 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,
                                    FinderException
- Find an Stakeholder entity bean using the theory.smart.axiom.contact.StakeholderPk.- 
 
©  Copyright  2000 bea Systems, Inc. All rights reserved.