org.objectweb.jonas.jtests.beans.etype.pfloat
Interface PfloatHome


public interface PfloatHome

Home interface of the pfloat bean

Author:
Helene Joanin Contributor(s):

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

Method Detail

create

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

findByPrimaryKey

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

findByF1

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

findByF1Literal5

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