| Package | Description |
|---|---|
| org.nuiton.topia | |
| org.nuiton.topiatest |
| Modifier and Type | Method and Description |
|---|---|
Class<Department> |
TopiaTestQueryHelper.DepartmentProperty.getEntityClass() |
| Modifier and Type | Class and Description |
|---|---|
class |
DepartmentDAOAbstract<E extends Department> |
class |
DepartmentDAOImpl<E extends Department> |
| Modifier and Type | Class and Description |
|---|---|
class |
DepartmentAbstract |
class |
DepartmentImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Collection<Department> |
CompanyAbstract.department
Nom de l'attribut en BD : department
|
| Modifier and Type | Method and Description |
|---|---|
Department |
CompanyAbstract.getDepartmentByTopiaId(String topiaId) |
Department |
Company.getDepartmentByTopiaId(String topiaId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Department> |
CompanyAbstract.getDepartment() |
Collection<Department> |
Company.getDepartment() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompanyAbstract.addDepartment(Department department) |
void |
Company.addDepartment(Department department) |
List<E> |
CompanyDAOAbstract.findAllContainsDepartment(Department v) |
E |
CompanyDAOAbstract.findContainsDepartment(Department v) |
void |
CompanyAbstract.removeDepartment(Department department) |
void |
Company.removeDepartment(Department department) |
| Modifier and Type | Method and Description |
|---|---|
void |
CompanyAbstract.addAllDepartment(Collection<Department> department) |
void |
Company.addAllDepartment(Collection<Department> department) |
void |
CompanyAbstract.setDepartment(Collection<Department> department) |
void |
Company.setDepartment(Collection<Department> department) |
Copyright © 2004–2020 Code Lutin. All rights reserved.