Uses of Class
edu.ucsb.cs156.example.entities.IceCreamShop
Packages that use IceCreamShop
-
Uses of IceCreamShop in edu.ucsb.cs156.example.controllers
Methods in edu.ucsb.cs156.example.controllers that return IceCreamShopModifier and TypeMethodDescriptionIceCreamShopController.postIceCreamShop
(String name, String flavor, String description) IceCreamShopController.updateCommons
(Long id, @Valid IceCreamShop incoming) Methods in edu.ucsb.cs156.example.controllers that return types with arguments of type IceCreamShopMethods in edu.ucsb.cs156.example.controllers with parameters of type IceCreamShopModifier and TypeMethodDescriptionIceCreamShopController.updateCommons
(Long id, @Valid IceCreamShop incoming)