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


public interface CruiseHomeLocal


Method Summary
 CruiseLocal create(java.lang.String name, java.lang.Integer ship)
           
 java.util.Collection findAllCruises()
           
 CruiseLocal findByName(java.lang.String name)
           
 CruiseLocal findByPrimaryKey(java.lang.Object primaryKey)
           
 

Method Detail

create

public CruiseLocal create(java.lang.String name,
                          java.lang.Integer ship)
                   throws javax.ejb.CreateException

findByPrimaryKey

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

findAllCruises

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

findByName

public CruiseLocal findByName(java.lang.String name)
                       throws javax.ejb.FinderException