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
           
 

Methods in org.nuiton.topiatest that return Department
 Department CompanyAbstract.getDepartmentByTopiaId(String topiaId)
          getDepartmentByTopiaId :
 Department Company.getDepartmentByTopiaId(String topiaId)
          getDepartmentByTopiaId : Recupère l'attribut department à partir de son topiaId
 

Methods in org.nuiton.topiatest that return types with arguments of type Department
 Collection<Department> CompanyAbstract.getDepartment()
          getDepartment :
 Collection<Department> Company.getDepartment()
          getDepartment : Retourne la collection.
 

Methods in org.nuiton.topiatest with parameters of type Department
 void CompanyAbstract.addDepartment(Department department)
          addDepartment :
 void Company.addDepartment(Department department)
          addDepartment :
 void CompanyAbstract.removeDepartment(Department department)
          removeDepartment :
 void Company.removeDepartment(Department department)
          removeDepartment :
 

Method parameters in org.nuiton.topiatest with type arguments of type Department
 void CompanyAbstract.addAllDepartment(Collection<Department> department)
          addAllDepartment :
 void Company.addAllDepartment(Collection<Department> department)
          addAllDepartment :
 void CompanyAbstract.setDepartment(Collection<Department> department)
          setDepartment :
 void Company.setDepartment(Collection<Department> department)
          setDepartment :
 



Copyright © 2004-2010 CodeLutin. All Rights Reserved.