Uses of Class
com.broadleafcommerce.cart.client.domain.CartItem
Packages that use CartItem
-
Uses of CartItem in com.broadleafcommerce.cart.client.domain
Methods in com.broadleafcommerce.cart.client.domain that return types with arguments of type CartItemModifier and TypeMethodDescriptionCart.getCartItems()Items that are contained within this cart.CheckoutCart.getCartItems()CheckoutCart.getCartItemsWithDependentItems()CartItem.getDependentCartItems()Method parameters in com.broadleafcommerce.cart.client.domain with type arguments of type CartItemModifier and TypeMethodDescriptionvoidCart.setCartItems(List<CartItem> cartItems) Items that are contained within this cart.voidCheckoutCart.setCartItems(List<CartItem> cartItems) voidCartItem.setDependentCartItems(List<CartItem> dependentCartItems)