com.submersion.jspshop.ejb
Interface PropertyTypeHome
- All Superinterfaces:
- javax.ejb.EJBHome, java.rmi.Remote
- public interface PropertyTypeHome
- extends javax.ejb.EJBHome
Home interface for the PropertyType Entity Bean
- See Also:
PropertyTypeBean
,
PropertyType
Methods inherited from interface javax.ejb.EJBHome |
getEJBMetaData, getHomeHandle, remove, remove |
create
public PropertyType create()
throws javax.naming.NamingException,
java.rmi.RemoteException,
javax.ejb.CreateException,
javax.ejb.FinderException
findByPrimaryKey
public PropertyType findByPrimaryKey(java.lang.Long propertyTypeID)
throws javax.ejb.FinderException,
java.rmi.RemoteException
findByAll
public java.util.Collection findByAll()
throws javax.ejb.FinderException,
java.rmi.RemoteException
findByTypeID
public java.util.Collection findByTypeID(java.lang.Long typeID)
throws javax.ejb.FinderException,
java.rmi.RemoteException
findByPropertyID
public java.util.Collection findByPropertyID(java.lang.Long propertyID)
throws javax.ejb.FinderException,
java.rmi.RemoteException
findByPropertyIDTypeName
public java.util.Collection findByPropertyIDTypeName(java.lang.Long propertyID,
java.lang.String typeName)
throws javax.ejb.FinderException,
java.rmi.RemoteException
findByPropertyIDTypeID
public java.util.Collection findByPropertyIDTypeID(java.lang.Long propertyID,
java.lang.Long typeID)
throws javax.ejb.FinderException,
java.rmi.RemoteException