| Package | Description |
|---|---|
| org.broadleafcommerce.core.order.service | |
| org.broadleafcommerce.core.order.service.legacy | |
| org.broadleafcommerce.core.pricing.service.workflow |
| Modifier and Type | Method and Description |
|---|---|
Order |
OrderServiceImpl.addAllItemsFromNamedOrder(Order namedOrder,
boolean priceOrder) |
Order |
OrderService.addAllItemsFromNamedOrder(Order namedOrder,
boolean priceOrder)
Adds all orderItems to the current cart from the same Customer that owns the named
order.
|
Order |
OrderServiceImpl.addItemFromNamedOrder(Order namedOrder,
OrderItem item,
boolean priceOrder) |
Order |
OrderService.addItemFromNamedOrder(Order namedOrder,
OrderItem orderItem,
boolean priceOrder)
Adds the passed in orderItem to the current cart for the same Customer that owns the
named order.
|
Order |
OrderServiceImpl.addItemFromNamedOrder(Order namedOrder,
OrderItem item,
int quantity,
boolean priceOrder) |
Order |
OrderService.addItemFromNamedOrder(Order namedOrder,
OrderItem orderItem,
int quantity,
boolean priceOrder)
This method performs the same function as addItemFromNamedOrder(Order, OrderItem, boolean)
except that instead of adding all of the quantity from the named order to the cart, it will
only add/move the specific quantity requested.
|
MergeCartResponse |
MergeCartService.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 |
MergeCartServiceImpl.mergeCart(Customer customer,
Order anonymousCart) |
MergeCartResponse |
MergeCartService.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.
|
MergeCartResponse |
MergeCartServiceImpl.mergeCart(Customer customer,
Order anonymousCart,
boolean priceOrder) |
ReconstructCartResponse |
MergeCartService.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 |
MergeCartServiceImpl.reconstructCart(Customer customer) |
ReconstructCartResponse |
MergeCartService.reconstructCart(Customer customer,
boolean priceOrder)
Reconstruct the cart using previous stored state taking into
consideration sku activation
|
ReconstructCartResponse |
MergeCartServiceImpl.reconstructCart(Customer customer,
boolean priceOrder) |
Order |
OrderServiceImpl.removeInactiveItems(Long orderId,
boolean priceOrder) |
Order |
OrderService.removeInactiveItems(Long orderId,
boolean priceOrder) |
Order |
OrderServiceImpl.removeItem(Long orderId,
Long orderItemId,
boolean priceOrder) |
Order |
OrderService.removeItem(Long orderId,
Long orderItemId,
boolean priceOrder)
Initiates the removeItem workflow that will attempt to remove the specified OrderItem from
the given Order
|
Order |
OrderServiceImpl.updateItemQuantity(Long orderId,
OrderItemRequestDTO orderItemRequestDTO,
boolean priceOrder) |
Order |
OrderService.updateItemQuantity(Long orderId,
OrderItemRequestDTO orderItemRequestDTO,
boolean priceOrder)
Initiates the updateItem workflow that will attempt to update the item quantity for the specified
OrderItem in the given Order.
|
| Modifier and Type | Method and Description |
|---|---|
Order |
LegacyCartServiceImpl.removeItem(Long orderId,
Long orderItemId,
boolean priceOrder)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Order |
AutoBundleActivity.handleAutomaticBundling(Order order) |
Copyright © 2014. All Rights Reserved.