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 TypeMethodDescriptionRestaurantController.postrestaurant
(String name, String description) RestaurantController.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 TypeMethodDescriptionRestaurantController.updaterestaurant
(Long id, @Valid Restaurant incoming)