com.opensymphony.module.propertyset.ejb.types
Interface PropertyNumberHome
- All Superinterfaces:
- javax.ejb.EJBHome, java.rmi.Remote
- public interface PropertyNumberHome
- extends javax.ejb.EJBHome
Home interface for os.PropertyNumber. Lookup using {1}
- Version:
- XDOCLET 1.1.1
- Author:
- XDOCLET 1.1.1
- See Also:
com.opensymphony.module.propertyset.ejb.AbstractValueEntityEJB
,
com.opensymphony.module.propertyset.ejb.ValueEntity
,
PropertyStoreEJB
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 PropertyNumber create(int type,
long id)
throws java.rmi.RemoteException,
javax.ejb.CreateException
findByPrimaryKey
public PropertyNumber findByPrimaryKey(java.lang.Long pk)
throws java.rmi.RemoteException,
javax.ejb.FinderException