Index
A B C D E F G H I J M N O P Q R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
I
- id - Variable in class com.amos2020.javabackend.entity.Audit
- id - Variable in class com.amos2020.javabackend.entity.ContactPerson
- id - Variable in class com.amos2020.javabackend.entity.FacCrit
- id - Variable in class com.amos2020.javabackend.entity.Interview
- id - Variable in class com.amos2020.javabackend.entity.Question
- id - Variable in class com.amos2020.javabackend.rest_service.request.interview.InterviewPerson
- id - Variable in class com.amos2020.javabackend.rest_service.response.BasicAuditResponse
- id - Variable in class com.amos2020.javabackend.rest_service.response.BasicContactPersonResponse
- id - Variable in class com.amos2020.javabackend.rest_service.response.BasicFacCritResponse
- id - Variable in class com.amos2020.javabackend.rest_service.response.BasicInterviewResponse
- id - Variable in class com.amos2020.javabackend.rest_service.response.BasicQuestionResponse
- Interview - Class in com.amos2020.javabackend.entity
- Interview() - Constructor for class com.amos2020.javabackend.entity.Interview
- InterviewAddContactPersonRequest - Class in com.amos2020.javabackend.rest_service.request.interview
-
Request object for adding an existing contact person to an existing interview.
- InterviewAddContactPersonRequest() - Constructor for class com.amos2020.javabackend.rest_service.request.interview.InterviewAddContactPersonRequest
- interviewByInterviewId - Variable in class com.amos2020.javabackend.entity.Answer
- interviewByInterviewId - Variable in class com.amos2020.javabackend.entity.InterviewContactPerson
- interviewContactPeopleById - Variable in class com.amos2020.javabackend.entity.ContactPerson
- interviewContactPeopleById - Variable in class com.amos2020.javabackend.entity.Interview
- InterviewContactPerson - Class in com.amos2020.javabackend.entity
- InterviewContactPerson() - Constructor for class com.amos2020.javabackend.entity.InterviewContactPerson
- InterviewContactPersonPK - Class in com.amos2020.javabackend.entity
- InterviewContactPersonPK() - Constructor for class com.amos2020.javabackend.entity.InterviewContactPersonPK
- InterviewContactPersonRepository - Interface in com.amos2020.javabackend.repository
-
Interface to access the interview_contact_person table in the database
- interviewContactPersonService - Variable in class com.amos2020.javabackend.rest_service.controller.InterviewController
- InterviewContactPersonService - Class in com.amos2020.javabackend.service
- InterviewContactPersonService(InterviewContactPersonRepository) - Constructor for class com.amos2020.javabackend.service.InterviewContactPersonService
- interviewController - Variable in class com.amos2020.javabackend.rest_service.InterviewRestService
- InterviewController - Class in com.amos2020.javabackend.rest_service.controller
- InterviewController(InterviewService, ContactPersonService, AuditService, InterviewContactPersonService, AnswerService, QuestionService, FacCritService) - Constructor for class com.amos2020.javabackend.rest_service.controller.InterviewController
- interviewedContactPersons - Variable in class com.amos2020.javabackend.rest_service.request.interview.CreateInterviewRequest
- interviewedContactPersons - Variable in class com.amos2020.javabackend.rest_service.response.BasicInterviewResponse
- interviewId - Variable in class com.amos2020.javabackend.entity.Answer
- interviewId - Variable in class com.amos2020.javabackend.entity.AnswerPK
- interviewId - Variable in class com.amos2020.javabackend.entity.InterviewContactPerson
- interviewId - Variable in class com.amos2020.javabackend.entity.InterviewContactPersonPK
- interviewId - Variable in class com.amos2020.javabackend.rest_service.request.answer.CreateAnswerRequest
- interviewId - Variable in class com.amos2020.javabackend.rest_service.request.answer.UpdateAnswerRequest
- interviewId - Variable in class com.amos2020.javabackend.rest_service.response.BasicAnswerResponse
- InterviewPerson - Class in com.amos2020.javabackend.rest_service.request.interview
- InterviewPerson(int, String) - Constructor for class com.amos2020.javabackend.rest_service.request.interview.InterviewPerson
- InterviewRepository - Interface in com.amos2020.javabackend.repository
-
Interface to access the interview table in the database
- InterviewRestService - Class in com.amos2020.javabackend.rest_service
-
Provides endpoints for the interview resource under /interviews
- InterviewRestService(InterviewController) - Constructor for class com.amos2020.javabackend.rest_service.InterviewRestService
- interviewsById - Variable in class com.amos2020.javabackend.entity.Audit
- interviewScope - Variable in class com.amos2020.javabackend.rest_service.request.interview.CreateInterviewRequest
- interviewService - Variable in class com.amos2020.javabackend.rest_service.controller.AnswerController
- interviewService - Variable in class com.amos2020.javabackend.rest_service.controller.InterviewController
- InterviewService - Class in com.amos2020.javabackend.service
- InterviewService(InterviewRepository) - Constructor for class com.amos2020.javabackend.service.InterviewService
- InterviewStatus - Enum in com.amos2020.javabackend.entity
- InterviewStatus() - Constructor for enum com.amos2020.javabackend.entity.InterviewStatus
- isValid() - Method in class com.amos2020.javabackend.rest_service.request.audit.CreateAuditRequest
-
Checks if provided startDate is before endDate
- isValid() - Method in class com.amos2020.javabackend.rest_service.request.audit.UpdateAuditRequest
-
Checks if provided startDate is before endDate
- isValid() - Method in class com.amos2020.javabackend.rest_service.request.interview.CreateInterviewRequest
- isValid() - Method in class com.amos2020.javabackend.rest_service.request.interview.UpdateInterviewRequest
-
Checks if provided startDate is before endDate
All Classes All Packages