Class RemedialActionsFileExporter
- java.lang.Object
-
- com.farao_community.farao.gridcapa_core_valid.app.services.results_export.RemedialActionsFileExporter
-
- All Implemented Interfaces:
ResultFileExporter
@Component public class RemedialActionsFileExporter extends Object implements ResultFileExporter
- Author:
- Theo Pascoli <theo.pascoli at rte-france.com>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.farao_community.farao.gridcapa_core_valid.app.services.results_export.ResultFileExporter
ResultFileExporter.ResultType
-
-
Constructor Summary
Constructors Constructor Description RemedialActionsFileExporter(com.farao_community.farao.minio_adapter.starter.MinioAdapter minioAdapter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringexportStudyPointResult(List<StudyPointResult> studyPointResults, OffsetDateTime timestamp)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.farao_community.farao.gridcapa_core_valid.app.services.results_export.ResultFileExporter
getFormattedFilename
-
-
-
-
Method Detail
-
exportStudyPointResult
public String exportStudyPointResult(List<StudyPointResult> studyPointResults, OffsetDateTime timestamp)
- Specified by:
exportStudyPointResultin interfaceResultFileExporter
-
-