Uses of Class
edu.ucsb.cs156.courses.documents.ConvertedSection
Packages that use ConvertedSection
Package
Description
-
Uses of ConvertedSection in edu.ucsb.cs156.courses.collections
Methods in edu.ucsb.cs156.courses.collections that return types with arguments of type ConvertedSectionModifier and TypeMethodDescriptionConvertedSectionCollection.findByQuarterRangeAndCourseId
(String startQuarter, String endQuarter, String courseId) ConvertedSectionCollection.findByQuarterRangeAndInstructor
(String startQuarter, String endQuarter, String instructor) ConvertedSectionCollection.findOneByQuarterAndEnrollCode
(String quarter, String enrollCode) -
Uses of ConvertedSection in edu.ucsb.cs156.courses.documents
Methods in edu.ucsb.cs156.courses.documents that return types with arguments of type ConvertedSectionModifier and TypeMethodDescriptionCoursePage.convertedSections()
Create a List of ConvertedSections from json representation -
Uses of ConvertedSection in edu.ucsb.cs156.courses.services
Methods in edu.ucsb.cs156.courses.services that return types with arguments of type ConvertedSectionModifier and TypeMethodDescriptionUCSBCurriculumService.getConvertedSections
(String subjectArea, String quarter, String courseLevel)