Uses of Class
team75.model.DB.OrderItem
Packages that use DB.OrderItem
-
Uses of DB.OrderItem in team75.model
Method parameters in team75.model with type arguments of type DB.OrderItemModifier and TypeMethodDescriptionstatic UUIDDB.submitOrder(int employeeId, List<DB.OrderItem> items, BigDecimal total) Inserts a new order into orderhistory and decrements inventory for every ingredient used by the ordered items and their add-ons.