Uses of Class
edu.ucsb.cs156.courses.documents.Primary
Packages that use Primary
Package
Description
-
Uses of Primary in edu.ucsb.cs156.courses.controllers
Methods in edu.ucsb.cs156.courses.controllers that return types with arguments of type Primary -
Uses of Primary in edu.ucsb.cs156.courses.documents
Methods in edu.ucsb.cs156.courses.documents that return types with arguments of type PrimaryModifier and TypeMethodDescriptionCoursePage.getListOfPrimaries(Course course) Given a Course, return a list of Primary objects.CoursePage.getPrimaries()Get a list of Primary objects from the CoursePage -
Uses of Primary in edu.ucsb.cs156.courses.services
Methods in edu.ucsb.cs156.courses.services that return types with arguments of type PrimaryModifier and TypeMethodDescriptionUCSBCurriculumService.getPrimaries(String subjectArea, String quarter, String courseLevel) This method retrieves course information and reformats it so that each primary is a single object, that has a list of all of it's secondaries.UCSBCurriculumService.getPrimariesByGE(String quarter, String area)