Package | Description |
---|---|
org.salespointframework.inventory |
The inventory subsystem.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Inventory<T extends InventoryItem>
Repository interface for
InventoryItem s. |
Modifier and Type | Method and Description |
---|---|
InventoryItem |
InventoryItem.decreaseQuantity(Quantity quantity)
Decreases the quantity of the current
InventoryItem by the given Quantity . |
InventoryItem |
InventoryItem.increaseQuantity(Quantity quantity)
Increases the quantity of the current
InventoryItem by the given Quantity . |
Copyright © 2019. All rights reserved.