org.objectweb.jonas.jtests.beans.etype.pboolean
Interface PbooleanHome


public interface PbooleanHome

Home interface of the pboolean bean

Author:
Helene Joanin Contributor(s):

Method Summary
 Pboolean create(java.lang.String pk, boolean f1)
           
 java.util.Collection findByF1(boolean f1)
           
 java.util.Collection findByF1LiteralTrue()
           
 Pboolean findByPrimaryKey(java.lang.String pk)
           
 

Method Detail

create

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

findByPrimaryKey

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

findByF1

public java.util.Collection findByF1(boolean f1)
                              throws java.rmi.RemoteException,
                                     javax.ejb.FinderException

findByF1LiteralTrue

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