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.postRestaurants
(String name, String description, String address) RestaurantsController.updateRestaurants
(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.updateRestaurants
(Long id, @Valid Restaurant incoming)