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

All Superinterfaces:
javax.ejb.EJBHome, java.rmi.Remote

public interface PropertyEntryHome
extends javax.ejb.EJBHome

Home interface for os.PropertyEntry. Lookup using {1}


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

Field Detail

COMP_NAME

public static final java.lang.String COMP_NAME

JNDI_NAME

public static final java.lang.String JNDI_NAME
Method Detail

create

public PropertyEntry create(java.lang.String entityName,
                            long entityId,
                            int type,
                            java.lang.String key)
                     throws java.rmi.RemoteException,
                            javax.ejb.CreateException

findByPrimaryKey

public PropertyEntry findByPrimaryKey(java.lang.Long pk)
                               throws java.rmi.RemoteException,
                                      javax.ejb.FinderException

findByNameAndId

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

findByEntity

public PropertyEntry findByEntity(java.lang.String entityName,
                                  long entityId,
                                  java.lang.String key)
                           throws java.rmi.RemoteException,
                                  javax.ejb.FinderException

See www.opensymphony.com for more information.