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.
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.
Copyright © 2001 BEA Systems, Inc. All Rights Reserved