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.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 RideMethods in edu.ucsb.cs156.gauchoride.controllers with parameters of type Ride -
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.findByIdAndRiderId
(long id, long riderId)