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.
| Methods inherited from interface javax.ejb.EJBLocalHome |
remove |
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
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
|