christophedelory.betty.interfaces
Interface LocalMetadataHome
- All Superinterfaces:
- EJBLocalHome
public interface LocalMetadataHome
- extends EJBLocalHome
Local home interface for MetadataEJB.
- Version:
- 1.1.0
- Author:
- Christophe Delory
- See Also:
AbstractMetadataDetails
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
LocalMetadata create(LocalBase dbBase,
String type,
String localeName)
throws CreateException
- Throws:
CreateException
findAll
Collection<LocalMetadata> findAll()
throws FinderException
- Throws:
FinderException
findByBase
Collection<LocalMetadata> findByBase(LocalBase dbBase)
throws FinderException
- Throws:
FinderException
findByBaseAndType
Collection<LocalMetadata> findByBaseAndType(LocalBase dbBase,
String type)
throws FinderException
- Throws:
FinderException
findByBaseAndTypeAndLocale
LocalMetadata findByBaseAndTypeAndLocale(LocalBase dbBase,
String type,
String localeName)
throws FinderException
- Throws:
FinderException
findByPrimaryKey
LocalMetadata findByPrimaryKey(Object pk)
throws FinderException
- Throws:
FinderException
Copyright © 2008-2009 Christophe Delory. All Rights Reserved.