Uses of Class
org.broadleafcommerce.core.order.service.exception.AddToCartException
Packages that use AddToCartException
-
Uses of AddToCartException in org.broadleafcommerce.core.order.service
Methods in org.broadleafcommerce.core.order.service that throw AddToCartExceptionModifier and TypeMethodDescriptionOrderService.addAllItemsFromNamedOrder(Order namedOrder, boolean priceOrder) Adds all orderItems to the current cart from the same Customer that owns the named order.OrderServiceImpl.addAllItemsFromNamedOrder(Order namedOrder, boolean priceOrder) 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.OrderServiceImpl.addItem(Long orderId, OrderItemRequestDTO orderItemRequestDTO, boolean priceOrder) 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.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.OrderServiceImpl.addItemFromNamedOrder(Order namedOrder, OrderItem item, boolean priceOrder) OrderServiceImpl.addItemFromNamedOrder(Order namedOrder, OrderItem item, int quantity, boolean priceOrder) 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.OrderServiceImpl.addItemWithPriceOverrides(Long orderId, OrderItemRequestDTO orderItemRequestDTO, boolean priceOrder)