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)
|