Uses of Class
edu.pdx.cs.joy.jdbc.Course
Packages that use Course
-
Uses of Course in edu.pdx.cs.joy.jdbc
Methods in edu.pdx.cs.joy.jdbc that return CourseModifier and TypeMethodDescriptionCourseDAO.findByTitle(String title) Finds a course by its title.CourseDAOImpl.findByTitle(String title) Finds a course by its title.Methods in edu.pdx.cs.joy.jdbc that return types with arguments of type CourseModifier and TypeMethodDescriptionCourseDAO.findByDepartmentId(int departmentId) Finds all courses associated with a specific department.CourseDAOImpl.findByDepartmentId(int departmentId) Finds all courses associated with a specific department.Methods in edu.pdx.cs.joy.jdbc with parameters of type CourseModifier and TypeMethodDescriptionvoidSaves a course to the database.voidSaves a course to the database.voidUpdates an existing course in the database.voidUpdates an existing course in the database.