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