Uses of Class
org.salespointframework.order.CartItem
Packages that use CartItem
-
Uses of CartItem in org.salespointframework.order
Methods in org.salespointframework.order that return types with arguments of type CartItemModifier and TypeMethodDescriptionCart.addOrUpdateItem
(Product product, double amount) Cart.addOrUpdateItem
(Product product, long amount) Cart.addOrUpdateItem
(Product product, Quantity quantity) Returns the CartItem for the given identifier.Cart.iterator()