com.submersion.jspshop.ejb
Interface PropertyHome
- All Superinterfaces:
- javax.ejb.EJBHome, java.rmi.Remote
- public interface PropertyHome
- extends javax.ejb.EJBHome
Home interface for Property bean.
- Version:
- $Revision$
Date Created: August 22, 2001
Last changed: $Date$
Changed by: $Author$
- Author:
- Jeff Davey (jeffdavey@submersion.com)
- See Also:
Property
,
PropertyBean
Method Summary |
Property |
create()
Creates a new instance of a Property. |
java.util.Collection |
findByAll()
Finds all instances of all Properties. |
java.util.Collection |
findByClassName(java.lang.String className)
|
Property |
findByPrimaryKey(java.lang.Long propertyID)
Finds an instace of a Property bean by it's Primary Key. |
Methods inherited from interface javax.ejb.EJBHome |
getEJBMetaData, getHomeHandle, remove, remove |
create
public Property create()
throws javax.naming.NamingException,
java.rmi.RemoteException,
javax.ejb.CreateException,
javax.ejb.FinderException
- Creates a new instance of a Property.
- Parameters:
propertyID
- - Throws:
javax.naming.NamingException
- java.rmi.RemoteException
- javax.ejb.CreateException
- javax.ejb.FinderException
-
findByPrimaryKey
public Property findByPrimaryKey(java.lang.Long propertyID)
throws javax.ejb.FinderException,
java.rmi.RemoteException
- Finds an instace of a Property bean by it's Primary Key.
- Parameters:
propertyID
- - Throws:
javax.ejb.FinderException
- java.rmi.RemoteException
-
findByAll
public java.util.Collection findByAll()
throws javax.ejb.FinderException,
java.rmi.RemoteException
- Finds all instances of all Properties.
- Throws:
javax.ejb.FinderException
- java.rmi.RemoteException
-
findByClassName
public java.util.Collection findByClassName(java.lang.String className)
throws javax.ejb.FinderException,
java.rmi.RemoteException