Uses of Class
edu.ucsb.cs156.courses.entities.GradeHistory
Packages that use GradeHistory
Package
Description
-
Uses of GradeHistory in edu.ucsb.cs156.courses.controllers
Methods in edu.ucsb.cs156.courses.controllers that return types with arguments of type GradeHistoryModifier and TypeMethodDescriptionGradeHistoryController.allHistory()
GradeHistoryController.gradeHistoryBySubjectAreaAndCourseNumber
(String subjectArea, String courseNumber) -
Uses of GradeHistory in edu.ucsb.cs156.courses.jobs
Methods in edu.ucsb.cs156.courses.jobs that return types with arguments of type GradeHistoryModifier and TypeMethodDescriptionstatic List<GradeHistory>
UploadGradeDataJob.upsertAll
(GradeHistoryRepository gradeHistoryRepository, List<GradeHistory> gradeHistories) Method parameters in edu.ucsb.cs156.courses.jobs with type arguments of type GradeHistoryModifier and TypeMethodDescriptionstatic List<GradeHistory>
UploadGradeDataJob.upsertAll
(GradeHistoryRepository gradeHistoryRepository, List<GradeHistory> gradeHistories) -
Uses of GradeHistory in edu.ucsb.cs156.courses.repositories
Methods in edu.ucsb.cs156.courses.repositories that return types with arguments of type GradeHistoryModifier and TypeMethodDescriptionGradeHistoryRepository.findByCourse
(String course) GradeHistoryRepository.findByYyyyqAndCourseAndInstructorAndGrade
(String yyyyq, String course, String instructor, String grade) -
Uses of GradeHistory in edu.ucsb.cs156.courses.services
Methods in edu.ucsb.cs156.courses.services that return types with arguments of type GradeHistoryModifier and TypeMethodDescriptionUCSBGradeHistoryService.getGradeData
(String url) UCSBGradeHistoryServiceImpl.getGradeData
(String url)