Uses of Class
org.salespointframework.order.CartItem
| Package | Description |
|---|---|
| org.salespointframework.order |
The order subsystem.
|
-
Uses of CartItem in org.salespointframework.order
Methods in org.salespointframework.order that return CartItem Modifier and Type Method Description CartItemCart. addOrUpdateItem(Product product, double amount)CartItemCart. addOrUpdateItem(Product product, long amount)CartItemCart. addOrUpdateItem(Product product, Quantity quantity)Methods in org.salespointframework.order that return types with arguments of type CartItem Modifier and Type Method Description Optional<CartItem>Cart. getItem(String identifier)Returns the CartItem for the given identifier.Iterator<CartItem>Cart. iterator()Optional<CartItem>Cart. removeItem(String identifier)Removes theCartItemwith the given identifier.