© 2001 BEA Systems, Inc.

com.beasys.commerce.axiom.contact
Interface UserHome

All Superinterfaces:
SmartEJBHome, SmartHome

public interface UserHome
extends SmartEJBHome

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


Method Summary
 UserRemote create(UserPk userPk)
          Create a new User entity bean using the com.beasys.commerce.axiom.contact.UserPk.
 UserRemote findByPrimaryKey(UserPk userPk)
          Find an User entity bean using the com.beasys.commerce.axiom.contact.UserPk.
 

Method Detail

create

public UserRemote create(UserPk userPk)
                  throws javax.ejb.CreateException,
                         java.rmi.RemoteException
Create a new User entity bean using the com.beasys.commerce.axiom.contact.UserPk.

findByPrimaryKey

public UserRemote findByPrimaryKey(UserPk userPk)
                            throws java.rmi.RemoteException,
                                   <>FinderException
Find an User entity bean using the com.beasys.commerce.axiom.contact.UserPk.

© 2001 BEA Systems, Inc.

Copyright © 2001 BEA Systems, Inc. All Rights Reserved