|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface defines the find operations for the Address Entity
| Method Summary | |
java.util.Enumeration |
findAll()
This method retrieves all instance of the customer entity from the database. |
java.util.Enumeration |
findByFirstName(java.lang.String firstName)
This method gets all entities with the given first name. |
java.util.Enumeration |
findByLastName(java.lang.String lastName)
This method gets all entities with the given last name. |
java.util.Enumeration |
findByTitle(java.lang.String title)
This method gets all entities with the given title. |
| Method Detail |
public java.util.Enumeration findAll()
throws javax.ejb.FinderException,
ValidationException,
java.rmi.RemoteException
javax.ejb.FinderException
java.rmi.RemoteException
ValidationException
public java.util.Enumeration findByFirstName(java.lang.String firstName)
throws javax.ejb.FinderException,
ValidationException,
java.rmi.RemoteException
firstName - the first name of all the entities to be returned
javax.ejb.FinderException
java.rmi.RemoteException
ValidationException
public java.util.Enumeration findByLastName(java.lang.String lastName)
throws javax.ejb.FinderException,
ValidationException,
java.rmi.RemoteException
lastName - the surname of all the entities to be returned
javax.ejb.FinderException
java.rmi.RemoteException
ValidationException
public java.util.Enumeration findByTitle(java.lang.String title)
throws javax.ejb.FinderException,
ValidationException,
java.rmi.RemoteException
title - the title of all the entities to be returned
javax.ejb.FinderException
java.rmi.RemoteException
ValidationException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||