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 TypeMethodDescriptionThis method returns a single UCSB Dining Commons Menu Item.UCSBDiningCommonsMenuItemController.postUCSBDiningCommonsMenuItem
(String name, String station, String diningCommonsCode) This method creates a new UCSB Dining Commons Menu Item.UCSBDiningCommonsMenuItemController.updateRestaurant
(Long id, @Valid UCSBDiningCommonsMenuItem incoming) Methods in edu.ucsb.cs156.example.controllers that return types with arguments of type UCSBDiningCommonsMenuItemModifier and TypeMethodDescriptionUCSBDiningCommonsMenuItemController.allUCSBDiningCommonsMenuItem()
List all UCSB Dining Commons Menu ItemsMethods in edu.ucsb.cs156.example.controllers with parameters of type UCSBDiningCommonsMenuItemModifier and TypeMethodDescriptionUCSBDiningCommonsMenuItemController.updateRestaurant
(Long id, @Valid UCSBDiningCommonsMenuItem incoming) -
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 TypeMethodDescriptionUCSBDateRepository.findAllByQuarterYYYYQ
(String quarterYYYYQ) This method returns all UCSBDate entities with a given quarterYYYYQ.