| Package | Description |
|---|---|
| org.broadleafcommerce.core.order.service | |
| org.broadleafcommerce.core.order.service.legacy |
| 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.addItem(Long orderId,
OrderItemRequestDTO orderItemRequestDTO,
boolean priceOrder) |
Order |
OrderService.addItem(Long orderId,
OrderItemRequestDTO orderItemRequestDTO,
boolean priceOrder)
Initiates the addItem workflow that will attempt to add the given quantity of the specified item
to the 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.
|
Order |
OrderServiceImpl.addItemWithPriceOverrides(Long orderId,
OrderItemRequestDTO orderItemRequestDTO,
boolean priceOrder) |
Order |
OrderService.addItemWithPriceOverrides(Long orderId,
OrderItemRequestDTO orderItemRequestDTO,
boolean priceOrder)
Initiates the addItem workflow that will attempt to add the given quantity of the specified item
to the Order.
|
| Modifier and Type | Method and Description |
|---|---|
Order |
LegacyCartServiceImpl.addItem(Long orderId,
OrderItemRequestDTO orderItemRequestDTO,
boolean priceOrder)
Deprecated.
|
Copyright © 2014. All Rights Reserved.