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) -
Uses of Restaurant in edu.ucsb.cs156.example.entities
Methods in edu.ucsb.cs156.example.entities with parameters of type Restaurant