|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BusinessInterface
Business interface of the EJB 3.0.
| Method Summary | |
|---|---|
List<Employee> |
findEmployees()
Find all employees. |
Employee |
findEmployeeWithItsGivenName(String name)
Allows to find an employee by its name. |
void |
init()
Initialize the Database with new entities. |
| Method Detail |
|---|
void init()
List<Employee> findEmployees()
Employee findEmployeeWithItsGivenName(String name)
name - the given name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||