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 Details

    • SubmissionAcknowledgementService

      public SubmissionAcknowledgementService()
  • Method Details

    • 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 users
      userName - the user performing the update (required)