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

C

CANCELED - com.amos2020.javabackend.entity.AuditStatus
 
cancellationContactPerson - Variable in class com.amos2020.javabackend.entity.Audit
 
cancellationContactPerson - Variable in class com.amos2020.javabackend.rest_service.response.BasicAuditResponse
 
cancellationDate - Variable in class com.amos2020.javabackend.entity.Audit
 
cancellationDate - Variable in class com.amos2020.javabackend.rest_service.response.BasicAuditResponse
 
cancellationReason - Variable in class com.amos2020.javabackend.entity.Audit
 
cancellationReason - Variable in class com.amos2020.javabackend.rest_service.response.BasicAuditResponse
 
change_note - Variable in class com.amos2020.javabackend.rest_service.request.scope.UpdateScopeRequest
 
change_note - Variable in class com.amos2020.javabackend.rest_service.response.BasicScopeResponse
 
changeNote - Variable in class com.amos2020.javabackend.entity.Scope
 
changeNote - Variable in class com.amos2020.javabackend.rest_service.request.audit.UpdateAuditScopeRequest
 
com.amos2020.javabackend - package com.amos2020.javabackend
 
com.amos2020.javabackend.entity - package com.amos2020.javabackend.entity
Provides the classes necessary to map the database entities to Java objects
com.amos2020.javabackend.repository - package com.amos2020.javabackend.repository
Provides the classes necessary to communicate with the database.
com.amos2020.javabackend.rest_service - package com.amos2020.javabackend.rest_service
Provides the classes for the layer that provides all REST-Endpoints and transfer requests to the contoller layer.
com.amos2020.javabackend.rest_service.controller - package com.amos2020.javabackend.rest_service.controller
Provides the classes for the layer that process the actual requests
com.amos2020.javabackend.rest_service.request - package com.amos2020.javabackend.rest_service.request
Provides the classes for requests to the backend via the REST-Endpoints.
com.amos2020.javabackend.rest_service.request.answer - package com.amos2020.javabackend.rest_service.request.answer
Provides the classes for requests to create and update answers.
com.amos2020.javabackend.rest_service.request.audit - package com.amos2020.javabackend.rest_service.request.audit
Provides the classes for requests to create, delete, and update audits.
com.amos2020.javabackend.rest_service.request.contactPerson - package com.amos2020.javabackend.rest_service.request.contactPerson
Provides the classes for requests to create and update contact persons.
com.amos2020.javabackend.rest_service.request.interview - package com.amos2020.javabackend.rest_service.request.interview
Provides the classes for requests to create and update interviews.
com.amos2020.javabackend.rest_service.request.scope - package com.amos2020.javabackend.rest_service.request.scope
Provides the classes for requests to add and update scope items.
com.amos2020.javabackend.rest_service.response - package com.amos2020.javabackend.rest_service.response
Provides the classes for responses from the backend to the frontend.
com.amos2020.javabackend.service - package com.amos2020.javabackend.service
Provides the classes that wrap the repositories to some easy to user service
companyName - Variable in class com.amos2020.javabackend.entity.ContactPerson
 
companyName - Variable in class com.amos2020.javabackend.rest_service.request.contactPerson.CreateContactPersonRequest
 
companyName - Variable in class com.amos2020.javabackend.rest_service.request.contactPerson.UpdateContactPersonRequest
 
companyName - Variable in class com.amos2020.javabackend.rest_service.response.BasicContactPersonResponse
 
Constants - Class in com.amos2020.javabackend.rest_service
 
Constants() - Constructor for class com.amos2020.javabackend.rest_service.Constants
 
contactInformation - Variable in class com.amos2020.javabackend.entity.ContactPerson
 
contactInformation - Variable in class com.amos2020.javabackend.rest_service.request.contactPerson.CreateContactPersonRequest
 
contactInformation - Variable in class com.amos2020.javabackend.rest_service.request.contactPerson.UpdateContactPersonRequest
 
contactInformation - Variable in class com.amos2020.javabackend.rest_service.response.BasicContactPersonResponse
 
contactPerson - Variable in class com.amos2020.javabackend.rest_service.request.audit.DeleteAuditRequest
 
ContactPerson - Class in com.amos2020.javabackend.entity
 
ContactPerson() - Constructor for class com.amos2020.javabackend.entity.ContactPerson
 
contactPersonByCancellationContactPerson - Variable in class com.amos2020.javabackend.entity.Audit
 
contactPersonByContactPersonId - Variable in class com.amos2020.javabackend.entity.AuditContactPerson
 
contactPersonByContactPersonId - Variable in class com.amos2020.javabackend.entity.InterviewContactPerson
 
contactPersonController - Variable in class com.amos2020.javabackend.rest_service.ContactPersonRestService
 
ContactPersonController - Class in com.amos2020.javabackend.rest_service.controller
 
ContactPersonController(ContactPersonService) - Constructor for class com.amos2020.javabackend.rest_service.controller.ContactPersonController
 
contactpersonId - Variable in class com.amos2020.javabackend.entity.InterviewContactPersonPK
 
contactPersonId - Variable in class com.amos2020.javabackend.entity.AuditContactPerson
 
contactPersonId - Variable in class com.amos2020.javabackend.entity.AuditContactPersonPK
 
contactPersonId - Variable in class com.amos2020.javabackend.entity.InterviewContactPerson
 
contactPersonId - Variable in class com.amos2020.javabackend.rest_service.request.interview.InterviewAddContactPersonRequest
 
