|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MergeCartService
| Method Summary | |
|---|---|
MergeCartResponse |
mergeCart(Customer customer,
Order anonymousCart)
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)
Merges the anonymous cart with the customer's current cart, taking into consideration the active status of the SKUs to merge. |
ReconstructCartResponse |
reconstructCart(Customer customer)
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)
Reconstruct the cart using previous stored state taking into consideration sku activation |
| Method Detail |
|---|
MergeCartResponse mergeCart(Customer customer,
Order anonymousCart,
boolean priceOrder)
throws PricingException,
RemoveFromCartException
customer - the customer whose cart is to be mergedanonymousCartId - the anonymous cart idpriceOrder - whether or not to price the order
PricingException
RemoveFromCartException
MergeCartResponse mergeCart(Customer customer,
Order anonymousCart)
throws PricingException,
RemoveFromCartException
customer - the customer whose cart is to be mergedanonymousCartId - the anonymous cart id
PricingException
RemoveFromCartException
ReconstructCartResponse reconstructCart(Customer customer,
boolean priceOrder)
throws PricingException,
RemoveFromCartException
customer - the customer whose cart is to be reconstructed
RemoveFromCartException
PricingException
ReconstructCartResponse reconstructCart(Customer customer)
throws PricingException,
RemoveFromCartException
customer - the customer whose cart is to be reconstructed
PricingException
RemoveFromCartException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||