|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of OrderItemRequestDTO in org.broadleafcommerce.core.order.service |
|---|
| Methods in org.broadleafcommerce.core.order.service that return OrderItemRequestDTO | |
|---|---|
OrderItemRequestDTO |
OrderItemServiceImpl.buildOrderItemRequestDTOFromOrderItem(OrderItem item)
|
OrderItemRequestDTO |
OrderItemService.buildOrderItemRequestDTOFromOrderItem(OrderItem item)
Creates an OrderItemRequestDTO object that most closely resembles the given OrderItem. |
| Methods in org.broadleafcommerce.core.order.service with parameters of type OrderItemRequestDTO | |
|---|---|
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.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. |
protected boolean |
OrderServiceImpl.compareAttributes(Map<String,OrderItemAttribute> item1Attributes,
OrderItemRequestDTO item2)
Returns true if the two items attributes exactly match. |
protected OrderItem |
OrderServiceImpl.findMatchingItem(Order order,
OrderItemRequestDTO itemToFind)
|
protected boolean |
OrderServiceImpl.itemMatches(Sku item1Sku,
Product item1Product,
Map<String,OrderItemAttribute> item1Attributes,
OrderItemRequestDTO item2)
|
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. |
| Uses of OrderItemRequestDTO in org.broadleafcommerce.core.order.service.call |
|---|
| Subclasses of OrderItemRequestDTO in org.broadleafcommerce.core.order.service.call | |
|---|---|
class |
NonDiscreteOrderItemRequestDTO
|
| Methods in org.broadleafcommerce.core.order.service.call that return OrderItemRequestDTO | |
|---|---|
OrderItemRequestDTO |
OrderItemRequestDTO.setCategoryId(Long categoryId)
|
OrderItemRequestDTO |
OrderItemRequestDTO.setItemAttributes(Map<String,String> itemAttributes)
|
OrderItemRequestDTO |
OrderItemRequestDTO.setOrderItemId(Long orderItemId)
|
OrderItemRequestDTO |
OrderItemRequestDTO.setProductId(Long productId)
|
OrderItemRequestDTO |
OrderItemRequestDTO.setQuantity(Integer quantity)
|
OrderItemRequestDTO |
OrderItemRequestDTO.setSkuId(Long skuId)
|
| Uses of OrderItemRequestDTO in org.broadleafcommerce.core.order.service.legacy |
|---|
| Methods in org.broadleafcommerce.core.order.service.legacy with parameters of type OrderItemRequestDTO | |
|---|---|
Order |
LegacyCartServiceImpl.addItem(Long orderId,
OrderItemRequestDTO orderItemRequestDTO,
boolean priceOrder)
Deprecated. |
Order |
LegacyOrderServiceImpl.addItemToOrder(Long orderId,
OrderItemRequestDTO orderItemRequestDTO,
boolean priceOrder)
Deprecated. |
Order |
LegacyOrderService.addItemToOrder(Long orderId,
OrderItemRequestDTO orderItemRequestDTO,
boolean priceOrder)
Deprecated. Adds an item to the passed in order. |
Order |
LegacyCartServiceImpl.updateItemQuantity(Long orderId,
OrderItemRequestDTO orderItemRequestDTO,
boolean priceOrder)
Deprecated. |
void |
LegacyOrderServiceImpl.updateItemQuantity(Order order,
OrderItemRequestDTO orderItemRequestDTO)
Deprecated. |
void |
LegacyOrderService.updateItemQuantity(Order order,
OrderItemRequestDTO orderItemRequestDTO)
Deprecated. From the given OrderItemRequestDTO object, this will look through the order's DiscreteOrderItems to find the item with the matching orderItemId and update this item's quantity with the value of the quantity field in the OrderItemRequestDTO. |
| Uses of OrderItemRequestDTO in org.broadleafcommerce.core.order.service.workflow |
|---|
| Fields in org.broadleafcommerce.core.order.service.workflow declared as OrderItemRequestDTO | |
|---|---|
protected OrderItemRequestDTO |
CartOperationRequest.itemRequest
|
| Methods in org.broadleafcommerce.core.order.service.workflow that return OrderItemRequestDTO | |
|---|---|
OrderItemRequestDTO |
CartOperationRequest.getItemRequest()
|
| Methods in org.broadleafcommerce.core.order.service.workflow with parameters of type OrderItemRequestDTO | |
|---|---|
void |
CartOperationRequest.setItemRequest(OrderItemRequestDTO itemRequest)
|
| Constructors in org.broadleafcommerce.core.order.service.workflow with parameters of type OrderItemRequestDTO | |
|---|---|
CartOperationRequest(Order order,
OrderItemRequestDTO itemRequest,
boolean priceOrder)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||