Interface ResultStatusService

All Known Implementing Classes:
ResultStatusFileService, ResultStatusMemoryService

public interface ResultStatusService
Service for managing activation status object
Author:
Lukas Lukovsky, lukas.lukovsky@wultra.com
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Saves the result status object
  • Method Details

    • save

      void save(ResultStatusChangeable model) throws IOException
      Saves the result status object
      Parameters:
      model - Data model with a result status object
      Throws:
      IOException - when an error during persistence of the result status occurred