Package | Description |
---|---|
org.salespointframework.order |
The order subsystem.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014 Pivotal Software, Inc.. All rights reserved.