Betty v1.1.0

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

Field Summary
static String COMP_NAME
           
static String JNDI_NAME
           
 
Method Summary
 LocalMetadata create(LocalBase dbBase, String type, String localeName)
           
 Collection<LocalMetadata> findAll()
           
 Collection<LocalMetadata> findByBase(LocalBase dbBase)
           
 Collection<LocalMetadata> findByBaseAndType(LocalBase dbBase, String type)
           
 LocalMetadata findByBaseAndTypeAndLocale(LocalBase dbBase, String type, String localeName)
           
 LocalMetadata 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

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

© 2008-2009 Christophe Delory

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