Package | Description |
---|---|
org.salespointframework.order |
The order subsystem.
|
Modifier and Type | Method and Description |
---|---|
(package private) CartItem |
CartItem.add(Quantity quantity)
|
CartItem |
Cart.addOrUpdateItem(Product product,
double amount)
|
CartItem |
Cart.addOrUpdateItem(Product product,
long amount)
|
CartItem |
Cart.addOrUpdateItem(Product product,
Quantity quantity)
|
Modifier and Type | Method and 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 the
CartItem with the given identifier. |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.