org.jcoderz.commons.config
Interface ConfigEntityLocalHome

All Superinterfaces:
EJBLocalHome

public interface ConfigEntityLocalHome
extends EJBLocalHome

Local home interface for ConfigEntity.


Field Summary
static String COMP_NAME
           
static String JNDI_NAME
           
 
Method Summary
 ConfigEntityLocal create(ConfigEntityData data)
           
 Collection findAll()
           
 ConfigEntityLocal findByPrimaryKey(ConfigEntityPK 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

ConfigEntityLocal create(ConfigEntityData data)
                         throws CreateException
Throws:
CreateException

findAll

Collection findAll()
                   throws FinderException
Throws:
FinderException

findByPrimaryKey

ConfigEntityLocal findByPrimaryKey(ConfigEntityPK pk)
                                   throws FinderException
Throws:
FinderException


Copyright 2007 The jCoderZ Project.