Uses of Class
org.salespointframework.catalog.Product
Packages that use Product
Package
Description
The inventory subsystem.
The order subsystem.
-
Uses of Product in org.salespointframework.catalog
Classes in org.salespointframework.catalog with type parameters of type ProductMethods in org.salespointframework.catalog that return ProductMethods in org.salespointframework.catalog with parameters of type Product -
Uses of Product in org.salespointframework.inventory
Methods in org.salespointframework.inventory that return ProductModifier and TypeMethodDescriptionprotected abstract Product
InventoryItem.getProduct()
Returns theProduct
thisInventoryItem
belongs to.protected Product
MultiInventoryItem.getProduct()
UniqueInventoryItem.getProduct()
Methods in org.salespointframework.inventory with parameters of type ProductModifier 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
.Constructors in org.salespointframework.inventory with parameters of type ProductModifierConstructorDescriptionprotected
InventoryItem
(Product product, Quantity quantity) MultiInventoryItem
(Product product, Quantity quantity) UniqueInventoryItem
(Product product, Quantity quantity) -
Uses of Product in org.salespointframework.order
Methods in org.salespointframework.order that return ProductMethods in org.salespointframework.order with parameters of type ProductModifier 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