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 code, String name, boolean hasTakeOutMeal, double latitude, double longitude) RestaurantController.updateRestaurant
(String code, @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
(String code, @Valid Restaurant incoming)