Interface ITransactionHistoryCreationService

All Known Implementing Classes:
TransactionHistoryCreationService

public interface ITransactionHistoryCreationService
Provides the interface for services who create transaction history records.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated. 
    int
    performHistoryCreation(int fetchLimit)
    Create submission history records from the completed and abandoned submissions, and return the number created.
  • Method Details

    • createTransactionHistory

      @Deprecated void createTransactionHistory(Submission submission)
      Deprecated.
      Create a transaction history record for the given submission.
      Parameters:
      submission - the submission record to create the transaction history from (required)
      Since:
      4.3.3
    • performHistoryCreation

      int performHistoryCreation(int fetchLimit)
      Create submission history records from the completed and abandoned submissions, and return the number created.
      Parameters:
      fetchLimit - the number of records to process
      Returns:
      the number of submission history records created