Uses of Interface
org.nuiton.topiatest.Product

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

Uses of Product in org.nuiton.topia
 

Methods in org.nuiton.topia that return types with arguments of type Product
 Class<Product> TopiaTestQueryHelper.ProductProperty.getEntityClass()
           
 

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
protected  Collection<Product> DepartmentAbstract.product
          Nom de l'attribut en BD : product
 

Methods in org.nuiton.topiatest that return Product
 Product DepartmentAbstract.getProductByTopiaId(String topiaId)
           
 Product Department.getProductByTopiaId(String topiaId)
           
 

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

Methods in org.nuiton.topiatest with parameters of type Product
 void DepartmentAbstract.addProduct(Product product)
           
 void Department.addProduct(Product product)
           
 List<E> DepartmentDAOAbstract.findAllContainsProduct(Product v)
           
 E DepartmentDAOAbstract.findContainsProduct(Product v)
           
 void DepartmentAbstract.removeProduct(Product product)
           
 void Department.removeProduct(Product product)
           
 

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

Uses of Product in org.nuiton.topiatest.beangen
 

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



Copyright © 2004-2012 CodeLutin. All Rights Reserved.