com.opensymphony.module.propertyset.ejb.types
Interface PropertyNumberLocalHome
- All Superinterfaces:
- javax.ejb.EJBLocalHome
- public interface PropertyNumberLocalHome
- extends javax.ejb.EJBLocalHome
Local home interface for PropertyNumber.
- Version:
- $Revision: 1.3 $
- Author:
- Hani Suleiman, Joe Walnes
- See Also:
PropertyStoreEJB
| 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 PropertyNumberLocal create(int type,
long id)
throws javax.ejb.CreateException
- Throws:
javax.ejb.CreateException
findByPrimaryKey
public PropertyNumberLocal findByPrimaryKey(java.lang.Long pk)
throws javax.ejb.FinderException
- Throws:
javax.ejb.FinderException
|