Betty v1.1.0

christophedelory.betty.interfaces
Interface LocalLocationHome

All Superinterfaces:
EJBLocalHome

public interface LocalLocationHome
extends EJBLocalHome

Local home interface for LocationEJB.

Version:
1.1.0
Author:
Christophe Delory
See Also:
LocationDetails

Field Summary
static String COMP_NAME
           
static String JNDI_NAME
           
 
Method Summary
 LocalLocation create(String id)
           
 Collection<LocalLocation> findAll()
           
 Collection<LocalLocation> findAllRoot()
           
 LocalLocation findById(String id)
           
 LocalLocation findByPrimaryKey(Object pk)
           
 Collection<LocalLocation> findChildsOf(LocalLocation dbParentLocation)
           
 
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

LocalLocation create(String id)
                     throws CreateException
Throws:
CreateException

findAll

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

findAllRoot

Collection<LocalLocation> findAllRoot()
                                      throws FinderException
Throws:
FinderException

findChildsOf

Collection<LocalLocation> findChildsOf(LocalLocation dbParentLocation)
                                       throws FinderException
Throws:
FinderException

findById

LocalLocation findById(String id)
                       throws FinderException
Throws:
FinderException

findByPrimaryKey

LocalLocation findByPrimaryKey(Object pk)
                               throws FinderException
Throws:
FinderException

© 2008-2009 Christophe Delory

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