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