Uses of Interface
org.nuiton.topiatest.Department
Packages that use Department
-
Uses of Department in org.nuiton.topia
Methods in org.nuiton.topia that return types with arguments of type Department -
Uses of Department in org.nuiton.topiatest
Classes in org.nuiton.topiatest with type parameters of type DepartmentModifier and TypeClassDescriptionclassDepartmentDAOAbstract<E extends Department>classDepartmentDAOImpl<E extends Department>Classes in org.nuiton.topiatest that implement DepartmentFields in org.nuiton.topiatest with type parameters of type DepartmentModifier and TypeFieldDescriptionprotected Collection<Department>CompanyAbstract.departmentNom de l'attribut en BD : departmentMethods in org.nuiton.topiatest that return DepartmentModifier and TypeMethodDescriptionCompany.getDepartmentByTopiaId(String topiaId) CompanyAbstract.getDepartmentByTopiaId(String topiaId) Methods in org.nuiton.topiatest that return types with arguments of type DepartmentMethods in org.nuiton.topiatest with parameters of type DepartmentModifier and TypeMethodDescriptionvoidCompany.addDepartment(Department department) voidCompanyAbstract.addDepartment(Department department) CompanyDAOAbstract.findAllContainsDepartment(Department v) CompanyDAOAbstract.findContainsDepartment(Department v) voidCompany.removeDepartment(Department department) voidCompanyAbstract.removeDepartment(Department department) Method parameters in org.nuiton.topiatest with type arguments of type DepartmentModifier and TypeMethodDescriptionvoidCompany.addAllDepartment(Collection<Department> department) voidCompanyAbstract.addAllDepartment(Collection<Department> department) voidCompany.setDepartment(Collection<Department> department) voidCompanyAbstract.setDepartment(Collection<Department> department)