org.objectweb.jonas.jtests.beans.etype.pshort
Interface PshortHome


public interface PshortHome

Home interface of the pshort bean

Author:
Helene Joanin Contributor(s):

Method Summary
 Pshort create(java.lang.String pk, short f1)
           
 java.util.Collection findByF1(short f1)
           
 java.util.Collection findByF1Literal5()
           
 Pshort findByPrimaryKey(java.lang.String pk)
           
 

Method Detail

create

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

findByPrimaryKey

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

findByF1

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

findByF1Literal5

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