|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Department | |
|---|---|
| org.nuiton.topiatest | |
| Uses of Department in org.nuiton.topiatest |
|---|
| Classes in org.nuiton.topiatest with type parameters of type Department | |
|---|---|
class |
DepartmentDAOAbstract<E extends Department>
|
class |
DepartmentDAOImpl<E extends Department>
|
| Classes in org.nuiton.topiatest that implement Department | |
|---|---|
class |
DepartmentAbstract
|
class |
DepartmentImpl
|
| Fields in org.nuiton.topiatest with type parameters of type Department | |
|---|---|
Collection<Department> |
CompanyAbstract.department
|
| Methods in org.nuiton.topiatest that return Department | |
|---|---|
Department |
Company.getDepartmentByTopiaId(String topiaId)
getDepartmentByTopiaId : Recupère l'attribut department à partir de son topiaId |
Department |
CompanyAbstract.getDepartmentByTopiaId(String topiaId)
getDepartmentByTopiaId : |
| Methods in org.nuiton.topiatest that return types with arguments of type Department | |
|---|---|
Collection<Department> |
Company.getDepartment()
getDepartment : |
Collection<Department> |
CompanyAbstract.getDepartment()
getDepartment : |
| Methods in org.nuiton.topiatest with parameters of type Department | |
|---|---|
void |
Company.addDepartment(Department department)
addDepartment : |
void |
CompanyAbstract.addDepartment(Department department)
addDepartment : |
List<E> |
CompanyDAOAbstract.findAllContainsDepartment(Department... v)
findAllContainsDepartment : Retourne les éléments trouvé dont l'attribut department contient le paramètre. |
E |
CompanyDAOAbstract.findContainsDepartment(Department... v)
findContainsDepartment : Retourne le premier élément trouvé dont l'attribut department contient le paramètre. |
void |
Company.removeDepartment(Department department)
removeDepartment : |
void |
CompanyAbstract.removeDepartment(Department value)
removeDepartment : |
| Method parameters in org.nuiton.topiatest with type arguments of type Department | |
|---|---|
void |
Company.addAllDepartment(Collection<Department> department)
addAllDepartment : |
void |
CompanyAbstract.addAllDepartment(Collection<Department> values)
addAllDepartment : |
void |
Company.setDepartment(Collection<Department> department)
setDepartment : |
void |
CompanyAbstract.setDepartment(Collection<Department> values)
setDepartment : |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||