JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Class
edu.ucsb.cs156.gauchoride.entities.DriverShift
Packages that use
DriverShift
Package
Description
edu.ucsb.cs156.gauchoride.controllers
edu.ucsb.cs156.gauchoride.repositories
Uses of
DriverShift
in
edu.ucsb.cs156.gauchoride.controllers
Methods in
edu.ucsb.cs156.gauchoride.controllers
that return types with arguments of type
DriverShift
Modifier and Type
Method
Description
Iterable
<
DriverShift
>
DriverShiftController.
getAllDriverShifts
()
Uses of
DriverShift
in
edu.ucsb.cs156.gauchoride.repositories
Methods in
edu.ucsb.cs156.gauchoride.repositories
that return types with arguments of type
DriverShift
Modifier and Type
Method
Description
Optional
<
DriverShift
>
DriverShiftRepository.
findByDriver
(
User
driver)