All Classes

Class Description
AddScopeRequest
Request object for adding elements to the scope of an existing audit project.
Answer  
AnswerController  
AnswerPK  
AnswerRepository
Interface to access the answer table in the database
AnswerRestService
Provides endpoints for the answer resource under /answer
AnswerService  
Audit  
AuditContactPerson  
AuditContactPersonPK  
AuditContactPersonRepository
Interface to access the answer_contact_person table in the database
AuditContactPersonService  
AuditController  
AuditRepository
Interface to access the audit table in the database
AuditRestService
Provides endpoints for the audit resource under /audits
AuditService  
AuditStatus  
BasicAnswerResponse  
BasicAuditResponse  
BasicContactPersonResponse  
BasicFacCritResponse  
BasicInterviewResponse  
BasicQuestionResponse  
BasicRequest  
BasicScopeResponse  
Constants  
ContactPerson  
ContactPersonController  
ContactPersonRepository
Interface to access the contact_person table in the database
ContactPersonRestService
Provides endpoints for the contactPerson resource under /contactpersons
ContactPersonService  
CreateAnswerRequest
Request object for creating a new answer
CreateAuditRequest
Request object for creating a new audit
CreateContactPersonRequest
Request object for creating a new contact person.
CreateInterviewRequest
Request object for creating a new interview.
DeleteAuditRequest
Request object for deleting an audit
FacCrit  
FacCritController  
FacCritRepository
Interface to access the fac_crit table in the database
FacCritRestService
Provides endpoints for the facCrit resource under /faccrits
FacCritService  
Interview  
InterviewAddContactPersonRequest
Request object for adding an existing contact person to an existing interview.
InterviewContactPerson  
InterviewContactPersonPK  
InterviewContactPersonRepository
Interface to access the interview_contact_person table in the database
InterviewContactPersonService  
InterviewController  
InterviewPerson  
InterviewRepository
Interface to access the interview table in the database
InterviewRestService
Provides endpoints for the interview resource under /interviews
InterviewService  
InterviewStatus  
JavaBackendApplication  
Question  
QuestionController  
QuestionRepository
Interface to access the question table in the database
QuestionRestService
Provides endpoints for the question resource under /questions
QuestionService  
RestServiceExceptionHandler  
Salutation  
Scope  
ScopeController  
ScopePK  
ScopeRepository
Interface to access the scope table in the database
ScopeRestService
Provides endpoints for the scope resource under /audits/{id}/scope
ScopeService  
UpdateAnswerRequest
Request object for updating an existing answer
UpdateAuditRequest
Request object for updating an existing audit
UpdateAuditScopeRequest
Request object for updating the scope of an existing audit
UpdateContactPersonRequest
Request object for updating an existing contact person.
UpdateInterviewRequest
Request object for updating an existing interview.
UpdateScopeRequest
Request object for updating a specific scope item
WebConfig