Package | Description |
---|---|
org.salespointframework.catalog | |
org.salespointframework.inventory |
The inventory subsystem.
|
org.salespointframework.order |
The order subsystem.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Catalog<T extends Product>
Repository interface for
Product s |
Modifier and Type | Method and Description |
---|---|
int |
Product.compareTo(Product other) |
Modifier and Type | Method and Description |
---|---|
Product |
InventoryItem.getProduct() |
Modifier and Type | Method and Description |
---|---|
default Optional<T> |
Inventory.findByProduct(Product product)
Returns the
InventoryItem for the given Product . |
Constructor and Description |
---|
InventoryItem(Product product,
Quantity quantity)
|
Modifier and Type | Method and Description |
---|---|
Product |
CartItem.getProduct() |
Modifier and Type | Method and Description |
---|---|
CartItem |
Cart.addOrUpdateItem(Product product,
double amount)
|
CartItem |
Cart.addOrUpdateItem(Product product,
long amount)
|
CartItem |
Cart.addOrUpdateItem(Product product,
Quantity quantity)
|
Constructor and Description |
---|
CartItem(Product product,
Quantity quantity)
Creates a new
CartItem . |
OrderLine(Product product,
Quantity quantity)
|
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.