|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.core.order.service.legacy.LegacyMergeCartServiceImpl
@Deprecated public class LegacyMergeCartServiceImpl
These methods used to exist in LegacyCartService.
| Field Summary | |
|---|---|
protected FulfillmentGroupService |
fulfillmentGroupService
Deprecated. |
| Constructor Summary | |
|---|---|
LegacyMergeCartServiceImpl()
Deprecated. |
|
| Method Summary | |
|---|---|
protected OrderItem |
addOrderItemToOrder(Order order,
OrderItem newOrderItem,
Boolean priceOrder)
Deprecated. |
MergeCartResponse |
mergeCart(Customer customer,
Order anonymousCart)
Deprecated. Delegates to mergeCart(Customer, Order, boolean) with priceOrder set to true Merges the anonymous cart with the customer's current cart, taking into consideration the active status of the SKUs to merge. |
MergeCartResponse |
mergeCart(Customer customer,
Order anonymousCart,
boolean priceOrder)
Deprecated. Merges the anonymous cart with the customer's current cart, taking into consideration the active status of the SKUs to merge. |
protected Order |
mergeGiftWrapOrderItems(MergeCartResponse mergeCartResponse,
Order customerCart,
Map<OrderItem,OrderItem> oldNewItemMap)
Deprecated. |
protected Order |
mergeOfferCodes(Order anonymousCart,
Order customerCart)
Deprecated. |
protected Order |
mergeRegularOrderItems(Order anonymousCart,
MergeCartResponse mergeCartResponse,
Order customerCart,
Map<OrderItem,OrderItem> oldNewItemMap)
Deprecated. |
ReconstructCartResponse |
reconstructCart(Customer customer)
Deprecated. Delegates to reconstructCart(Customer, boolean) with priceOrder set to true Reconstruct the cart using previous stored state taking into consideration sku activation |
ReconstructCartResponse |
reconstructCart(Customer customer,
boolean priceOrder)
Deprecated. Reconstruct the cart using previous stored state taking into consideration sku activation |
protected Order |
removeExpiredGiftWrapOrderItems(MergeCartResponse mergeCartResponse,
Order customerCart,
Map<OrderItem,OrderItem> oldNewItemMap)
Deprecated. |
protected Order |
removeItemFromOrder(Order order,
OrderItem item,
boolean priceOrder)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected FulfillmentGroupService fulfillmentGroupService
| Constructor Detail |
|---|
public LegacyMergeCartServiceImpl()
| Method Detail |
|---|
public MergeCartResponse mergeCart(Customer customer,
Order anonymousCart)
throws PricingException
MergeCartService
mergeCart in interface MergeCartServicecustomer - the customer whose cart is to be merged
PricingException
public ReconstructCartResponse reconstructCart(Customer customer)
throws PricingException
MergeCartService
reconstructCart in interface MergeCartServicecustomer - the customer whose cart is to be reconstructed
PricingException
public MergeCartResponse mergeCart(Customer customer,
Order anonymousCart,
boolean priceOrder)
throws PricingException
MergeCartService
mergeCart in interface MergeCartServicecustomer - the customer whose cart is to be mergedpriceOrder - whether or not to price the order
PricingException
public ReconstructCartResponse reconstructCart(Customer customer,
boolean priceOrder)
throws PricingException
MergeCartService
reconstructCart in interface MergeCartServicecustomer - the customer whose cart is to be reconstructed
PricingException
protected Order mergeGiftWrapOrderItems(MergeCartResponse mergeCartResponse,
Order customerCart,
Map<OrderItem,OrderItem> oldNewItemMap)
throws PricingException
PricingException
protected Order removeExpiredGiftWrapOrderItems(MergeCartResponse mergeCartResponse,
Order customerCart,
Map<OrderItem,OrderItem> oldNewItemMap)
throws PricingException
PricingException
protected Order mergeOfferCodes(Order anonymousCart,
Order customerCart)
protected Order mergeRegularOrderItems(Order anonymousCart,
MergeCartResponse mergeCartResponse,
Order customerCart,
Map<OrderItem,OrderItem> oldNewItemMap)
throws PricingException
PricingException
protected OrderItem addOrderItemToOrder(Order order,
OrderItem newOrderItem,
Boolean priceOrder)
throws PricingException
PricingException
protected Order removeItemFromOrder(Order order,
OrderItem item,
boolean priceOrder)
throws PricingException
PricingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||