Uses of Interface
com.broadleafcommerce.dataimport.service.ErrorsReportService
Packages that use ErrorsReportService
Package
Description
-
Uses of ErrorsReportService in com.broadleafcommerce.dataimport.service
Classes in com.broadleafcommerce.dataimport.service that implement ErrorsReportServiceModifier and TypeClassDescriptionclass
Retrieves or generates the new import error report in "csv" format. -
Uses of ErrorsReportService in com.broadleafcommerce.dataimport.service.autoconfigure
Methods in com.broadleafcommerce.dataimport.service.autoconfigure that return ErrorsReportServiceModifier and TypeMethodDescriptionImportServiceAutoConfiguration.csvErrorsReportService
(ImportService<Import> importService, StorageService storage, BatchItemCompletionService<BatchItemCompletion> batchItemCompletionService, ImportManager importManager) -
Uses of ErrorsReportService in com.broadleafcommerce.dataimport.web.endpoint
Methods in com.broadleafcommerce.dataimport.web.endpoint that return ErrorsReportServiceModifier and TypeMethodDescriptionprotected ErrorsReportService
ImportEndpoint.getErrorsReportService()
Constructors in com.broadleafcommerce.dataimport.web.endpoint with parameters of type ErrorsReportServiceModifierConstructorDescriptionImportEndpoint
(ImportManager importManager, ImportService<Import> importService, ErrorsReportService errorsReportService, BatchItemCompletionService<BatchItemCompletion> batchItemCompletionService, StorageService storage, ImportSpecificationService importSpecificationService)