Uses of Package
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 -
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 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.UniqueInventoryItem AnInventoryItemthat requires a unique one-to-one relationship to aProductinstance.