Betty v1.1.0

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

Field Summary
static String COMP_NAME
           
static String JNDI_NAME
           
 
Method Summary
 LocalChampionship create(String id)
           
 Collection<LocalChampionship> findAll()
           
 LocalChampionship findById(String id)
           
 LocalChampionship 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

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

© 2008-2009 Christophe Delory

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