Uses of Interface
org.nuiton.topiatest.Product

Packages that use Product
org.nuiton.topiatest   
org.nuiton.topiatest.beangen   
 

Uses of Product in org.nuiton.topiatest
 

Classes in org.nuiton.topiatest with type parameters of type Product
 class ProductDAOAbstract<E extends Product>
           
 class ProductDAOImpl<E extends Product>
           
 

Classes in org.nuiton.topiatest that implement Product
 class ProductAbstract
           
 class ProductImpl
           
 

Fields in org.nuiton.topiatest with type parameters of type Product
 Collection<Product> DepartmentAbstract.product
           
 

Methods in org.nuiton.topiatest that return Product
 Product Department.getProductByTopiaId(String topiaId)
          getProductByTopiaId : Recupère l'attribut product à partir de son topiaId
 Product DepartmentAbstract.getProductByTopiaId(String topiaId)
          getProductByTopiaId :
 

Methods in org.nuiton.topiatest that return types with arguments of type Product
 Collection<Product> Department.getProduct()
          getProduct :
 Collection<Product> DepartmentAbstract.getProduct()
          getProduct :
 

Methods in org.nuiton.topiatest with parameters of type Product
 void Department.addProduct(Product product)
          addProduct :
 void DepartmentAbstract.addProduct(Product product)
          addProduct :
 List<E> DepartmentDAOAbstract.findAllContainsProduct(Product... v)
          findAllContainsProduct : Retourne les éléments trouvé dont l'attribut product contient le paramètre.
 E DepartmentDAOAbstract.findContainsProduct(Product... v)
          findContainsProduct : Retourne le premier élément trouvé dont l'attribut product contient le paramètre.
 void Department.removeProduct(Product product)
          removeProduct :
 void DepartmentAbstract.removeProduct(Product value)
          removeProduct :
 

Method parameters in org.nuiton.topiatest with type arguments of type Product
 void Department.addAllProduct(Collection<Product> product)
          addAllProduct :
 void DepartmentAbstract.addAllProduct(Collection<Product> values)
          addAllProduct :
 void Department.setProduct(Collection<Product> product)
          setProduct :
 void DepartmentAbstract.setProduct(Collection<Product> values)
          setProduct :
 

Uses of Product in org.nuiton.topiatest.beangen
 

Methods in org.nuiton.topiatest.beangen that return Product
abstract  Product Roue.getModel(String id)
          getModel :
 Product RoueImpl.getModel(String id)
           
 



Copyright © 2004-2010 CodeLutin. All Rights Reserved.