Uses of Class
edu.ucsb.cs156.example.entities.UCSBDiningCommonsMenuItem
-
Uses of UCSBDiningCommonsMenuItem in edu.ucsb.cs156.example.controllers
Modifier 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.Modifier and TypeMethodDescriptionUCSBDiningCommonsMenuItemController.allUCSBDiningCommonsMenuItem()
Get all records in the table and return as a JSON arrayModifier 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
Modifier and TypeMethodDescriptionUCSBDiningCommonsMenuItemRepository.findAllByDiningCommonsCode
(String diningCommonsCode)