Uses of Interface
org.salespointframework.core.SalespointRepository
| Package | Description |
|---|---|
| org.salespointframework.catalog | |
| org.salespointframework.inventory |
The inventory subsystem.
|
-
Uses of SalespointRepository in org.salespointframework.catalog
Subinterfaces of SalespointRepository in org.salespointframework.catalog Modifier and Type Interface Description interfaceCatalog<T extends Product>Repository interface forProducts -
Uses of SalespointRepository in org.salespointframework.inventory
Subinterfaces of SalespointRepository in org.salespointframework.inventory Modifier and Type Interface Description interfaceMultiInventory<T extends MultiInventoryItem>AnInventorythat storesMultiInventoryItems, i.e.interfaceUniqueInventory<T extends UniqueInventoryItem>AUniqueInventorymanagesUniqueInventoryItems, i.e. only a singleInventoryItemcan exist perProduct.