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.ProductBean
IProductContainer. getProductBean(ContentContext ctx)
Product.ProductBean
ProductComponent. 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.ProductBean
SmartPageBean. getProduct()
-
Uses of Product.ProductBean in org.javlo.ecom
Methods in org.javlo.ecom that return Product.ProductBean Modifier and Type Method Description Product.ProductBean
Product. getBean(ContentContext ctx)
Product.ProductBean
EcomService. getProducts(ContentContext ctx, String id)
Product.ProductBean
EcomService. 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.ProductBean
MenuElement. getProduct(ContentContext ctx)
Product.ProductBean
PageDescription. getProduct()
Methods in org.javlo.navigation with parameters of type Product.ProductBean Modifier and Type Method Description void
PageDescription. setProduct(Product.ProductBean product)
-