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
COMP_NAME
static final String COMP_NAME
- See Also:
- Constant Field Values
JNDI_NAME
static final String JNDI_NAME
- See Also:
- Constant Field Values
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
Copyright © 2008-2009 Christophe Delory. All Rights Reserved.