org.jboss.test.cmp2.commerce
Interface UserHome

All Superinterfaces:
EJBHome (src) , java.rmi.Remote

public interface UserHome
extends EJBHome (src)


Method Summary
 User (src) create(java.lang.String userId)
           
 java.util.Collection findAll()
           
 java.util.Collection findAllByUserName(java.lang.String userName)
           
 User (src) findByPrimaryKey(java.lang.String id)
           
 User (src) findByUserName(java.lang.String userName)
           
 
Methods inherited from interface javax.ejb.EJBHome (src)
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

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)