Uses of Class
edu.ucsb.cs156.courses.documents.ConvertedSection
Package
Description
-
Uses of ConvertedSection in edu.ucsb.cs156.courses.collections
Modifier 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
Modifier and TypeMethodDescriptionCoursePage.convertedSections()
Create a List of ConvertedSections from json representation -
Uses of ConvertedSection in edu.ucsb.cs156.courses.services
Modifier and TypeMethodDescriptionUCSBCurriculumService.getConvertedSections
(String subjectArea, String quarter, String courseLevel)