com.croftsoft.apps.wyrm.entity
Interface UserLocalHome

All Superinterfaces:
EJBLocalHome

public interface UserLocalHome
extends EJBLocalHome

Local home interface for User EJB.

Since:
2002-09-30
Version:
2002-10-03
Author:
David Wallace Croft

Method Summary
 UserLocal create(String username)
           
 Collection findAll()
           
 UserLocal findByPrimaryKey(Long id)
           
 UserLocal findByUsername(String username)
           
 String[] getUsernames()
           
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Method Detail

create

UserLocal create(String username)
                 throws CreateException,
                        EJBException
Throws:
CreateException
EJBException

findByPrimaryKey

UserLocal findByPrimaryKey(Long id)
                           throws FinderException,
                                  EJBException
Throws:
FinderException
EJBException

findByUsername

UserLocal findByUsername(String username)
                         throws FinderException,
                                EJBException
Throws:
FinderException
EJBException

findAll

Collection findAll()
                   throws FinderException,
                          EJBException
Throws:
FinderException
EJBException

getUsernames

String[] getUsernames()
                      throws FinderException,
                             EJBException
Throws:
FinderException
EJBException

CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)