org.objectweb.jonas.jtests.beans.etype.outildate
Interface OutildateHome


public interface OutildateHome

Home interface of the outildate bean

Author:
Helene Joanin Contributor(s):

Method Summary
 Outildate create(java.lang.String pk, java.util.Date f1)
           
 java.util.Collection findByF1(java.util.Date f1)
           
 Outildate findByPrimaryKey(java.lang.String pk)
           
 

Method Detail

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