Index

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

I

Instructor - Class in org.codewithmagret.rest.instructor
Entity class representing an Instructor in the system.
Instructor() - Constructor for class org.codewithmagret.rest.instructor.Instructor
Default constructor required by JPA.
Instructor(String, String, String) - Constructor for class org.codewithmagret.rest.instructor.Instructor
Constructs a new Instructor with the specified first name, last name, and email.
InstructorByCourse - Class in org.codewithmagret.rest.report.dto
DTO for InstructorByCourse report
InstructorByCourse() - Constructor for class org.codewithmagret.rest.report.dto.InstructorByCourse
Default constructor for InstructorByCourse.
InstructorByCourse(Long, String, String, SimpleInstructor) - Constructor for class org.codewithmagret.rest.report.dto.InstructorByCourse
Parameterized constructor for InstructorByCourse.
InstructorController - Class in org.codewithmagret.rest.instructor
REST controller for managing instructors.
InstructorController() - Constructor for class org.codewithmagret.rest.instructor.InstructorController
Default constructor for InstructorController.
InstructorRepository - Interface in org.codewithmagret.rest.instructor
Repository interface for Instructor entities, providing CRUD operations.
instructorsByStudent() - Method in class org.codewithmagret.rest.report.ReportController
Endpoint to retrieve instructors by students.
instructorsByStudent() - Method in class org.codewithmagret.rest.report.ReportService
Retrieves a list of instructors associated with each student.
InstructorsByStudent - Class in org.codewithmagret.rest.report.dto
DTO for the report of instructors by student.
InstructorsByStudent() - Constructor for class org.codewithmagret.rest.report.dto.InstructorsByStudent
Default constructor for JSON deserialization.
InstructorsByStudent(Long, String, String, List) - Constructor for class org.codewithmagret.rest.report.dto.InstructorsByStudent
Constructor to create an instance of InstructorsByStudent.
InstructorService - Class in org.codewithmagret.rest.instructor
Service class for handling business logic related to instructors.
InstructorService() - Constructor for class org.codewithmagret.rest.instructor.InstructorService
Default constructor for InstructorService.
A C D E F G I M O R S U 
All Classes and Interfaces|All Packages