Uses of Interface
org.nuiton.topiatest.Department

Packages that use Department
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
 Class<Department> TopiaTestQueryHelper.DepartmentProperty.getEntityClass()
          getEntityClass :
 

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
protected  Collection<Department> CompanyAbstract.department
          Nom de l'attribut en BD : 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 : Retourne la collection.
 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 ayant comme valeur pour l'attribut department le paramètre.
 E CompanyDAOAbstract.findContainsDepartment(Department v)
          findContainsDepartment : Retourne le premier élément ayant comme valeur pour l'attribut department le paramètre.
 void Company.removeDepartment(Department department)
          removeDepartment :
 void CompanyAbstract.removeDepartment(Department department)
          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> department)
          addAllDepartment :
 void Company.setDepartment(Collection<Department> department)
          setDepartment :
 void CompanyAbstract.setDepartment(Collection<Department> department)
          setDepartment :
 



Copyright © 2004-2011 CodeLutin. All Rights Reserved.