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


public interface CustomerHomeRemote


Method Summary
 java.util.Collection callFindOnCruise(java.lang.Integer cruiseId)
           
 CustomerRemote create(java.lang.Integer id)
           
 java.util.Collection findAllCreditCardAddress(java.lang.String city)
           
 java.util.Collection findByCity(java.lang.String city, java.lang.String state)
           
 CustomerRemote findByExactName(java.lang.String lastName, java.lang.String firstName)
           
 java.util.Collection findByGoodCredit()
           
 java.util.Collection findByName(java.lang.String lastName, java.lang.String firstName)
           
 java.util.Collection findByNameAndState(java.lang.String lastName, java.lang.String firstName, java.lang.String state)
           
 CustomerRemote findByPrimaryKey(java.lang.Integer id)
           
 java.util.Collection findInHotStates()
           
 CustomerRemote findSmith90()
           
 java.util.Collection findWithNoReservations()
           
 

Method Detail

create

public CustomerRemote create(java.lang.Integer id)
                      throws javax.ejb.CreateException,
                             java.rmi.RemoteException

findByPrimaryKey

public CustomerRemote findByPrimaryKey(java.lang.Integer id)
                                throws javax.ejb.FinderException,
                                       java.rmi.RemoteException

findByExactName

public CustomerRemote findByExactName(java.lang.String lastName,
                                      java.lang.String firstName)
                               throws javax.ejb.FinderException,
                                      java.rmi.RemoteException

findByName

public java.util.Collection findByName(java.lang.String lastName,
                                       java.lang.String firstName)
                                throws javax.ejb.FinderException,
                                       java.rmi.RemoteException

findSmith90

public CustomerRemote findSmith90()
                           throws javax.ejb.FinderException,
                                  java.rmi.RemoteException

findByGoodCredit

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

findByCity

public java.util.Collection findByCity(java.lang.String city,
                                       java.lang.String state)
                                throws javax.ejb.FinderException,
                                       java.rmi.RemoteException

findInHotStates

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

findWithNoReservations

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

findByNameAndState

public java.util.Collection findByNameAndState(java.lang.String lastName,
                                               java.lang.String firstName,
                                               java.lang.String state)
                                        throws javax.ejb.FinderException,
                                               java.rmi.RemoteException

callFindOnCruise

public java.util.Collection callFindOnCruise(java.lang.Integer cruiseId)
                                      throws javax.ejb.FinderException,
                                             java.rmi.RemoteException

findAllCreditCardAddress

public java.util.Collection findAllCreditCardAddress(java.lang.String city)
                                              throws javax.ejb.FinderException,
                                                     java.rmi.RemoteException