Uses of Class
org.broadleafcommerce.core.order.service.call.OrderItemRequestDTO

Packages that use OrderItemRequestDTO
org.broadleafcommerce.core.order.service   
org.broadleafcommerce.core.order.service.call   
org.broadleafcommerce.core.order.service.legacy   
org.broadleafcommerce.core.order.service.workflow   
 

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.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
 

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)
           
 



Copyright © 2012. All Rights Reserved.