Uses of Interface
org.nuiton.topiatest.Department
| Package | Description |
|---|---|
| org.nuiton.topia | |
| org.nuiton.topiatest |
-
Uses of Department in org.nuiton.topia
Methods in org.nuiton.topia that return types with arguments of type Department Modifier and Type Method Description java.lang.Class<Department>TopiaTestQueryHelper.DepartmentProperty. getEntityClass() -
Uses of Department in org.nuiton.topiatest
Classes in org.nuiton.topiatest with type parameters of type Department Modifier and Type Class Description classDepartmentDAOAbstract<E extends Department>classDepartmentDAOImpl<E extends Department>Classes in org.nuiton.topiatest that implement Department Modifier and Type Class Description classDepartmentAbstractclassDepartmentImplFields in org.nuiton.topiatest with type parameters of type Department Modifier and Type Field Description protected java.util.Collection<Department>CompanyAbstract. departmentNom de l'attribut en BD : departmentMethods in org.nuiton.topiatest that return Department Modifier and Type Method Description DepartmentCompany. getDepartmentByTopiaId(java.lang.String topiaId)DepartmentCompanyAbstract. getDepartmentByTopiaId(java.lang.String topiaId)Methods in org.nuiton.topiatest that return types with arguments of type Department Modifier and Type Method Description java.util.Collection<Department>Company. getDepartment()java.util.Collection<Department>CompanyAbstract. getDepartment()Methods in org.nuiton.topiatest with parameters of type Department Modifier and Type Method Description voidCompany. addDepartment(Department department)voidCompanyAbstract. addDepartment(Department department)java.util.List<E>CompanyDAOAbstract. findAllContainsDepartment(Department v)ECompanyDAOAbstract. findContainsDepartment(Department v)voidCompany. removeDepartment(Department department)voidCompanyAbstract. removeDepartment(Department department)Method parameters in org.nuiton.topiatest with type arguments of type Department Modifier and Type Method Description voidCompany. addAllDepartment(java.util.Collection<Department> department)voidCompanyAbstract. addAllDepartment(java.util.Collection<Department> department)voidCompany. setDepartment(java.util.Collection<Department> department)voidCompanyAbstract. setDepartment(java.util.Collection<Department> department)