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}
Methods inherited from interface javax.ejb.EJBHome |
getEJBMetaData, getHomeHandle, remove, remove |
COMP_NAME
public static final java.lang.String COMP_NAME
JNDI_NAME
public static final java.lang.String JNDI_NAME
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