Betty v1.1.0

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

Field Summary
static String COMP_NAME
           
static String JNDI_NAME
           
 
Method Summary
 LocalEvent create(String id, LocalPhase dbPhase)
           
 Collection<LocalEvent> findAll()
           
 Collection<LocalEvent> findByChampionship(LocalChampionship dbChampionship)
           
 LocalEvent findByIdAndPhase(String id, LocalPhase dbPhase)
           
 Collection<LocalEvent> findByPhase(LocalPhase dbPhase)
           
 LocalEvent 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

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

© 2008-2009 Christophe Delory

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