Uses of Class
org.salespointframework.catalog.Product.ProductIdentifier
Package
Description
The inventory subsystem.
The order subsystem.
-
Uses of Product.ProductIdentifier in org.salespointframework.catalog
Modifier and TypeMethodDescriptionProduct.getId()
Returns the unique id of thisProduct
.static Product.ProductIdentifier
-
Uses of Product.ProductIdentifier in org.salespointframework.inventory
Modifier and TypeMethodDescriptionMultiInventory.findByProductIdentifier
(Product.ProductIdentifier productIdentifier) Returns allInventoryItems
available for a givenProduct.ProductIdentifier
.UniqueInventory.findByProductIdentifier
(Product.ProductIdentifier productIdentifier) Returns theInventoryItem
for the givenProduct.ProductIdentifier
. -
Uses of Product.ProductIdentifier in org.salespointframework.order
Modifier and TypeMethodDescriptionCart.getQuantity
(Product.ProductIdentifier identifier) Returns the quantity for the givenProduct.ProductIdentifier
currently contained in theCart
.boolean
OrderLine.refersTo
(Product.ProductIdentifier identifier)