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