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
COMP_NAME
static final String COMP_NAME
- See Also:
- Constant Field Values
JNDI_NAME
static final String JNDI_NAME
- See Also:
- Constant Field Values
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
Copyright © 2008-2009 Christophe Delory. All Rights Reserved.