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 ProductInventoryItem.getProduct()Returns theProductthisInventoryItembelongs to.protected ProductMultiInventoryItem.getProduct()UniqueInventoryItem.getProduct()Methods in org.salespointframework.inventory with parameters of type ProductModifier and TypeMethodDescriptiondefault InventoryItems<T> MultiInventory.findByProduct(Product product) Returns allInventoryItemsavailable for a givenProduct.UniqueInventory.findByProduct(Product product) Returns theInventoryItemfor the givenProduct.booleanInventoryItem.keepsTrackOf(Product product) Returns whether theInventoryItembelongs to the givenProduct.Constructors in org.salespointframework.inventory with parameters of type ProductModifierConstructorDescriptionprotectedInventoryItem(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