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

G

getAll() - Method in class com.amos2020.javabackend.service.AnswerService
get all existing Answer items
getAll() - Method in class com.amos2020.javabackend.service.AuditService
Get all existing audits
getAll() - Method in class com.amos2020.javabackend.service.ContactPersonService
Get all existing contactPersons
getAllAnswers() - Method in class com.amos2020.javabackend.rest_service.AnswerRestService
GET Endpoint for fetching all existing Answers
getAllAnswers() - Method in class com.amos2020.javabackend.rest_service.controller.AnswerController
Get all answers
getAllAnswersByInterviewId(int) - Method in class com.amos2020.javabackend.rest_service.controller.AnswerController
Get all answers for an interview
getAllAudits() - Method in class com.amos2020.javabackend.rest_service.controller.AuditController
Get all exiting auditd
getAllById(List<Integer>) - Method in class com.amos2020.javabackend.service.FacCritService
Get a list of facCrits by a list of facCrit ids
getAllByIds(List<Integer>) - Method in class com.amos2020.javabackend.service.ContactPersonService
Get all ContactPersons for a given list of contactPerson ids
getAllContactPersons() - Method in class com.amos2020.javabackend.rest_service.controller.ContactPersonController
Get all existing contactPersons
getAllFacCrits() - Method in class com.amos2020.javabackend.rest_service.controller.FacCritController
Get all existing facCrits
getAllFacCrits() - Method in class com.amos2020.javabackend.rest_service.FacCritRestService
GET Endpoint for receiving all existing facCrits
getAllFacCrits() - Method in class com.amos2020.javabackend.service.FacCritService
Returns all existing facCrits
getAllFacCritsByInterviewId(@javax.validation.constraints.Min(1L) int) - Method in class com.amos2020.javabackend.rest_service.FacCritRestService
GET Endpoint for all distinct used Faccrits in a specific Interview
getAllFacCritsByInterviewId(int) - Method in class com.amos2020.javabackend.rest_service.controller.FacCritController
get all Faccrits for an Interview
getAllFacCritsByInterviewId(int) - Method in class com.amos2020.javabackend.service.FacCritService
Returns all Faccrits ordered by an Interview id ordered by their hierachy
getAllInterviews() - Method in class com.amos2020.javabackend.rest_service.controller.InterviewController
Get all existing interviews
getAllInterviews() - Method in class com.amos2020.javabackend.rest_service.InterviewRestService
GET Endpoint for receiving all existing interviews
getAllInterviews() - Method in class com.amos2020.javabackend.service.InterviewService
Returns all existing interviews
getAllInterviewsByAuditId(@javax.validation.constraints.Min(1L) int) - Method in class com.amos2020.javabackend.rest_service.InterviewRestService
GET Endpoint for receiving all existing interviews by auditId
getAllInterviewsByAuditId(int) - Method in class com.amos2020.javabackend.rest_service.controller.InterviewController
Get all existing interviews by an auditId
getAllInterviewsByAuditId(int) - Method in class com.amos2020.javabackend.service.InterviewService
Returns all existing interviews
getAllScopes(@javax.validation.constraints.Min(1L) int) - Method in class com.amos2020.javabackend.rest_service.ScopeRestService
GET Endpoint for fetching all existing Scopes
getAnnotation() - Method in class com.amos2020.javabackend.entity.Answer
 
getAnswerByIds(@javax.validation.constraints.Min(1L) int, @javax.validation.constraints.Min(1L) int) - Method in class com.amos2020.javabackend.rest_service.AnswerRestService
GET Endpoint for receiving an Answers by its question and interview id
getAnswerByIds(int, int) - Method in class com.amos2020.javabackend.rest_service.controller.AnswerController
Get an answer by interview id and question id
getAnswerByIds(int, int) - Method in class com.amos2020.javabackend.service.AnswerService
gets an Answer by its question and interview id
getAnswersById() - Method in class com.amos2020.javabackend.entity.Interview
 
getAnswersById() - Method in class com.amos2020.javabackend.entity.Question
 
getAnswersByInterviewId(@javax.validation.constraints.Min(1L) int) - Method in class com.amos2020.javabackend.rest_service.AnswerRestService
GET Endpoint for receiving a list of Answers associated with a specific Interview
getAnswersByInterviewId(int) - Method in interface com.amos2020.javabackend.repository.AnswerRepository
 
getAnswersByInterviewId(int) - Method in class com.amos2020.javabackend.service.AnswerService
get all Answers belonging to a specific interview
getAuditAll() - Method in class com.amos2020.javabackend.rest_service.AuditRestService
GET endpoint for fetching a list of all audits
getAuditAll() - Method in class com.amos2020.javabackend.rest_service.ContactPersonRestService
GET endpoint for fetching a list of all contact persons
getAuditByAuditId() - Method in class com.amos2020.javabackend.entity.AuditContactPerson
 
getAuditByAuditId() - Method in class com.amos2020.javabackend.entity.Interview
 
getAuditByAuditId() - Method in class com.amos2020.javabackend.entity.Scope
 
