Uses of Class
info.magnolia.module.shop.beans.DefaultShoppingCartImpl

Packages that use DefaultShoppingCartImpl
info.magnolia.module.shop   
info.magnolia.module.shop.beans   
info.magnolia.module.shop.processors   
info.magnolia.module.shop.util   
 

Uses of DefaultShoppingCartImpl in info.magnolia.module.shop
 

Methods in info.magnolia.module.shop that return DefaultShoppingCartImpl
 DefaultShoppingCartImpl ShopConfiguration.getCartClass()
           
 

Uses of DefaultShoppingCartImpl in info.magnolia.module.shop.beans
 

Methods in info.magnolia.module.shop.beans that return DefaultShoppingCartImpl
 DefaultShoppingCartImpl ShoppingCartItem.getCart()
           
 

Methods in info.magnolia.module.shop.beans with parameters of type DefaultShoppingCartImpl
 void ShoppingCartItem.setCart(DefaultShoppingCartImpl cart)
           
 

Constructors in info.magnolia.module.shop.beans with parameters of type DefaultShoppingCartImpl
ShoppingCartItem(DefaultShoppingCartImpl cart, javax.jcr.Node product, int quantity, javax.jcr.Node productPrice)
           
ShoppingCartItem(DefaultShoppingCartImpl cart, javax.jcr.Node product, int quantity, javax.jcr.Node productPrice, Map<String,CartItemOption> options)
           
ShoppingCartItem(DefaultShoppingCartImpl cart, String productUUID, int quantity, double unitPrice)
           
ShoppingCartItem(DefaultShoppingCartImpl cart, String productUUID, int quantity, double unitPrice, Map<String,CartItemOption> options)
           
 

Uses of DefaultShoppingCartImpl in info.magnolia.module.shop.processors
 

Methods in info.magnolia.module.shop.processors with parameters of type DefaultShoppingCartImpl
protected  void SaveAndConfirmFormProcessor.loadCustomerData(DefaultShoppingCartImpl cart, Map<String,Object> parameters)
           
 

Uses of DefaultShoppingCartImpl in info.magnolia.module.shop.util
 

Methods in info.magnolia.module.shop.util with parameters of type DefaultShoppingCartImpl
static double ShopUtil.getShippingPriceForOption(info.magnolia.cms.core.Content shippingOption, DefaultShoppingCartImpl cart)
           
static BigDecimal ShopUtil.getShippingPriceForOptionBigDecimal(info.magnolia.cms.core.Content shippingOption, DefaultShoppingCartImpl cart)
          Gets the shipping cost from the provided option and for the carts total weight.
 



Copyright © 2014 Magnolia International Ltd.. All Rights Reserved.