Uses of Class
ejava.examples.blpurchase.bo.Product
-
Packages that use Product Package Description ejava.examples.blpurchase.bl ejava.examples.blpurchase.blimpl ejava.examples.blpurchase.bo -
-
Uses of Product in ejava.examples.blpurchase.bl
Methods in ejava.examples.blpurchase.bl that return types with arguments of type Product Modifier and Type Method Description List<Product>
Catalog. getProducts(int offset, int limit)
Returns a list of products in the catalog chunked into page sizes. -
Uses of Product in ejava.examples.blpurchase.blimpl
Methods in ejava.examples.blpurchase.blimpl that return types with arguments of type Product Modifier and Type Method Description List<Product>
CatalogImpl. getProducts(int offset, int limit)
-
Uses of Product in ejava.examples.blpurchase.bo
Fields in ejava.examples.blpurchase.bo with type parameters of type Product Modifier and Type Field Description private List<Product>
Cart. products
Methods in ejava.examples.blpurchase.bo that return types with arguments of type Product Modifier and Type Method Description List<Product>
Cart. getProducts()
Method parameters in ejava.examples.blpurchase.bo with type arguments of type Product Modifier and Type Method Description void
Cart. setProducts(List<Product> products)
-