org.jboss.test.cmp2.commerce
Interface UserLocalHome

All Superinterfaces:
EJBLocalHome (src)

public interface UserLocalHome
extends EJBLocalHome (src)


Method Summary
 UserLocal (src) create(java.lang.String userId)
           
 java.util.Collection findAll()
           
 UserLocal (src) findByPrimaryKey(java.lang.String id)
           
 UserLocal (src) findByUserName(java.lang.String userName)
           
 
Methods inherited from interface javax.ejb.EJBLocalHome (src)
remove
 

Method Detail

create

public UserLocal (src)  create(java.lang.String userId)
                 throws CreateException (src) 
Throws:
CreateException (src)

findByPrimaryKey

public UserLocal (src)  findByPrimaryKey(java.lang.String id)
                           throws FinderException (src) 
Throws:
FinderException (src)

findByUserName

public UserLocal (src)  findByUserName(java.lang.String userName)
                         throws FinderException (src) 
Throws:
FinderException (src)

findAll

public java.util.Collection findAll()
                             throws FinderException (src) 
Throws:
FinderException (src)