Uses of Class
edu.ucsb.cs156.example.entities.UCSBDate
Packages that use UCSBDate
-
Uses of UCSBDate in edu.ucsb.cs156.example.controllers
Methods in edu.ucsb.cs156.example.controllers that return types with arguments of type UCSBDateMethods in edu.ucsb.cs156.example.controllers with parameters of type UCSBDateModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<String>
UCSBDatesController.updateUCSBDate
(Long id, @Valid UCSBDate incoming) -
Uses of UCSBDate in edu.ucsb.cs156.example.repositories
Methods in edu.ucsb.cs156.example.repositories that return types with arguments of type UCSBDate