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   
 

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)
           
 



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