Uses of Class
edu.ucsb.cs156.example.entities.UCSBDate
Packages that use UCSBDate
- 
Uses of UCSBDate in edu.ucsb.cs156.example.controllersMethods 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) Update a single date
- 
Uses of UCSBDate in edu.ucsb.cs156.example.repositoriesMethods in edu.ucsb.cs156.example.repositories that return types with arguments of type UCSBDateModifier and TypeMethodDescriptionUCSBDateRepository.findAllByQuarterYYYYQ(String quarterYYYYQ) This method returns all UCSBDate entities with a given quarterYYYYQ.