Betty v1.1.0

christophedelory.betty.interfaces
Interface LocalPlayerHome

All Superinterfaces:
EJBLocalHome

public interface LocalPlayerHome
extends EJBLocalHome

Local home interface for PlayerEJB.

Version:
1.1.0
Author:
Christophe Delory
See Also:
PlayerDetails

Field Summary
static String COMP_NAME
           
static String JNDI_NAME
           
 
Method Summary
 LocalPlayer create(String id)
           
 Collection<LocalPlayer> findAll()
           
 LocalPlayer findById(String id)
           
 LocalPlayer findByPrimaryKey(Object pk)
           
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Field Detail

COMP_NAME

static final String COMP_NAME
See Also:
Constant Field Values

JNDI_NAME

static final String JNDI_NAME
See Also:
Constant Field Values
Method Detail

create

LocalPlayer create(String id)
                   throws CreateException
Throws:
CreateException

findAll

Collection<LocalPlayer> findAll()
                                throws FinderException
Throws:
FinderException

findById

LocalPlayer findById(String id)
                     throws FinderException
Throws:
FinderException

findByPrimaryKey

LocalPlayer findByPrimaryKey(Object pk)
                             throws FinderException
Throws:
FinderException

© 2008-2009 Christophe Delory

Copyright © 2008-2009 Christophe Delory. All Rights Reserved.