Betty v1.1.0

christophedelory.betty.interfaces
Interface LocalPropertyHome

All Superinterfaces:
EJBLocalHome

public interface LocalPropertyHome
extends EJBLocalHome

Local home interface for PropertyEJB.

Version:
1.1.0
Author:
Christophe Delory
See Also:
BaseBean

Field Summary
static String COMP_NAME
           
static String JNDI_NAME
           
 
Method Summary
 LocalProperty create(LocalBase dbBase, String id)
           
 Collection<LocalProperty> findAll()
           
 Collection<LocalProperty> findByBase(LocalBase dbBase)
           
 LocalProperty findByBaseAndId(LocalBase dbBase, String id)
           
 LocalProperty 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

LocalProperty create(LocalBase dbBase,
                     String id)
                     throws CreateException
Throws:
CreateException

findAll

Collection<LocalProperty> findAll()
                                  throws FinderException
Throws:
FinderException

findByBase

Collection<LocalProperty> findByBase(LocalBase dbBase)
                                     throws FinderException
Throws:
FinderException

findByBaseAndId

LocalProperty findByBaseAndId(LocalBase dbBase,
                              String id)
                              throws FinderException
Throws:
FinderException

findByPrimaryKey

LocalProperty findByPrimaryKey(Object pk)
                               throws FinderException
Throws:
FinderException

© 2008-2009 Christophe Delory

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