BEA Systems, Inc.

com.beasys.commerce.axiom.contact
Interface UserHome


public interface UserHome
extends SmartEJBHome

The home interface for the User entity bean.


Method Summary
 UserRemote create(UserPk userPk)
          Create a new User entity bean for the given com.beasys.commerce.axiom.contact.UserPk.
 UserRemote findByPrimaryKey(UserPk userPk)
          Find an User entity bean for the given com.beasys.commerce.axiom.contact.UserPk.
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

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

findByPrimaryKey

public UserRemote findByPrimaryKey(UserPk userPk)
                            throws java.rmi.RemoteException,
                                   javax.ejb.FinderException
Find an User entity bean for the given com.beasys.commerce.axiom.contact.UserPk.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved