Uses of Class
edu.ucsb.cs156.gauchoride.entities.DriverShift
Packages that use DriverShift
-
Uses of DriverShift in edu.ucsb.cs156.gauchoride.controllers
Methods in edu.ucsb.cs156.gauchoride.controllers that return DriverShiftModifier and TypeMethodDescriptionDriverShiftController.postDriverShift
(Long driverid, String fullName, String day, String startTime, String stopTime, String backupDriver) DriverShiftController.updateDriverShift
(Long id, @Valid DriverShift incoming) Methods in edu.ucsb.cs156.gauchoride.controllers with parameters of type DriverShiftModifier and TypeMethodDescriptionDriverShiftController.updateDriverShift
(Long id, @Valid DriverShift incoming) -
Uses of DriverShift in edu.ucsb.cs156.gauchoride.repositories
Methods in edu.ucsb.cs156.gauchoride.repositories that return types with arguments of type DriverShift