christophedelory.betty.interfaces
Interface LocalBetHome
- All Superinterfaces:
- EJBLocalHome
public interface LocalBetHome
- extends EJBLocalHome
Local home interface for BetEJB.
- Version:
- 1.1.0
- Author:
- Christophe Delory
- See Also:
UserDetails
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
LocalBet create(LocalPlayerScore dbPlayerScore,
LocalUser dbUser)
throws CreateException
- Throws:
CreateException
findAll
Collection<LocalBet> findAll()
throws FinderException
- Throws:
FinderException
findByPlayerScore
Collection<LocalBet> findByPlayerScore(LocalPlayerScore dbPlayerScore)
throws FinderException
- Throws:
FinderException
findByUser
Collection<LocalBet> findByUser(LocalUser dbUser)
throws FinderException
- Throws:
FinderException
findByEvent
Collection<LocalBet> findByEvent(LocalEvent dbEvent)
throws FinderException
- Throws:
FinderException
findByEventAndUser
Collection<LocalBet> findByEventAndUser(LocalEvent dbEvent,
LocalUser dbUser)
throws FinderException
- Throws:
FinderException
findByPlayerScoreAndUser
LocalBet findByPlayerScoreAndUser(LocalPlayerScore dbPlayerScore,
LocalUser dbUser)
throws FinderException
- Throws:
FinderException
findByPrimaryKey
LocalBet findByPrimaryKey(Object pk)
throws FinderException
- Throws:
FinderException
Copyright © 2008-2009 Christophe Delory. All Rights Reserved.