org.objectweb.jonas.jtests.beans.ejbql
Interface ReservationHomeLocal


public interface ReservationHomeLocal


Method Summary
 ReservationLocal create(java.lang.Integer cruise, java.util.Collection customers)
           
 java.util.Collection findAllReservations()
           
 ReservationLocal findByPrimaryKey(java.lang.Object primaryKey)
           
 

Method Detail

create

public ReservationLocal create(java.lang.Integer cruise,
                               java.util.Collection customers)
                        throws javax.ejb.CreateException

findByPrimaryKey

public ReservationLocal findByPrimaryKey(java.lang.Object primaryKey)
                                  throws javax.ejb.FinderException

findAllReservations

public java.util.Collection findAllReservations()
                                         throws javax.ejb.FinderException