Betty v1.1.0

christophedelory.betty.interfaces
Interface LocalPlayerScoreHome

All Superinterfaces:
EJBLocalHome

public interface LocalPlayerScoreHome
extends EJBLocalHome

Local home interface for PlayerScoreEJB.

Version:
1.1.0
Author:
Christophe Delory
See Also:
PlayerIdDetails

Field Summary
static String COMP_NAME
           
static String JNDI_NAME
           
 
Method Summary
 LocalPlayerScore create(LocalEvent dbEvent, LocalPlayer dbPlayer, LocalPhase dbDependencyPhase, int dependencyPhaseRank)
           
 Collection<LocalPlayerScore> findAll()
           
 Collection<LocalPlayerScore> findAllSet()
           
 Collection<LocalPlayerScore> findByDependencyPhase(LocalPhase dbDependencyPhase)
           
 Collection<LocalPlayerScore> findByEvent(LocalEvent dbEvent)
           
 LocalPlayerScore findByEventAndDependencyPhase(LocalEvent dbEvent, LocalPhase dbDependencyPhase, int dependencyPhaseRank)
           
 LocalPlayerScore findByEventAndPlayer(LocalEvent dbEvent, LocalPlayer dbPlayer)
           
 Collection<LocalPlayerScore> findByPhase(LocalPhase dbPhase)
           
 LocalPlayerScore 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

LocalPlayerScore create(LocalEvent dbEvent,
                        LocalPlayer dbPlayer,
                        LocalPhase dbDependencyPhase,
                        int dependencyPhaseRank)
                        throws CreateException
Throws:
CreateException

findAll

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

findAllSet

Collection<LocalPlayerScore> findAllSet()
                                        throws FinderException
Throws:
FinderException

findByDependencyPhase

Collection<LocalPlayerScore> findByDependencyPhase(LocalPhase dbDependencyPhase)
                                                   throws FinderException
Throws:
FinderException

findByEvent

Collection<LocalPlayerScore> findByEvent(LocalEvent dbEvent)
                                         throws FinderException
Throws:
FinderException

findByPhase

Collection<LocalPlayerScore> findByPhase(LocalPhase dbPhase)
                                         throws FinderException
Throws:
FinderException

findByEventAndPlayer

LocalPlayerScore findByEventAndPlayer(LocalEvent dbEvent,
                                      LocalPlayer dbPlayer)
                                      throws FinderException
Throws:
FinderException

findByEventAndDependencyPhase

LocalPlayerScore findByEventAndDependencyPhase(LocalEvent dbEvent,
                                               LocalPhase dbDependencyPhase,
                                               int dependencyPhaseRank)
                                               throws FinderException
Throws:
FinderException

findByPrimaryKey

LocalPlayerScore findByPrimaryKey(Object pk)
                                  throws FinderException
Throws:
FinderException

© 2008-2009 Christophe Delory

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