Uses of Class
org.salespointframework.catalog.Product
Package
Description
The inventory subsystem.
The order subsystem.
-
Uses of Product in org.salespointframework.catalog
-
Uses of Product in org.salespointframework.inventory
Modifier and TypeMethodDescriptionprotected abstract Product
InventoryItem.getProduct()
Returns theProduct
thisInventoryItem
belongs to.protected Product
MultiInventoryItem.getProduct()
UniqueInventoryItem.getProduct()
Modifier and TypeMethodDescriptiondefault InventoryItems
<T> MultiInventory.findByProduct
(Product product) Returns allInventoryItems
available for a givenProduct
.UniqueInventory.findByProduct
(Product product) Returns theInventoryItem
for the givenProduct
.boolean
InventoryItem.keepsTrackOf
(Product product) Returns whether theInventoryItem
belongs to the givenProduct
.ModifierConstructorDescriptionprotected
InventoryItem
(Product product, Quantity quantity) MultiInventoryItem
(Product product, Quantity quantity) UniqueInventoryItem
(Product product, Quantity quantity) -
Uses of Product in org.salespointframework.order
Modifier and TypeMethodDescriptionOrder.addOrderLine
(Product product, Quantity quantity) Cart.addOrUpdateItem
(Product product, double amount) Cart.addOrUpdateItem
(Product product, long amount) Cart.addOrUpdateItem
(Product product, Quantity quantity) Order.getOrderLines
(Product product) Cart.getQuantity
(Product product) boolean