Uses of Class
com.broadleafcommerce.dataimport.service.LineError
Packages that use LineError
Package
Description
-
Uses of LineError in com.broadleafcommerce.dataimport.service
Methods in com.broadleafcommerce.dataimport.service that return types with arguments of type LineErrorModifier and TypeMethodDescriptionImportValidationResponse.getLineErrors()
IfImportValidationResponse.successful
is false, this can describe the problems with specific lines in the import file, if any.DefaultImportValidator.validateRecords
(ImportValidationContext<? extends FileReaderContext> context) Iterates through all of the records, returning a list of all validation errors that were encountered.Method parameters in com.broadleafcommerce.dataimport.service with type arguments of type LineErrorModifier and TypeMethodDescriptionstatic ImportValidationResponse
ImportValidationResponse.lineErrors
(String errorMessage, List<LineError> lineErrors) Constructor parameters in com.broadleafcommerce.dataimport.service with type arguments of type LineErrorModifierConstructorDescriptionImportValidationResponse
(boolean successful, String errorMessage, List<LineError> lineErrors) -
Uses of LineError in com.broadleafcommerce.dataimport.web.endpoint.apierror
Methods in com.broadleafcommerce.dataimport.web.endpoint.apierror that return types with arguments of type LineError