| Package | Description |
|---|---|
| org.nuiton.topiatest |
| Modifier and Type | Class and Description |
|---|---|
class |
EmployeDAOAbstract<E extends Employe> |
class |
EmployeDAOImpl<E extends Employe> |
| Modifier and Type | Class and Description |
|---|---|
class |
EmployeAbstract |
class |
EmployeImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Employe |
DepartmentAbstract.leader
Nom de l'attribut en BD : leader
|
| Modifier and Type | Field and Description |
|---|---|
protected Collection<Employe> |
CompanyAbstract.employe
Nom de l'attribut en BD : employe
|
| Modifier and Type | Method and Description |
|---|---|
Employe |
CompanyAbstract.getEmployeByTopiaId(String topiaId) |
Employe |
Company.getEmployeByTopiaId(String topiaId) |
Employe |
DepartmentAbstract.getLeader() |
Employe |
Department.getLeader() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Employe> |
CompanyAbstract.getEmploye() |
Collection<Employe> |
Company.getEmploye() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompanyAbstract.addEmploye(Employe employe) |
void |
Company.addEmploye(Employe employe) |
List<E> |
DepartmentDAOAbstract.findAllByLeader(Employe v) |
List<E> |
CompanyDAOAbstract.findAllContainsEmploye(Employe v) |
E |
DepartmentDAOAbstract.findByLeader(Employe v) |
E |
CompanyDAOAbstract.findContainsEmploye(Employe v) |
void |
CompanyAbstract.removeEmploye(Employe employe) |
void |
Company.removeEmploye(Employe employe) |
void |
DepartmentAbstract.setLeader(Employe leader) |
void |
Department.setLeader(Employe leader) |
| Modifier and Type | Method and Description |
|---|---|
void |
CompanyAbstract.addAllEmploye(Collection<Employe> employe) |
void |
Company.addAllEmploye(Collection<Employe> employe) |
void |
CompanyAbstract.setEmploye(Collection<Employe> employe) |
void |
Company.setEmploye(Collection<Employe> employe) |
Copyright © 2004–2013 CodeLutin. All rights reserved.