Uses of Class
client.dto.objects.Course
-
Packages that use Course Package Description client.request logic.multithreading view.controller -
-
Uses of Course in client.request
Methods in client.request that return types with arguments of type Course Modifier and Type Method Description static Stream<Course>Kos. getAllCourses(ApiBase location, String semesterCode, String query)static Stream<Course>Kos. getProgrammeCourses(ApiBase location, String semesterCode, String query, String programmeCode) -
Uses of Course in logic.multithreading
Methods in logic.multithreading that return types with arguments of type Course Modifier and Type Method Description static Stream<Course>ResultHolder. getCourses()Method parameters in logic.multithreading with type arguments of type Course Modifier and Type Method Description static voidResultHolder. setCourses(Stream<Course> courses) -
Uses of Course in view.controller
Fields in view.controller with type parameters of type Course Modifier and Type Field Description javafx.scene.control.TableView<Course>KosController. programmeCourses
-