org.jboss.test.cmp2.commerce
Interface UserLocalHome
- All Superinterfaces:
- EJBLocalHome (src)
- public interface UserLocalHome
- extends EJBLocalHome (src)
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)