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
 java.lang.Class<Product> TopiaTestQueryHelper.ProductProperty.getEntityClass()
          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  java.util.Collection<Product> DepartmentAbstract.product
           
 

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

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

Methods in org.nuiton.topiatest with parameters of type Product
 void DepartmentAbstract.addProduct(Product product)
          addProduct :
 void Department.addProduct(Product product)
          addProduct :
 void DepartmentAbstract.removeProduct(Product product)
          removeProduct :
 void Department.removeProduct(Product product)
          removeProduct :
 

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

Uses of Product in org.nuiton.topiatest.beangen
 

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



Copyright © 2004-2010 CodeLutin. All Rights Reserved.