Package com.hybris.backoffice.bulkedit
Interface BulkEditDownloadValidationReportService
-
- All Known Implementing Classes:
DefaultBulkEditDownloadValidationReportService
public interface BulkEditDownloadValidationReportServiceService which allows to download validation report file
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddownloadReport(java.util.List<ValidationResult> validationResults)Triggers downloading of report file.
-
-
-
Method Detail
-
downloadReport
void downloadReport(java.util.List<ValidationResult> validationResults)
Triggers downloading of report file.- Parameters:
validationResults- source of the content of the generated file.
-
-