Betty v1.1.0

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

Field Summary
static String COMP_NAME
           
static String JNDI_NAME
           
 
Method Summary
 LocalPhase create(String id, LocalChampionship dbChampionship)
           
 Collection<LocalPhase> findAll()
           
 Collection<LocalPhase> findByChampionship(LocalChampionship dbChampionship)
           
 LocalPhase findByIdAndChampionship(String id, LocalChampionship dbChampionship)
           
 LocalPhase findByPrimaryKey(Object pk)
           
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Field Detail

COMP_NAME

static final String COMP_NAME
See Also:
Constant Field Values

JNDI_NAME

static final String JNDI_NAME
See Also:
Constant Field Values
Method Detail

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

© 2008-2009 Christophe Delory

Copyright © 2008-2009 Christophe Delory. All Rights Reserved.