org.jboss.test.cmp2.commerce
Interface UserHome
- All Superinterfaces:
- EJBHome (src) , java.rmi.Remote
- public interface UserHome
- extends EJBHome (src)
create
public User (src) create(java.lang.String userId)
throws java.rmi.RemoteException,
CreateException (src)
- Throws:
java.rmi.RemoteException
CreateException (src)
findByPrimaryKey
public User (src) findByPrimaryKey(java.lang.String id)
throws java.rmi.RemoteException,
FinderException (src)
- Throws:
java.rmi.RemoteException
FinderException (src)
findByUserName
public User (src) findByUserName(java.lang.String userName)
throws java.rmi.RemoteException,
FinderException (src)
- Throws:
java.rmi.RemoteException
FinderException (src)
findAll
public java.util.Collection findAll()
throws java.rmi.RemoteException,
FinderException (src)
- Throws:
java.rmi.RemoteException
FinderException (src)
findAllByUserName
public java.util.Collection findAllByUserName(java.lang.String userName)
throws java.rmi.RemoteException,
FinderException (src)
- Throws:
java.rmi.RemoteException
FinderException (src)