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