Uses of Class
edu.ucsb.cs156.courses.entities.UCSBAPIQuarter
Packages that use UCSBAPIQuarter
Package
Description
-
Uses of UCSBAPIQuarter in edu.ucsb.cs156.courses.controllers
Methods in edu.ucsb.cs156.courses.controllers that return UCSBAPIQuarterMethods in edu.ucsb.cs156.courses.controllers that return types with arguments of type UCSBAPIQuarterModifier and TypeMethodDescriptionUCSBAPIQuarterController.getAllQuarters()UCSBAPIQuarterController.loadQuarters() -
Uses of UCSBAPIQuarter in edu.ucsb.cs156.courses.repositories
Methods in edu.ucsb.cs156.courses.repositories that return types with arguments of type UCSBAPIQuarterModifier and TypeMethodDescriptionUCSBAPIQuarterRepository.findAll()UCSBAPIQuarterRepository.findByQuarter(String quarter) -
Uses of UCSBAPIQuarter in edu.ucsb.cs156.courses.services
Methods in edu.ucsb.cs156.courses.services that return UCSBAPIQuarterMethods in edu.ucsb.cs156.courses.services that return types with arguments of type UCSBAPIQuarterModifier and TypeMethodDescriptionUCSBAPIQuarterService.getAllQuarters()UCSBAPIQuarterService.getAllQuartersFromAPI()UCSBAPIQuarterService.loadAllQuarters()