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 record from the table; use the value passed in as a @RequestParam to do a lookup by id.UCSBDiningCommonsMenuItemController.postUcsbDiningCommonsMenuItem
(String diningCommonsCode, String name, String station) Use the data in the input parameters to create a new row in the table and return the data as JSONUCSBDiningCommonsMenuItemController.updateUCSBDiningCommonsMenuItem
(Long id, @Valid UCSBDiningCommonsMenuItem incoming) Get a single record from the table; use the value passed in as a @RequestParam to do a lookup by id.Methods in edu.ucsb.cs156.example.controllers that return types with arguments of type UCSBDiningCommonsMenuItemModifier and TypeMethodDescriptionUCSBDiningCommonsMenuItemController.allUCSBDiningCommonsMenuItem()
Get all records in the table and return as a JSON arrayMethods in edu.ucsb.cs156.example.controllers with parameters of type UCSBDiningCommonsMenuItemModifier and TypeMethodDescriptionUCSBDiningCommonsMenuItemController.updateUCSBDiningCommonsMenuItem
(Long id, @Valid UCSBDiningCommonsMenuItem incoming) Get a single record from the table; use the value passed in as a @RequestParam to do a lookup by id. -
Uses of UCSBDiningCommonsMenuItem in edu.ucsb.cs156.example.repositories
Methods in edu.ucsb.cs156.example.repositories that return types with arguments of type UCSBDiningCommonsMenuItemModifier and TypeMethodDescriptionUCSBDiningCommonsMenuItemRepository.findAllByDiningCommonsCode
(String diningCommonsCode)