Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portlet.shopping.model.ShoppingCartItem

Packages that use ShoppingCartItem
com.liferay.portlet.shopping.model   
com.liferay.portlet.shopping.model.impl   
com.liferay.portlet.shopping.service   
com.liferay.portlet.shopping.service.impl   
com.liferay.portlet.shopping.util   
 

Uses of ShoppingCartItem in com.liferay.portlet.shopping.model
 

Methods in com.liferay.portlet.shopping.model that return types with arguments of type ShoppingCartItem
 Map<ShoppingCartItem,Integer> ShoppingCartWrapper.getItems()
           
 Map<ShoppingCartItem,Integer> ShoppingCart.getItems()
           
 

Uses of ShoppingCartItem in com.liferay.portlet.shopping.model.impl
 

Classes in com.liferay.portlet.shopping.model.impl that implement ShoppingCartItem
 class ShoppingCartItemImpl
           
 

Methods in com.liferay.portlet.shopping.model.impl that return types with arguments of type ShoppingCartItem
 Map<ShoppingCartItem,Integer> ShoppingCartImpl.getItems()
           
 

Methods in com.liferay.portlet.shopping.model.impl with parameters of type ShoppingCartItem
 int ShoppingCartItemImpl.compareTo(ShoppingCartItem cartItem)
           
 

Uses of ShoppingCartItem in com.liferay.portlet.shopping.service
 

Methods in com.liferay.portlet.shopping.service that return types with arguments of type ShoppingCartItem
static Map<ShoppingCartItem,Integer> ShoppingCartLocalServiceUtil.getItems(long groupId, String itemIds)
           
 Map<ShoppingCartItem,Integer> ShoppingCartLocalService.getItems(long groupId, String itemIds)
           
 Map<ShoppingCartItem,Integer> ShoppingCartLocalServiceWrapper.getItems(long groupId, String itemIds)
           
 

Uses of ShoppingCartItem in com.liferay.portlet.shopping.service.impl
 

Methods in com.liferay.portlet.shopping.service.impl that return types with arguments of type ShoppingCartItem
 Map<ShoppingCartItem,Integer> ShoppingCartLocalServiceImpl.getItems(long groupId, String itemIds)
           
 

Uses of ShoppingCartItem in com.liferay.portlet.shopping.util
 

Method parameters in com.liferay.portlet.shopping.util with type arguments of type ShoppingCartItem
static double ShoppingUtil.calculateActualSubtotal(Map<ShoppingCartItem,Integer> items)
           
static double ShoppingUtil.calculateAlternativeShipping(Map<ShoppingCartItem,Integer> items, int altShipping)
           
static double ShoppingUtil.calculateCouponDiscount(Map<ShoppingCartItem,Integer> items, ShoppingCoupon coupon)
           
static double ShoppingUtil.calculateCouponDiscount(Map<ShoppingCartItem,Integer> items, String stateId, ShoppingCoupon coupon)
           
static double ShoppingUtil.calculateDiscountPercent(Map<ShoppingCartItem,Integer> items)
           
static double ShoppingUtil.calculateDiscountSubtotal(Map<ShoppingCartItem,Integer> items)
           
static double ShoppingUtil.calculateInsurance(Map<ShoppingCartItem,Integer> items)
           
static double ShoppingUtil.calculateShipping(Map<ShoppingCartItem,Integer> items)
           
static double ShoppingUtil.calculateSubtotal(Map<ShoppingCartItem,Integer> items)
           
static double ShoppingUtil.calculateTax(Map<ShoppingCartItem,Integer> items, String stateId)
           
static double ShoppingUtil.calculateTotal(Map<ShoppingCartItem,Integer> items, String stateId, ShoppingCoupon coupon, int altShipping, boolean insure)
           
static boolean ShoppingUtil.meetsMinOrder(ShoppingPreferences preferences, Map<ShoppingCartItem,Integer> items)
           
 


Liferay 6.1.2-ce-ga3