christophedelory.betty.interfaces
Interface LocalPhaseHome
- All Superinterfaces:
- EJBLocalHome
public interface LocalPhaseHome
- extends EJBLocalHome
Local home interface for PhaseEJB.
- Version:
- 1.1.0
- Author:
- Christophe Delory
- See Also:
PhaseDetails
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
LocalPhase create(String id,
LocalChampionship dbChampionship)
throws CreateException
- Throws:
CreateException
findAll
Collection<LocalPhase> findAll()
throws FinderException
- Throws:
FinderException
findByChampionship
Collection<LocalPhase> findByChampionship(LocalChampionship dbChampionship)
throws FinderException
- Throws:
FinderException
findByIdAndChampionship
LocalPhase findByIdAndChampionship(String id,
LocalChampionship dbChampionship)
throws FinderException
- Throws:
FinderException
findByPrimaryKey
LocalPhase findByPrimaryKey(Object pk)
throws FinderException
- Throws:
FinderException
Copyright © 2008-2009 Christophe Delory. All Rights Reserved.