Uses of Class
edu.ucsb.cs156.gauchoride.entities.Ride
Packages that use Ride
-
Uses of Ride in edu.ucsb.cs156.gauchoride.controllers
Methods in edu.ucsb.cs156.gauchoride.controllers that return RideModifier and TypeMethodDescriptionRideController.assigndriverRide
(Long id, @Valid Ride incoming) RideController.postRide
(String day, String startTime, String endTime, String pickupBuilding, String pickupRoom, String dropoffBuilding, String dropoffRoom, String course, String notes) RideController.updateRide
(Long id, @Valid Ride incoming) Methods in edu.ucsb.cs156.gauchoride.controllers that return types with arguments of type RideModifier and TypeMethodDescriptionRideController.allRides()
RideController.allRidesByShiftId
(Long shiftId) Methods in edu.ucsb.cs156.gauchoride.controllers with parameters of type RideModifier and TypeMethodDescriptionRideController.assigndriverRide
(Long id, @Valid Ride incoming) RideController.updateRide
(Long id, @Valid Ride incoming) -
Uses of Ride in edu.ucsb.cs156.gauchoride.repositories
Methods in edu.ucsb.cs156.gauchoride.repositories that return types with arguments of type RideModifier and TypeMethodDescriptionRideRepository.findAllByRiderId
(long riderId) RideRepository.findAllByShiftId
(long shiftId) RideRepository.findByIdAndRiderId
(long id, long riderId)