Index

A C D E F G I M O R S U 
All Classes and Interfaces|All Packages

G

getAllInstructors() - Method in class org.codewithmagret.rest.instructor.InstructorController
Retrieves a list of all instructors.
getCategories() - Method in class org.codewithmagret.rest.category.CategoryController
Retrieves a list of all categories.
getCategories() - Method in class org.codewithmagret.rest.category.CategoryService
Retrieves all categories from the repository.
getCategory() - Method in class org.codewithmagret.rest.course.Course
Gets the category to which the course belongs.
getCategoryById(Long) - Method in class org.codewithmagret.rest.category.CategoryController
Retrieves a category by its ID.
getCategoryById(Long) - Method in class org.codewithmagret.rest.category.CategoryService
Retrieves a category by its ID.
getCategoryId() - Method in class org.codewithmagret.rest.course.CourseCreateRequest
Gets the ID of the category to which the course belongs.
getCategoryId() - Method in class org.codewithmagret.rest.report.dto.CoursesByCategory
Getters and setters for the fields of CoursesByCategory.
getCategoryName() - Method in class org.codewithmagret.rest.report.dto.CoursesByCategory
Getters for the fields of CoursesByCategory.
getCode() - Method in class org.codewithmagret.rest.course.Course
Gets the unique code of the course.
getCode() - Method in class org.codewithmagret.rest.course.CourseCreateRequest
Gets the unique code of the course to be created.
getCode() - Method in class org.codewithmagret.rest.report.dto.InstructorByCourse
Getters for the fields of InstructorByCourse.
getCode() - Method in class org.codewithmagret.rest.report.dto.SimpleCourse
Getters for code
getCourseById(Long) - Method in class org.codewithmagret.rest.course.CourseController
Retrieves a course by its ID.
getCourseById(Long) - Method in class org.codewithmagret.rest.course.CourseService
Retrieves a course by its ID.
getCourseId() - Method in class org.codewithmagret.rest.report.dto.InstructorByCourse
Getters and setters for the fields of InstructorByCourse.
getCourseId() - Method in class org.codewithmagret.rest.report.dto.SimpleCourse
Getters for courseId
getCourses() - Method in class org.codewithmagret.rest.category.Category
Gets the list of courses that belong to this category.
getCourses() - Method in class org.codewithmagret.rest.course.CourseController
Retrieves a list of all courses.
getCourses() - Method in class org.codewithmagret.rest.course.CourseService
Retrieves all courses from the repository.
getCourses() - Method in class org.codewithmagret.rest.instructor.Instructor
Gets the list of courses taught by this instructor.
getCourses() - Method in class org.codewithmagret.rest.report.dto.CoursesByCategory
Getters for the fields of CoursesByCategory.
getCourses() - Method in class org.codewithmagret.rest.report.dto.CoursesByStudent
Getters for the fields of CoursesByStudent.
getCourses() - Method in class org.codewithmagret.rest.student.Student
Gets the list of courses the student is enrolled in.
getCoursesPerCategory() - Method in class org.codewithmagret.rest.report.ReportController
Endpoint to retrieve courses grouped by their categories.
getCoursesPerCategory() - Method in class org.codewithmagret.rest.report.ReportService
Retrieves a list of courses grouped by their categories.
getCoursesPerStudent() - Method in class org.codewithmagret.rest.report.ReportController
Endpoint to retrieve courses grouped by students.
getCoursesPerStudent() - Method in class org.codewithmagret.rest.report.ReportService
Retrieves a list of courses grouped by students.
getEmail() - Method in class org.codewithmagret.rest.instructor.Instructor
Gets the email address of the instructor.
getEmail() - Method in class org.codewithmagret.rest.report.dto.SimpleInstructor
Getters for the fields of SimpleInstructor.
getFirstName() - Method in class org.codewithmagret.rest.instructor.Instructor
Gets the first name of the instructor.
getFirstName() - Method in class org.codewithmagret.rest.report.dto.CoursesByStudent
Getters for the fields of CoursesByStudent.
getFirstName() - Method in class org.codewithmagret.rest.report.dto.InstructorsByStudent
Get the first name of the student.
getFirstName() - Method in class org.codewithmagret.rest.report.dto.SimpleInstructor
Getters for the fields of SimpleInstructor.
getFirstName() - Method in class org.codewithmagret.rest.student.Student
Gets the first name of the student.
getId() - Method in class org.codewithmagret.rest.category.Category
Gets the unique identifier of the category.
getId() - Method in class org.codewithmagret.rest.course.Course
Gets the unique identifier of the course.
getId() - Method in class org.codewithmagret.rest.instructor.Instructor
Gets the unique identifier of the instructor.
getId() - Method in class org.codewithmagret.rest.student.Student
Gets the unique identifier of the student.
getInstructor() - Method in class org.codewithmagret.rest.course.Course
Gets the instructor teaching the course.
getInstructor() - Method in class org.codewithmagret.rest.report.dto.InstructorByCourse
Getters for the fields of InstructorByCourse.
getInstructorById(Long) - Method in class org.codewithmagret.rest.instructor.InstructorController
Retrieves an instructor by its ID.
getInstructorById(Long) - Method in class org.codewithmagret.rest.instructor.InstructorService
Retrieves an instructor by its ID.
getInstructorId() - Method in class org.codewithmagret.rest.course.CourseCreateRequest
Gets the ID of the instructor teaching the course.
getInstructorId() - Method in class org.codewithmagret.rest.report.dto.SimpleInstructor
Getters and setters for the fields of SimpleInstructor.
getInstructorPerCourse() - Method in class org.codewithmagret.rest.report.ReportService
Retrieves courses along with their assigned instructors.
getInstructors() - Method in class org.codewithmagret.rest.instructor.InstructorService
Retrieves all instructors from the repository.
getInstructors() - Method in class org.codewithmagret.rest.report.dto.InstructorsByStudent
Get the list of instructors associated with the student.
getInstructorsByCourses() - Method in class org.codewithmagret.rest.report.ReportController
Endpoint to retrieve instructors by courses.
getLastName() - Method in class org.codewithmagret.rest.instructor.Instructor
Gets the last name of the instructor.
getLastName() - Method in class org.codewithmagret.rest.report.dto.CoursesByStudent
Getters for the fields of CoursesByStudent.
getLastName() - Method in class org.codewithmagret.rest.report.dto.InstructorsByStudent
Get the last name of the student.
getLastName() - Method in class org.codewithmagret.rest.report.dto.SimpleInstructor
Getters for the fields of SimpleInstructor.
getLastName() - Method in class org.codewithmagret.rest.student.Student
Gets the last name of the student.
getName() - Method in class org.codewithmagret.rest.category.Category
Gets the name of the category.
getStudentById(Long) - Method in class org.codewithmagret.rest.student.StudentController
Retrieves a student by its ID.
getStudentById(Long) - Method in class org.codewithmagret.rest.student.StudentService
Retrieves a student by its ID.
getStudentId() - Method in class org.codewithmagret.rest.report.dto.CoursesByStudent
Getters and setters for the fields of CoursesByStudent.
getStudentId() - Method in class org.codewithmagret.rest.report.dto.InstructorsByStudent
Getters and setters for the fields.
getStudents() - Method in class org.codewithmagret.rest.course.Course
Gets the list of students enrolled in the course.
getStudents() - Method in class org.codewithmagret.rest.student.StudentController
Retrieves a list of all students.
getStudents() - Method in class org.codewithmagret.rest.student.StudentService
Retrieves all students from the repository.
getTitle() - Method in class org.codewithmagret.rest.course.Course
Gets the title of the course.
getTitle() - Method in class org.codewithmagret.rest.course.CourseCreateRequest
Gets the title of the course to be created.
getTitle() - Method in class org.codewithmagret.rest.report.dto.InstructorByCourse
Getters for the fields of InstructorByCourse.
getTitle() - Method in class org.codewithmagret.rest.report.dto.SimpleCourse
Getters for title
A C D E F G I M O R S U 
All Classes and Interfaces|All Packages