Package com.avoka.fc.core.service
Class SubmissionAcknowledgementService
- java.lang.Object
-
- com.avoka.fc.core.service.SubmissionAcknowledgementService
-
public class SubmissionAcknowledgementService extends Object
Provides a service to confirm to Submission Authentication required status.
-
-
Constructor Summary
Constructors Constructor Description SubmissionAcknowledgementService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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.
-
-
-
Method Detail
-
acknowledgeSubmission
public void 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.- Parameters:
submission
- a submission to update (required)acknowledged
- the acknowledge that the submission was the specified usersuserName
- the user performing the update (required)
-
-