| java.lang.Object org.ofbiz.order.shoppingcart.shipping.ShippingEvents
ShippingEvents | public class ShippingEvents (Code) | | ShippingEvents - Events used for processing shipping fees
author: Andy Zeneski version: $Revision: 1.10 $ since: 2.0 |
Method Summary | |
public static String | getShipEstimate(HttpServletRequest request, HttpServletResponse response) | public static Map | getShipEstimate(GenericDelegator delegator, ShoppingCart cart, String shippingMethod) | public static Map | getShipEstimate(GenericDelegator delegator, OrderReadHelper orh) | public static Map | getShipEstimate(GenericDelegator delegator, String orderTypeId, String shipmentMethodTypeId, String carrierPartyId, String shippingContactMechId, String productStoreId, List itemSizes, Map featureMap, double shippableWeight, double shippableQuantity, double shippableTotal) |
getShipEstimate | public static Map getShipEstimate(GenericDelegator delegator, String orderTypeId, String shipmentMethodTypeId, String carrierPartyId, String shippingContactMechId, String productStoreId, List itemSizes, Map featureMap, double shippableWeight, double shippableQuantity, double shippableTotal)(Code) | | |
|
|