Uses of Class
com.broadleafcommerce.dataexchange.domain.exception.DataExchangeError
Packages that use DataExchangeError
Package
Description
-
Uses of DataExchangeError in com.broadleafcommerce.dataexchange.domain.product
Methods in com.broadleafcommerce.dataexchange.domain.product that return types with arguments of type DataExchangeErrorMethod parameters in com.broadleafcommerce.dataexchange.domain.product with type arguments of type DataExchangeErrorModifier and TypeMethodDescriptionvoid
ProductList.setErrors
(List<DataExchangeError> errors) This will be a list oferrors
. -
Uses of DataExchangeError in com.broadleafcommerce.dataexchange.domain.util
Method parameters in com.broadleafcommerce.dataexchange.domain.util with type arguments of type DataExchangeErrorModifier and TypeMethodDescriptionstatic void
ReflectionUtils.resolveErrors
(Function<Throwable, DataExchangeError> dataExchangeErrorSupplier, BatchContext<?> batchContext) This method walks the resulting object graph fromBatchContext.getSavedTopLevelEntities()
that were either saved or errored, and assignserrors
toBatchContext.getResponseErrors()
. -
Uses of DataExchangeError in com.broadleafcommerce.dataexchange.service
Methods in com.broadleafcommerce.dataexchange.service that return types with arguments of type DataExchangeErrorModifier and TypeMethodDescriptionprotected Function<Throwable,
DataExchangeError> AbstractDataExchangeService.getDataExchangeErrorSupplier
(BatchContext<T> batchContext) BatchContext.getResponseErrors()
Error details to return to the caller.