Uses of Class
edu.ucsb.cs156.gauchoride.entities.DriverShift
-
Uses of DriverShift in edu.ucsb.cs156.gauchoride.controllers
Modifier and TypeMethodDescriptionDriverShiftController.postDriverShift
(Long driverid, String fullName, String day, String startTime, String stopTime, String backupDriver) DriverShiftController.updateDriverShift
(Long id, @Valid DriverShift incoming) Modifier and TypeMethodDescriptionDriverShiftController.updateDriverShift
(Long id, @Valid DriverShift incoming) -
Uses of DriverShift in edu.ucsb.cs156.gauchoride.repositories