Uses of Class
csce331.group13.project2.backend.RestockReport.RestockItem
Packages that use RestockReport.RestockItem
-
Uses of RestockReport.RestockItem in csce331.group13.project2.backend
Methods in csce331.group13.project2.backend that return types with arguments of type RestockReport.RestockItemModifier and TypeMethodDescriptionstatic List<RestockReport.RestockItem> RestockReport.getRestockItems(int minThreshold) Retrieves all inventory items with stock below the specified threshold.