Uses of Class
edu.ucsb.cs156.example.entities.UCSBDate
-
Uses of UCSBDate in edu.ucsb.cs156.example.controllers
Modifier and TypeMethodDescriptionGet a single date by idUCSBDatesController.postUCSBDate
(String quarterYYYYQ, String name, LocalDateTime localDateTime) Create a new dateUCSBDatesController.updateUCSBDate
(Long id, @Valid UCSBDate incoming) Update a single dateModifier and TypeMethodDescriptionUCSBDatesController.updateUCSBDate
(Long id, @Valid UCSBDate incoming) Update a single date -
Uses of UCSBDate in edu.ucsb.cs156.example.repositories
Modifier and TypeMethodDescriptionUCSBDateRepository.findAllByQuarterYYYYQ
(String quarterYYYYQ) This method returns all UCSBDate entities with a given quarterYYYYQ.