Uses of Class
org.javlo.ecom.Product.ProductBean
-
Packages that use Product.ProductBean Package Description org.javlo.component.ecom org.javlo.component.links org.javlo.ecom org.javlo.navigation -
-
Uses of Product.ProductBean in org.javlo.component.ecom
Methods in org.javlo.component.ecom that return Product.ProductBean Modifier and Type Method Description Product.ProductBeanIProductContainer. getProductBean(ContentContext ctx)Product.ProductBeanProductComponent. getProductBean(ContentContext ctx) -
Uses of Product.ProductBean in org.javlo.component.links
Methods in org.javlo.component.links that return Product.ProductBean Modifier and Type Method Description Product.ProductBeanSmartPageBean. getProduct() -
Uses of Product.ProductBean in org.javlo.ecom
Methods in org.javlo.ecom that return Product.ProductBean Modifier and Type Method Description Product.ProductBeanProduct. getBean(ContentContext ctx)Product.ProductBeanEcomService. getProducts(ContentContext ctx, String id)Product.ProductBeanEcomService. getProductsOnPage(ContentContext ctx, String pageId)Methods in org.javlo.ecom that return types with arguments of type Product.ProductBean Modifier and Type Method Description List<Product.ProductBean>EcomService. getActiveProducts(ContentContext ctx)List<Product.ProductBean>EcomService. getProducts(ContentContext ctx)List<Product.ProductBean>EcomService. getProductsAllLanguages(ContentContext ctx)List<Product.ProductBean>Basket. getProductsBean(ContentContext ctx)List<Product.ProductBean>BasketSmartBean. getProductsBean() -
Uses of Product.ProductBean in org.javlo.navigation
Methods in org.javlo.navigation that return Product.ProductBean Modifier and Type Method Description Product.ProductBeanMenuElement. getProduct(ContentContext ctx)Product.ProductBeanPageDescription. getProduct()Methods in org.javlo.navigation with parameters of type Product.ProductBean Modifier and Type Method Description voidPageDescription. setProduct(Product.ProductBean product)
-