org.objectweb.jonas.jtests.beans.etype.outildate
Interface OutildateHome
- public interface OutildateHome
Home interface of the outildate bean
- Author:
- Helene Joanin
Contributor(s):
create
public Outildate create(java.lang.String pk,
java.util.Date f1)
throws java.rmi.RemoteException,
javax.ejb.CreateException
findByPrimaryKey
public Outildate findByPrimaryKey(java.lang.String pk)
throws java.rmi.RemoteException,
javax.ejb.FinderException
findByF1
public java.util.Collection findByF1(java.util.Date f1)
throws java.rmi.RemoteException,
javax.ejb.FinderException