Uses of Class
org.salespointframework.catalog.Product.ProductIdentifier
Packages that use Product.ProductIdentifier
Package
Description
The inventory subsystem.
The order subsystem.
-
Uses of Product.ProductIdentifier in org.salespointframework.catalog
Methods in org.salespointframework.catalog that return Product.ProductIdentifierModifier and TypeMethodDescriptionProduct.getId()
Returns the unique id of thisProduct
.static Product.ProductIdentifier
-
Uses of Product.ProductIdentifier in org.salespointframework.inventory
Methods in org.salespointframework.inventory that return Product.ProductIdentifierMethods in org.salespointframework.inventory with parameters of type Product.ProductIdentifierModifier 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
Methods in org.salespointframework.order that return Product.ProductIdentifierMethods in org.salespointframework.order with parameters of type Product.ProductIdentifierModifier and TypeMethodDescriptionCart.getQuantity
(Product.ProductIdentifier identifier) Returns the quantity for the givenProduct.ProductIdentifier
currently contained in theCart
.boolean
OrderLine.refersTo
(Product.ProductIdentifier identifier)