ContactPersonRepository - Interface in com.amos2020.javabackend.repository
Interface to access the contact_person table in the database
ContactPersonRestService - Class in com.amos2020.javabackend.rest_service
Provides endpoints for the contactPerson resource under /contactpersons
ContactPersonRestService(ContactPersonController) - Constructor for class com.amos2020.javabackend.rest_service.ContactPersonRestService
 
contactPersons - Variable in class com.amos2020.javabackend.rest_service.request.audit.CreateAuditRequest
 
contactPersons - Variable in class com.amos2020.javabackend.rest_service.response.BasicAuditResponse
 
contactPersonService - Variable in class com.amos2020.javabackend.rest_service.controller.AuditController
 
contactPersonService - Variable in class com.amos2020.javabackend.rest_service.controller.ContactPersonController
 
contactPersonService - Variable in class com.amos2020.javabackend.rest_service.controller.InterviewController
 
ContactPersonService - Class in com.amos2020.javabackend.service
 
ContactPersonService(ContactPersonRepository) - Constructor for class com.amos2020.javabackend.service.ContactPersonService
 
corporateDivision - Variable in class com.amos2020.javabackend.entity.ContactPerson
 
corporateDivision - Variable in class com.amos2020.javabackend.rest_service.request.contactPerson.CreateContactPersonRequest
 
corporateDivision - Variable in class com.amos2020.javabackend.rest_service.request.contactPerson.UpdateContactPersonRequest
 
corporateDivision - Variable in class com.amos2020.javabackend.rest_service.response.BasicContactPersonResponse
 
corsConfigurer() - Method in class com.amos2020.javabackend.WebConfig
 
create(int, int, String) - Method in class com.amos2020.javabackend.service.InterviewContactPersonService
Creates new InterviewContactPerson and returns it
createAnswer(int, int) - Method in class com.amos2020.javabackend.rest_service.controller.AnswerController
Create a new answer
createAnswer(int, Question) - Method in class com.amos2020.javabackend.service.AnswerService
Creates and stores an Answer
createAnswer(CreateAnswerRequest) - Method in class com.amos2020.javabackend.rest_service.AnswerRestService
POST Endpoint for creating an empty Answer
CreateAnswerRequest - Class in com.amos2020.javabackend.rest_service.request.answer
Request object for creating a new answer
CreateAnswerRequest() - Constructor for class com.amos2020.javabackend.rest_service.request.answer.CreateAnswerRequest
 
createAudit(CreateAuditRequest) - Method in class com.amos2020.javabackend.rest_service.AuditRestService
POST endpoint for creating an audit associated with a scope and audit_contact_person
createAudit(CreateContactPersonRequest) - Method in class com.amos2020.javabackend.rest_service.ContactPersonRestService
POST endpoint for creating a contact person
createAudit(String, Date, Date) - Method in class com.amos2020.javabackend.service.AuditService
Create a new audit
createAudit(String, Date, Date, List<Integer>, List<Integer>) - Method in class com.amos2020.javabackend.rest_service.controller.AuditController
Create a new Audit
createAuditContactPerson(int, int) - Method in class com.amos2020.javabackend.service.AuditContactPersonService
Create a AuditContactPerson by audit id and contactPerson id
createAuditContactPersons(int, List<Integer>) - Method in class com.amos2020.javabackend.service.AuditContactPersonService
Create multiple AuditContactPerson object by auditId and a list of contactPerson ids
CreateAuditRequest - Class in com.amos2020.javabackend.rest_service.request.audit
Request object for creating a new audit
CreateAuditRequest() - Constructor for class com.amos2020.javabackend.rest_service.request.audit.CreateAuditRequest
 
createContactPerson(Salutation, String, String, String, String, String, String, String) - Method in class com.amos2020.javabackend.rest_service.controller.ContactPersonController
Create a new contactPerson
createContactPerson(Salutation, String, String, String, String, String, String, String) - Method in class com.amos2020.javabackend.service.ContactPersonService
Create a new ContactPerson
CreateContactPersonRequest - Class in com.amos2020.javabackend.rest_service.request.contactPerson
Request object for creating a new contact person.
CreateContactPersonRequest() - Constructor for class com.amos2020.javabackend.rest_service.request.contactPerson.CreateContactPersonRequest
 
createInterview(int, Date, Date, String) - Method in class com.amos2020.javabackend.service.InterviewService
Creates interview and returns the new interview
createInterview(int, Date, Date, String, List<InterviewPerson>, List<Integer>) - Method in class com.amos2020.javabackend.rest_service.controller.InterviewController
Create a new Interview, the associated InterviewContactPersons and empty Answers for the scope of FacCrits
createInterview(CreateInterviewRequest) - Method in class com.amos2020.javabackend.rest_service.InterviewRestService
POST Endpoint for creating a new interview
CreateInterviewRequest - Class in com.amos2020.javabackend.rest_service.request.interview
Request object for creating a new interview.
CreateInterviewRequest() - Constructor for class com.amos2020.javabackend.rest_service.request.interview.CreateInterviewRequest
 
createScope(int, int) - Method in class com.amos2020.javabackend.service.ScopeService
Create a single Scope obejct by audit id and facCrit id
createScopeByFactorCriteriaList(int, List<Integer>) - Method in class com.amos2020.javabackend.service.ScopeService
Create Scope objects by a given audit id and a given List of FacCrit ids
creationDate - Variable in class com.amos2020.javabackend.entity.Audit
 
creationDate - Variable in class com.amos2020.javabackend.rest_service.response.BasicAuditResponse
 
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