Interface MultiAddressDeliveryCostsStrategy
- All Superinterfaces:
DeliveryCostsStrategy
Calculates the delivery costs of the specified
AbstractOrder by grouping its AbstractOrderEntry based
on their assigned DeliveryMode and 'DeliveryAddress'. For each of these "groups" a new order
DefaultMultiAddressDeliveryCostsStrategy.createTempCart(java.util.List<de.hybris.platform.jalo.order.AbstractOrderEntry>, de.hybris.platform.jalo.user.Address, de.hybris.platform.jalo.order.delivery.DeliveryMode, de.hybris.platform.jalo.user.User, de.hybris.platform.jalo.c2l.Currency, boolean) and the total of their delivery costs will be
returned by DefaultMultiAddressDeliveryCostsStrategy.getCost(de.hybris.platform.jalo.SessionContext, de.hybris.platform.jalo.order.AbstractOrder).-
Method Summary
Methods inherited from interface de.hybris.platform.jalo.order.delivery.DeliveryCostsStrategy
findDeliveryCosts
-
Method Details
-
getCartFactory
Cart getCartFactory() -
setCartFactory
-