Package com.avoka.fc.core.service
Class SubmissionAcknowledgementService
java.lang.Object
com.avoka.fc.core.service.SubmissionAcknowledgementService
Provides a service to confirm to Submission Authentication required status.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
acknowledgeSubmission
(Submission submission, boolean acknowledged, String userName) Acknowledge a submission by changing the submission status and populate the user profile from the submitted data if applicable.
-
Constructor Details
-
SubmissionAcknowledgementService
public SubmissionAcknowledgementService()
-
-
Method Details
-
acknowledgeSubmission
Acknowledge a submission by changing the submission status and populate the user profile from the submitted data if applicable.- Parameters:
submission
- a submission to update (required)acknowledged
- the acknowledge that the submission was the specified usersuserName
- the user performing the update (required)
-