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


public interface CustomerHomeLocal


Method Summary
 CustomerLocal create(java.lang.Integer id)
           
 java.util.Collection findAllCreditCardAddress(java.lang.String citie)
           
 java.util.Collection findAllCustomers()
           
 java.util.Collection findByCity(java.lang.String city, java.lang.String state)
           
 CustomerLocal 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)
           
 CustomerLocal findByPrimaryKey(java.lang.Integer id)
           
 java.util.Collection findByState(java.lang.String state)
           
 java.util.Collection findInHotStates()
           
 java.util.Collection findOnCruise(CruiseLocal cruise)
           
 CustomerLocal findSmith90()
           
 java.util.Collection findWithNoReservations()
           
 

Method Detail

create

public CustomerLocal create(java.lang.Integer id)
                     throws javax.ejb.CreateException

findByPrimaryKey

public CustomerLocal findByPrimaryKey(java.lang.Integer id)
                               throws javax.ejb.FinderException

findAllCustomers

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

findByName

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

findByExactName

public CustomerLocal findByExactName(java.lang.String lastName,
                                     java.lang.String firstName)
                              throws javax.ejb.FinderException

findByNameAndState

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

findSmith90

public CustomerLocal findSmith90()
                          throws javax.ejb.FinderException

findByGoodCredit

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

findByCity

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

findInHotStates

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

findWithNoReservations

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

findOnCruise

public java.util.Collection findOnCruise(CruiseLocal cruise)
                                  throws javax.ejb.FinderException

findByState

public java.util.Collection findByState(java.lang.String state)
                                 throws javax.ejb.FinderException

findAllCreditCardAddress

public java.util.Collection findAllCreditCardAddress(java.lang.String citie)
                                              throws javax.ejb.FinderException