Uses of Class
edu.ucsb.cs156.courses.documents.Update
Package
Description
-
Uses of Update in edu.ucsb.cs156.courses.collections
Modifier and TypeMethodDescriptionorg.springframework.data.domain.Page
<Update> UpdateCollection.findAll
(org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page
<Update> UpdateCollection.findByQuarter
(String quarter, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page
<Update> UpdateCollection.findBySubjectArea
(String subjectArea, org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page
<Update> UpdateCollection.findBySubjectAreaAndQuarter
(String subjectArea, String quarter, org.springframework.data.domain.Pageable pageable) -
Uses of Update in edu.ucsb.cs156.courses.controllers
Modifier and TypeMethodDescriptionUpdateController.getUpdates
(String subjectArea, String quarter, int page, int pageSize) -
Uses of Update in edu.ucsb.cs156.courses.jobs
Modifier and TypeMethodDescriptionUpdateCourseDataJob.updateUpdatesCollection
(String quarterYYYYQ, String subjectArea, int saved, int updated, int errors)