Uses of Interface
com.broadleafcommerce.dataimport.service.ErrorsReportService
Package
Description
-
Uses of ErrorsReportService in com.broadleafcommerce.dataimport.service
Modifier and TypeClassDescriptionclass
Retrieves or generates the new import error report in "csv" format. -
Uses of ErrorsReportService in com.broadleafcommerce.dataimport.service.autoconfigure
Modifier and TypeMethodDescriptionImportServiceAutoConfiguration.csvErrorsReportService
(ImportService<Import> importService, StorageService storage, BatchItemCompletionService<BatchItemCompletion> batchItemCompletionService, ImportManager importManager) -
Uses of ErrorsReportService in com.broadleafcommerce.dataimport.web.endpoint
Modifier and TypeMethodDescriptionprotected ErrorsReportService
ImportEndpoint.getErrorsReportService()
ModifierConstructorDescriptionImportEndpoint
(ImportManager importManager, ImportService<Import> importService, ErrorsReportService errorsReportService, BatchItemCompletionService<BatchItemCompletion> batchItemCompletionService, StorageService storage, ImportSpecificationService importSpecificationService)