Uses of Package
org.salespointframework.inventory
-
Packages that use org.salespointframework.inventory Package Description org.salespointframework The core framework package.org.salespointframework.inventory The inventory subsystem. -
Classes in org.salespointframework.inventory used by org.salespointframework Class Description LineItemFilter APredicateto allow defining whether theOrderLines should be post processed by theInventoryOrderEventListener. -
Classes in org.salespointframework.inventory used by org.salespointframework.inventory Class Description Inventory Base interface forInventoryItemimplementations.InventoryItem AnInventoryItemassociates a product with aQuantityto keep track of how many items per product are available.InventoryItemIdentifier InventoryItemIdentifierserves as an identifier type forUniqueInventoryItemobjects.InventoryItems An abstraction over a collection ofInventoryItems.LineItemFilter APredicateto allow defining whether theOrderLines should be post processed by theInventoryOrderEventListener.MultiInventory AnInventorythat storesMultiInventoryItems, i.e.MultiInventoryItem AnMultiInventoryItemthat establishes a many-to-one relationship to aProductinstance, i.e. it can be used to keep track of stock for products in e.g. multiple warehouses etc.UniqueInventory AUniqueInventorymanagesUniqueInventoryItems, i.e. only a singleInventoryItemcan exist perProduct.UniqueInventoryItem AnInventoryItemthat requires a unique one-to-one relationship to aProductinstance.