getAuditById(@javax.validation.constraints.Min(1L) int) - Method in class com.amos2020.javabackend.rest_service.AuditRestService
GET endpoint for fetching a specific audit by id
getAuditById(@javax.validation.constraints.Min(1L) int) - Method in class com.amos2020.javabackend.rest_service.ContactPersonRestService
GET endpoint for fetching a specific contact person by id
getAuditById(int) - Method in class com.amos2020.javabackend.rest_service.controller.AuditController
Get an audit by audit id
getAuditById(int) - Method in class com.amos2020.javabackend.service.AuditService
Get a specific audit by audit id
getAuditContactPeopleById() - Method in class com.amos2020.javabackend.entity.Audit
 
getAuditContactPeopleById() - Method in class com.amos2020.javabackend.entity.ContactPerson
 
getAuditId() - Method in class com.amos2020.javabackend.entity.AuditContactPerson
 
getAuditId() - Method in class com.amos2020.javabackend.entity.AuditContactPersonPK
 
getAuditId() - Method in class com.amos2020.javabackend.entity.Interview
 
getAuditId() - Method in class com.amos2020.javabackend.entity.Scope
 
getAuditId() - Method in class com.amos2020.javabackend.entity.ScopePK
 
getAuditsById() - Method in class com.amos2020.javabackend.entity.ContactPerson
 
getCancellationContactPerson() - Method in class com.amos2020.javabackend.entity.Audit
 
getCancellationDate() - Method in class com.amos2020.javabackend.entity.Audit
 
getCancellationReason() - Method in class com.amos2020.javabackend.entity.Audit
 
getChangeNote() - Method in class com.amos2020.javabackend.entity.Scope
 
getCompanyName() - Method in class com.amos2020.javabackend.entity.ContactPerson
 
getContactInformation() - Method in class com.amos2020.javabackend.entity.ContactPerson
 
getContactPersonByCancellationContactPerson() - Method in class com.amos2020.javabackend.entity.Audit
 
getContactPersonByContactPersonId() - Method in class com.amos2020.javabackend.entity.AuditContactPerson
 
getContactPersonByContactPersonId() - Method in class com.amos2020.javabackend.entity.InterviewContactPerson
 
getContactPersonById(int) - Method in class com.amos2020.javabackend.rest_service.controller.ContactPersonController
Get a ContactPerson by an id
getContactPersonById(int) - Method in class com.amos2020.javabackend.service.ContactPersonService
Get a specific contactPerson by id
getContactPersonId() - Method in class com.amos2020.javabackend.entity.AuditContactPerson
 
getContactPersonId() - Method in class com.amos2020.javabackend.entity.AuditContactPersonPK
 
getContactPersonId() - Method in class com.amos2020.javabackend.entity.InterviewContactPerson
 
getContactPersonId() - Method in class com.amos2020.javabackend.entity.InterviewContactPersonPK
 
getContactPersonsForInterview(Interview) - Method in class com.amos2020.javabackend.rest_service.controller.InterviewController
Helper method for receiving the List of ContactPersons associated with the Interview
getCorporateDivision() - Method in class com.amos2020.javabackend.entity.ContactPerson
 
getCreationDate() - Method in class com.amos2020.javabackend.entity.Audit
 
getDepartment() - Method in class com.amos2020.javabackend.entity.ContactPerson
 
getDocumentation() - Method in class com.amos2020.javabackend.entity.Answer
 
getEndDate() - Method in class com.amos2020.javabackend.entity.Audit
 
getEndDate() - Method in class com.amos2020.javabackend.entity.Interview
 
getFacCritByFaccritId() - Method in class com.amos2020.javabackend.entity.Answer
 
getFacCritByFaccritId() - Method in class com.amos2020.javabackend.entity.Question
 
getFacCritByFaccritId() - Method in class com.amos2020.javabackend.entity.Scope
 
getFacCritByReferenceId() - Method in class com.amos2020.javabackend.entity.FacCrit
 
getFaccritId() - Method in class com.amos2020.javabackend.entity.Answer
 
getFaccritId() - Method in class com.amos2020.javabackend.entity.Question
 
getFaccritId() - Method in class com.amos2020.javabackend.entity.Scope
 
getFaccritId() - Method in class com.amos2020.javabackend.entity.ScopePK
 
getFacCritsById() - Method in class com.amos2020.javabackend.entity.FacCrit
 
getFacCritsByInterviewId(int) - Method in interface com.amos2020.javabackend.repository.FacCritRepository
 
getForename() - Method in class com.amos2020.javabackend.entity.ContactPerson
 
getGoal() - Method in class com.amos2020.javabackend.entity.FacCrit
 
getId() - Method in class com.amos2020.javabackend.entity.Audit
 
getId() - Method in class com.amos2020.javabackend.entity.ContactPerson
 
getId() - Method in class com.amos2020.javabackend.entity.FacCrit
 
getId() - Method in class com.amos2020.javabackend.entity.Interview
 
