Uses of Class
edu.ucsb.cs156.courses.documents.Update
Packages that use Update
Package
Description
-
Uses of Update in edu.ucsb.cs156.courses.collections
Methods in edu.ucsb.cs156.courses.collections that return UpdateMethods in edu.ucsb.cs156.courses.collections that return types with arguments of type UpdateModifier 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) Methods in edu.ucsb.cs156.courses.collections with parameters of type Update -
Uses of Update in edu.ucsb.cs156.courses.controllers
Methods in edu.ucsb.cs156.courses.controllers that return types with arguments of type Update -
Uses of Update in edu.ucsb.cs156.courses.jobs
Methods in edu.ucsb.cs156.courses.jobs that return UpdateModifier and TypeMethodDescriptionUpdateCourseDataJob.updateUpdatesCollection
(String quarterYYYYQ, String subjectArea, int saved, int updated, int errors)