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 voidsave(ResultStatusChangeable model)Saves the result status object
-
Method Details
-
save
Saves the result status object- Parameters:
model- Data model with a result status object- Throws:
java.io.IOException- when an error during persistence of the result status occurred
-