getId() - Method in class com.amos2020.javabackend.entity.Question
 
getInterviewById(@javax.validation.constraints.Min(1L) int) - Method in class com.amos2020.javabackend.rest_service.InterviewRestService
GET Endpoint for receiving a interview by a specific id
getInterviewById(@javax.validation.constraints.Min(1L) int) - Method in class com.amos2020.javabackend.rest_service.QuestionRestService
GET Endpoint for receiving a question by a specific id
getInterviewById(int) - Method in class com.amos2020.javabackend.rest_service.controller.InterviewController
Get a specific interview by an id
getInterviewById(int) - Method in class com.amos2020.javabackend.rest_service.controller.QuestionController
Get a specific question by an id
getInterviewById(int) - Method in class com.amos2020.javabackend.service.InterviewService
Returns a interview for a specific id or throws NotFoundException
getInterviewByInterviewId() - Method in class com.amos2020.javabackend.entity.Answer
 
getInterviewByInterviewId() - Method in class com.amos2020.javabackend.entity.InterviewContactPerson
 
getInterviewContactPeopleById() - Method in class com.amos2020.javabackend.entity.ContactPerson
 
getInterviewContactPeopleById() - Method in class com.amos2020.javabackend.entity.Interview
 
getInterviewId() - Method in class com.amos2020.javabackend.entity.Answer
 
getInterviewId() - Method in class com.amos2020.javabackend.entity.AnswerPK
 
getInterviewId() - Method in class com.amos2020.javabackend.entity.InterviewContactPerson
 
getInterviewId() - Method in class com.amos2020.javabackend.entity.InterviewContactPersonPK
 
getInterviewsById() - Method in class com.amos2020.javabackend.entity.Audit
 
getName() - Method in class com.amos2020.javabackend.entity.Audit
 
getName() - Method in class com.amos2020.javabackend.entity.FacCrit
 
getNote() - Method in class com.amos2020.javabackend.entity.Interview
 
getNote() - Method in class com.amos2020.javabackend.entity.Scope
 
getProcedure() - Method in class com.amos2020.javabackend.entity.Answer
 
getProof() - Method in class com.amos2020.javabackend.entity.Answer
 
getQuestionById(int) - Method in class com.amos2020.javabackend.service.QuestionService
Get a question by id
getQuestionByQuestionId() - Method in class com.amos2020.javabackend.entity.Answer
 
getQuestionId() - Method in class com.amos2020.javabackend.entity.Answer
 
getQuestionId() - Method in class com.amos2020.javabackend.entity.AnswerPK
 
getQuestionsByFaccritId(int) - Method in interface com.amos2020.javabackend.repository.QuestionRepository
 
getQuestionsByFacCritId(int) - Method in class com.amos2020.javabackend.service.QuestionService
Get a all Questions for a facCrit by the facCrit id
getQuestionsById() - Method in class com.amos2020.javabackend.entity.FacCrit
 
getReason() - Method in class com.amos2020.javabackend.entity.Answer
 
getReferenceId() - Method in class com.amos2020.javabackend.entity.FacCrit
 
getRemoved() - Method in class com.amos2020.javabackend.entity.Scope
 
getResponsible() - Method in class com.amos2020.javabackend.entity.Answer
 
getResult() - Method in class com.amos2020.javabackend.entity.Answer
 
getRole() - Method in class com.amos2020.javabackend.entity.InterviewContactPerson
 
getSalutation() - Method in class com.amos2020.javabackend.entity.ContactPerson
 
getScopeByIds(@javax.validation.constraints.Min(1L) int, @javax.validation.constraints.Min(1L) int) - Method in class com.amos2020.javabackend.rest_service.ScopeRestService
GET Endpoint for fetching a specific Scope identified by its Audit id and Faccrit id
getScopeByIds(int, int) - Method in class com.amos2020.javabackend.rest_service.controller.ScopeController
Get a Scope object by audit id and facCrit id
getScopesByAuditId(int) - Method in class com.amos2020.javabackend.rest_service.controller.ScopeController
Get all Scope objects for an audit
getScopesById() - Method in class com.amos2020.javabackend.entity.Audit
 
getScopesById() - Method in class com.amos2020.javabackend.entity.FacCrit
 
getSector() - Method in class com.amos2020.javabackend.entity.ContactPerson
 
getStartDate() - Method in class com.amos2020.javabackend.entity.Audit
 
getStartDate() - Method in class com.amos2020.javabackend.entity.Interview
 
getStatus() - Method in class com.amos2020.javabackend.entity.Audit
 
getStatus() - Method in class com.amos2020.javabackend.entity.Interview
 
getSurname() - Method in class com.amos2020.javabackend.entity.ContactPerson
 
getTextDe() - Method in class com.amos2020.javabackend.entity.Question
 
getTitle() - Method in class com.amos2020.javabackend.entity.ContactPerson
 
goal - Variable in class com.amos2020.javabackend.entity.FacCrit
 
goal - Variable in class com.amos2020.javabackend.rest_service.response.BasicFacCritResponse
 
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