com.opensymphony.module.propertyset.ejb.types
Interface PropertyEntryLocalHome

All Superinterfaces:
javax.ejb.EJBLocalHome

public interface PropertyEntryLocalHome
extends javax.ejb.EJBLocalHome

Local home interface for PropertyEntry.


Field Summary
static java.lang.String COMP_NAME
           
static java.lang.String JNDI_NAME
           
 
Method Summary
 PropertyEntryLocal create(java.lang.String entityName, long entityId, int type, java.lang.String key)
           
 PropertyEntryLocal findByEntity(java.lang.String entityName, long entityId, java.lang.String key)
           
 java.util.Collection findByNameAndId(java.lang.String entityName, long entityId)
           
 PropertyEntryLocal findByPrimaryKey(java.lang.Long pk)
           
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Field Detail

COMP_NAME

public static final java.lang.String COMP_NAME
See Also:
Constant Field Values

JNDI_NAME

public static final java.lang.String JNDI_NAME
See Also:
Constant Field Values
Method Detail

create

public PropertyEntryLocal create(java.lang.String entityName,
                                 long entityId,
                                 int type,
                                 java.lang.String key)
                          throws javax.ejb.CreateException
Throws:
javax.ejb.CreateException

findByNameAndId

public java.util.Collection findByNameAndId(java.lang.String entityName,
                                            long entityId)
                                     throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException

findByEntity

public PropertyEntryLocal findByEntity(java.lang.String entityName,
                                       long entityId,
                                       java.lang.String key)
                                throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException

findByPrimaryKey

public PropertyEntryLocal findByPrimaryKey(java.lang.Long pk)
                                    throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException

See www.opensymphony.com for more information.

Copyright 2000-2005 - OpenSymphony