Uses of Class
org.salespointframework.inventory.UniqueInventoryItem
-
Packages that use UniqueInventoryItem Package Description org.salespointframework.inventory The inventory subsystem. -
-
Uses of UniqueInventoryItem in org.salespointframework.inventory
Classes in org.salespointframework.inventory with type parameters of type UniqueInventoryItem Modifier and Type Interface Description interfaceUniqueInventory<T extends UniqueInventoryItem>AUniqueInventorymanagesUniqueInventoryItems, i.e. only a singleInventoryItemcan exist perProduct.Constructor parameters in org.salespointframework.inventory with type arguments of type UniqueInventoryItem Constructor Description InventoryOrderEventListener(@NonNull List<LineItemFilter> filters, @NonNull MultiInventory<MultiInventoryItem> inventory, @NonNull UniqueInventory<UniqueInventoryItem> uniqueInventory)
-