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.gradeHistoryBySubjectAreaAndCourseNumber(String subjectArea, String courseNumber) -
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 with parameters of type GradeHistoryModifier and TypeMethodDescriptionvoidGradeHistoryImportServiceImpl.updateEntity(PreparedStatement ps, GradeHistory entity) Method parameters in edu.ucsb.cs156.courses.services with type arguments of type GradeHistoryModifier and TypeMethodDescriptionvoidGradeHistoryImportServiceImpl.flushBuffer(List<GradeHistory> buffer, int batchSize) This method flushes the buffer to the database in batches.