Uses of Class
edu.ucsb.cs156.example.entities.UCSBDiningCommonsMenuItem
Packages that use UCSBDiningCommonsMenuItem
-
Uses of UCSBDiningCommonsMenuItem in edu.ucsb.cs156.example.controllers
Methods in edu.ucsb.cs156.example.controllers that return UCSBDiningCommonsMenuItemModifier and TypeMethodDescriptionGet a single Menu Item by idUCSBDiningCommonsMenuItemController.postUCSBDiningCommonsMenuItem
(String diningCommonsCode, String name, String station) Create a new UCSB Dining Commons Menu ItemUCSBDiningCommonsMenuItemController.updateUCSBDiningCommonsMenuItem
(Long id, @Valid UCSBDiningCommonsMenuItem incoming) Update a single Menu ItemMethods in edu.ucsb.cs156.example.controllers that return types with arguments of type UCSBDiningCommonsMenuItemModifier and TypeMethodDescriptionUCSBDiningCommonsMenuItemController.allUCSBDiningCommonsMenuItems()
List all UCSB Dining Common Menu ItemsMethods in edu.ucsb.cs156.example.controllers with parameters of type UCSBDiningCommonsMenuItemModifier and TypeMethodDescriptionUCSBDiningCommonsMenuItemController.updateUCSBDiningCommonsMenuItem
(Long id, @Valid UCSBDiningCommonsMenuItem incoming) Update a single Menu Item