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 TypeMethodDescriptionUCSBDiningCommonsMenuItemsController.getUCSBDiningCommonsMenuItem
(Long id) Get a single record from the table; use the value passed in as a @RequestParam to do a lookup by id.UCSBDiningCommonsMenuItemsController.postUCSBDiningCommonsMenuItem
(String diningCommonsCode, String name, String station) Create a new dining commons menu itemUCSBDiningCommonsMenuItemsController.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 TypeMethodDescriptionUCSBDiningCommonsMenuItemsController.allUCSBDiningCommonsMenuItems()
List all UCSB dining commons menu itemsMethods in edu.ucsb.cs156.example.controllers with parameters of type UCSBDiningCommonsMenuItemModifier and TypeMethodDescriptionUCSBDiningCommonsMenuItemsController.updateUCSBDiningCommonsMenuItem
(Long id, @Valid UCSBDiningCommonsMenuItem incoming) Update a single menu item