org.objectweb.jonas.jtests.beans.ejbql
Interface CustomerHomeRemote
- public interface CustomerHomeRemote
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