Uses of Class
edu.ucsb.cs156.example.entities.UCSBDiningCommons
Packages that use UCSBDiningCommons
-
Uses of UCSBDiningCommons in edu.ucsb.cs156.example.controllers
Methods in edu.ucsb.cs156.example.controllers that return UCSBDiningCommonsModifier and TypeMethodDescriptionUCSBDiningCommonsController.postCommons
(String code, String name, boolean hasSackMeal, boolean hasTakeOutMeal, boolean hasDiningCam, double latitude, double longitude) UCSBDiningCommonsController.updateCommons
(String code, @Valid UCSBDiningCommons incoming) Methods in edu.ucsb.cs156.example.controllers that return types with arguments of type UCSBDiningCommonsMethods in edu.ucsb.cs156.example.controllers with parameters of type UCSBDiningCommonsModifier and TypeMethodDescriptionUCSBDiningCommonsController.updateCommons
(String code, @Valid UCSBDiningCommons incoming)