Uses of Class
edu.ucsb.cs156.example.entities.UCSBDate
-
Uses of UCSBDate in edu.ucsb.cs156.example.controllers
Modifier and TypeMethodDescriptionUCSBDatesController.postUCSBDate
(String quarterYYYYQ, String name, LocalDateTime localDateTime) UCSBDatesController.updateUCSBDate
(Long id, @Valid UCSBDate incoming) Modifier and TypeMethodDescriptionUCSBDatesController.updateUCSBDate
(Long id, @Valid UCSBDate incoming) -
Uses of UCSBDate in edu.ucsb.cs156.example.repositories