Uses of Class
org.salespointframework.catalog.ProductIdentifier
-
Packages that use ProductIdentifier Package Description org.salespointframework.catalog org.salespointframework.inventory The inventory subsystem.org.salespointframework.order The order subsystem. -
-
Uses of ProductIdentifier in org.salespointframework.catalog
Methods in org.salespointframework.catalog that return ProductIdentifier Modifier and Type Method Description ProductIdentifierProduct. getId() -
Uses of ProductIdentifier in org.salespointframework.inventory
Methods in org.salespointframework.inventory with parameters of type ProductIdentifier Modifier and Type Method Description InventoryItems<T>MultiInventory. findByProductIdentifier(ProductIdentifier productIdentifier)Returns allInventoryItemsavailable for a givenProductIdentifier.Optional<T>UniqueInventory. findByProductIdentifier(ProductIdentifier productIdentifier)Returns theInventoryItemfor the givenProductIdentifier. -
Uses of ProductIdentifier in org.salespointframework.order
Methods in org.salespointframework.order that return ProductIdentifier Modifier and Type Method Description ProductIdentifierOrderLine. getProductIdentifier()Methods in org.salespointframework.order with parameters of type ProductIdentifier Modifier and Type Method Description booleanOrderLine. refersTo(ProductIdentifier identifier)
-