Uses of Class
org.broadleafcommerce.core.order.service.exception.ItemNotFoundException

Packages that use ItemNotFoundException
org.broadleafcommerce.core.order.service.legacy   
 

Uses of ItemNotFoundException in org.broadleafcommerce.core.order.service.legacy
 

Methods in org.broadleafcommerce.core.order.service.legacy that throw ItemNotFoundException
 Order LegacyOrderServiceImpl.addOrUpdateOrderItemAttributes(Order order, OrderItem item, Map<String,String> attributeValues, boolean priceOrder)
          Deprecated. Adds the passed in name/value pair to the order-item.
 Order LegacyOrderService.addOrUpdateOrderItemAttributes(Order order, OrderItem item, Map<String,String> attributeValues, boolean priceOrder)
          Deprecated. Adds the passed in name/value pair to the order-item.
 Order LegacyOrderServiceImpl.removeOrderItemAttribute(Order order, OrderItem item, String attributeName, boolean priceOrder)
          Deprecated.  
 Order LegacyOrderService.removeOrderItemAttribute(Order order, OrderItem item, String attributeName, boolean priceOrder)
          Deprecated. Adds the passed in name/value pair to the order-item.
 void LegacyOrderServiceImpl.updateItemQuantity(Order order, OrderItem item)
          Deprecated.  
 void LegacyOrderService.updateItemQuantity(Order order, OrderItem item)
          Deprecated. Delegates to the fully parametrized method with priceOrder = true.
 void LegacyOrderServiceImpl.updateItemQuantity(Order order, OrderItem item, boolean priceOrder)
          Deprecated.  
 void LegacyOrderService.updateItemQuantity(Order order, OrderItem item, boolean priceOrder)
          Deprecated. Updates the quantity and reprices the order.
 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.
 



Copyright © 2012. All Rights Reserved.