Uses of Record Class
csce331.group13.project2.models.MenuInventory
Packages that use MenuInventory
-
Uses of MenuInventory in csce331.group13.project2.backend
Fields in csce331.group13.project2.backend with type parameters of type MenuInventoryMethods in csce331.group13.project2.backend that return types with arguments of type MenuInventoryModifier and TypeMethodDescriptionstatic List<MenuInventory> MenuInventorySQL.getInventoryForMenuItem(UUID menuItemId) Retrieves all inventory items and their quantities for a specific menu item.static Map<UUID, List<MenuInventory>> MenuInventorySQL.getMenuInventoryRelationships()Retrieves all menu-inventory relationships from the database.Methods in csce331.group13.project2.backend with parameters of type MenuInventoryModifier and TypeMethodDescriptionstatic booleanMenuInventorySQL.addMenuInventory(Connection conn, MenuInventory menuInventory) Adds a new menu-inventory relationship to the database.static booleanMenuInventorySQL.delete(Connection conn, MenuInventory menuInventory) Deletes a specific menu-inventory relationship.