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
U
- updateAnswer(@javax.validation.constraints.Min(1L) int, @javax.validation.constraints.Min(1L) int, UpdateAnswerRequest) - Method in class com.amos2020.javabackend.rest_service.AnswerRestService
-
PUT Endpoint for updating an Answer
- updateAnswer(int, int, Boolean, Boolean, Boolean, Boolean, String, String, String) - Method in class com.amos2020.javabackend.rest_service.controller.AnswerController
-
Update an existing answer
- updateAnswer(Answer) - Method in class com.amos2020.javabackend.service.AnswerService
-
Update an existing Answer
- UpdateAnswerRequest - Class in com.amos2020.javabackend.rest_service.request.answer
-
Request object for updating an existing answer
- UpdateAnswerRequest() - Constructor for class com.amos2020.javabackend.rest_service.request.answer.UpdateAnswerRequest
- updateAudit(@javax.validation.constraints.Min(1L) int, UpdateAuditRequest) - Method in class com.amos2020.javabackend.rest_service.AuditRestService
-
PUT endpoint for changing the data (name, startDate, endDate) of an audit
- updateAudit(int, String, Date, Date, AuditStatus) - Method in class com.amos2020.javabackend.rest_service.controller.AuditController
-
Update an existing audit
- updateAudit(Audit) - Method in class com.amos2020.javabackend.service.AuditService
-
Update an existing audit
- UpdateAuditRequest - Class in com.amos2020.javabackend.rest_service.request.audit
-
Request object for updating an existing audit
- UpdateAuditRequest() - Constructor for class com.amos2020.javabackend.rest_service.request.audit.UpdateAuditRequest
- updateAuditScope(@javax.validation.constraints.Min(1L) int, UpdateAuditScopeRequest) - Method in class com.amos2020.javabackend.rest_service.AuditRestService
-
PUT endpoint for changing a faccrit in the scope of an audit or the corresponding contact people
- updateAuditScope(int, int, String, boolean, String) - Method in class com.amos2020.javabackend.rest_service.controller.AuditController
-
Update the scope of an existing audit
- UpdateAuditScopeRequest - Class in com.amos2020.javabackend.rest_service.request.audit
-
Request object for updating the scope of an existing audit
- UpdateAuditScopeRequest() - Constructor for class com.amos2020.javabackend.rest_service.request.audit.UpdateAuditScopeRequest
- updateContactPerson(int, Salutation, String, String, String, String, String, String, String, String) - Method in class com.amos2020.javabackend.rest_service.controller.ContactPersonController
-
Update an existing contactPerson
- updateContactPerson(ContactPerson) - Method in class com.amos2020.javabackend.service.ContactPersonService
-
Update an existing contactPerson
- UpdateContactPersonRequest - Class in com.amos2020.javabackend.rest_service.request.contactPerson
-
Request object for updating an existing contact person.
- UpdateContactPersonRequest() - Constructor for class com.amos2020.javabackend.rest_service.request.contactPerson.UpdateContactPersonRequest
- updateInterview(@javax.validation.constraints.Min(1L) int, UpdateContactPersonRequest) - Method in class com.amos2020.javabackend.rest_service.ContactPersonRestService
-
PUT Endpoint for updating a contact person
- updateInterview(@javax.validation.constraints.Min(1L) int, UpdateInterviewRequest) - Method in class com.amos2020.javabackend.rest_service.InterviewRestService
-
PUT Endpoint for updating the data of an existing interview
- updateInterview(int, Date, Date, InterviewStatus, String) - Method in class com.amos2020.javabackend.rest_service.controller.InterviewController
-
Update the startDate, endDate and status of the interview
- updateInterview(Interview) - Method in class com.amos2020.javabackend.service.InterviewService
-
Updates the data of an existing interview
- UpdateInterviewRequest - Class in com.amos2020.javabackend.rest_service.request.interview
-
Request object for updating an existing interview.
- UpdateInterviewRequest() - Constructor for class com.amos2020.javabackend.rest_service.request.interview.UpdateInterviewRequest
- updateScope(int, int, boolean, String, String) - Method in class com.amos2020.javabackend.rest_service.controller.ScopeController
-
Update an existing Scope object
- updateScopeItem(int, int, String, boolean, String) - Method in class com.amos2020.javabackend.service.ScopeService
-
Update an existing Scope object
- UpdateScopeRequest - Class in com.amos2020.javabackend.rest_service.request.scope
-
Request object for updating a specific scope item
- UpdateScopeRequest() - Constructor for class com.amos2020.javabackend.rest_service.request.scope.UpdateScopeRequest
All Classes All Packages