Uses of Interface
org.nuiton.topiatest.Product
| Package | Description |
|---|---|
| org.nuiton.topia | |
| org.nuiton.topiatest |
-
Uses of Product in org.nuiton.topia
Methods in org.nuiton.topia that return types with arguments of type Product Modifier and Type Method Description java.lang.Class<Product>TopiaTestQueryHelper.ProductProperty. getEntityClass() -
Uses of Product in org.nuiton.topiatest
Classes in org.nuiton.topiatest with type parameters of type Product Modifier and Type Class Description classProductDAOAbstract<E extends Product>classProductDAOImpl<E extends Product>Classes in org.nuiton.topiatest that implement Product Modifier and Type Class Description classProductAbstractclassProductImplFields in org.nuiton.topiatest with type parameters of type Product Modifier and Type Field Description protected java.util.Collection<Product>DepartmentAbstract. productNom de l'attribut en BD : productMethods in org.nuiton.topiatest that return Product Modifier and Type Method Description ProductDepartment. getProductByTopiaId(java.lang.String topiaId)ProductDepartmentAbstract. getProductByTopiaId(java.lang.String topiaId)Methods in org.nuiton.topiatest that return types with arguments of type Product Modifier and Type Method Description java.util.Collection<Product>Department. getProduct()java.util.Collection<Product>DepartmentAbstract. getProduct()Methods in org.nuiton.topiatest with parameters of type Product Modifier and Type Method Description voidDepartment. addProduct(Product product)voidDepartmentAbstract. addProduct(Product product)java.util.List<E>DepartmentDAOAbstract. findAllContainsProduct(Product v)EDepartmentDAOAbstract. findContainsProduct(Product v)voidDepartment. removeProduct(Product product)voidDepartmentAbstract. removeProduct(Product product)Method parameters in org.nuiton.topiatest with type arguments of type Product Modifier and Type Method Description voidDepartment. addAllProduct(java.util.Collection<Product> product)voidDepartmentAbstract. addAllProduct(java.util.Collection<Product> product)voidDepartment. setProduct(java.util.Collection<Product> product)voidDepartmentAbstract. setProduct(java.util.Collection<Product> product)