org.objectweb.jonas.jtests.beans.etype.pdouble
Interface PdoubleHome


public interface PdoubleHome

Home interface of the pdouble bean

Author:
Helene Joanin Contributor(s):

Method Summary
 Pdouble create(java.lang.String pk, double f1)
           
 java.util.Collection findByF1(double f1Min, double f1Max)
           
 java.util.Collection findByF1Literal5()
           
 Pdouble findByPrimaryKey(java.lang.String pk)
           
 

Method Detail

create

public Pdouble create(java.lang.String pk,
                      double f1)
               throws java.rmi.RemoteException,
                      javax.ejb.CreateException

findByPrimaryKey

public Pdouble findByPrimaryKey(java.lang.String pk)
                         throws java.rmi.RemoteException,
                                javax.ejb.FinderException

findByF1

public java.util.Collection findByF1(double f1Min,
                                     double f1Max)
                              throws java.rmi.RemoteException,
                                     javax.ejb.FinderException

findByF1Literal5

public java.util.Collection findByF1Literal5()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.FinderException