Class CampaignExecutionReportMapper

java.lang.Object
fr.enedis.chutney.campaign.api.dto.CampaignExecutionReportMapper

public class CampaignExecutionReportMapper extends Object
  • Constructor Details

    • CampaignExecutionReportMapper

      public CampaignExecutionReportMapper()
  • Method Details

    • toDto

      public static CampaignExecutionReportDto toDto(fr.enedis.chutney.server.core.domain.scenario.campaign.CampaignExecution campaignReport)
    • fullExecutionToDto

      public static CampaignExecutionFullReportDto fullExecutionToDto(fr.enedis.chutney.server.core.domain.scenario.campaign.CampaignExecution campaignReport, List<fr.enedis.chutney.server.core.domain.execution.history.ExecutionHistory.Execution> executions)