Uses of Class
edu.ucsb.cs156.example.entities.Restaurant
Packages that use Restaurant
-
Uses of Restaurant in edu.ucsb.cs156.example.controllers
Methods in edu.ucsb.cs156.example.controllers that return RestaurantModifier and TypeMethodDescriptionRestaurantsController.postRestaurant
(String name, String cuisine, int roachCounter) RestaurantsController.updateRestaurant
(Long id, @Valid Restaurant incoming) Methods in edu.ucsb.cs156.example.controllers that return types with arguments of type RestaurantMethods in edu.ucsb.cs156.example.controllers with parameters of type RestaurantModifier and TypeMethodDescriptionRestaurantsController.updateRestaurant
(Long id, @Valid Restaurant incoming)