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.findByQuarter(String quarter) ConvertedSectionCollection.findByQuarterAndBuildingCode(String quarter, String buildingCode) ConvertedSectionCollection.findByQuarterRangeAndBuildingCode(String startQuarter, String endQuarter, String buildingCode) ConvertedSectionCollection.findByQuarterRangeAndCourseId(String startQuarter, String endQuarter, String courseId) ConvertedSectionCollection.findByQuarterRangeAndInstructor(String startQuarter, String endQuarter, String instructor, String functionCode) 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.models
Methods in edu.ucsb.cs156.courses.models with parameters of type ConvertedSectionModifier and TypeMethodDescriptionstatic SectionCSVLineSectionCSVLine.toSectionCSVLine(ConvertedSection cs)  - 
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)