Uses of Class
edu.ucsb.cs156.gauchoride.entities.Shift
-
Uses of Shift in edu.ucsb.cs156.gauchoride.controllers
Modifier and TypeMethodDescriptionShiftController.postShift
(String day, String shiftStart, String shiftEnd, long driverID, long driverBackupID) ShiftController.updateShift
(Long id, @Valid Shift incoming) -
Uses of Shift in edu.ucsb.cs156.gauchoride.repositories