Uses of Class
com.broadleafcommerce.dataexchange.service.BatchContext
Packages that use BatchContext
Package
Description
-
Uses of BatchContext in com.broadleafcommerce.dataexchange.domain.util
Methods in com.broadleafcommerce.dataexchange.domain.util with parameters of type BatchContextModifier and TypeMethodDescriptionstatic void
ReflectionUtils.resolveErrors
(BatchItemErrorHandler batchItemErrorHandler, BatchContext<?> batchContext) This method walks the resulting object graph fromgetFlattenedHierarchy()
()} that were either saved or errored, and assignserrors
togetResponseErrors()
.Retryable.RetryableBuilder.withExceptionConsumer
(ExchangeObject exchangeObject, BatchContext<?> batchContext) Creates aConsumer
that callsregisterException(String, Throwable)
using theExchangeObject.getCorrelationId()
as the key and logs the exception. -
Uses of BatchContext in com.broadleafcommerce.dataexchange.service
Methods in com.broadleafcommerce.dataexchange.service that return BatchContextModifier and TypeMethodDescriptionHandlerArgs.getBatchContext()
The batch context that the item is being saved in.final BatchContext<T>
AbstractDataExchangeService.saveAll
(@NonNull List<T> entities, @NonNull com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) This method takes the list of entities to be saved, splits them into their individual pieces that have to be saved separately.DataExchangeService.saveAll
(List<T> entities, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Accepts a list of entities, typically composite entities that require calls to multiple services and/or service API endpoints to create or update.Methods in com.broadleafcommerce.dataexchange.service with parameters of type BatchContextModifier and TypeMethodDescriptionprotected void
AbstractDataExchangeService.aggregate
(BatchContext<T> batchContext) This process takes all the entities that have been saved, aggregates or augments them, and returns them.AbstractBatchItemHandler.execute
(T1 parent, ExchangeObject exchangeObject, BatchContext<T1> batchContext, org.springframework.core.task.AsyncTaskExecutor executor, org.springframework.retry.support.RetryTemplate retryTemplate) AbstractBatchItemHandler.execute
(T1 parent, ExchangeObject exchangeObject, BatchContext<T1> batchContext, org.springframework.core.task.AsyncTaskExecutor executor, org.springframework.retry.support.RetryTemplate retryTemplate, BatchItemOperationType operationType) AbstractBatchItemHandler.execute
(T1 parent, ExchangeObject exchangeObject, BatchContext<T1> batchContext, org.springframework.core.task.AsyncTaskExecutor executor, org.springframework.retry.support.RetryTemplate retryTemplate, BatchItemOperationType operationType, Map<String, Object> additionalArgs) AbstractBatchItemHandler.execute
(T1 parent, ExchangeObject exchangeObject, BatchContext<T1> batchContext, org.springframework.core.task.AsyncTaskExecutor executor, org.springframework.retry.support.RetryTemplate retryTemplate, Map<String, Object> additionalArgs) BatchItemHandler.execute
(T1 parent, ExchangeObject exchangeObject, BatchContext<T1> batchContext, org.springframework.core.task.AsyncTaskExecutor executor, org.springframework.retry.support.RetryTemplate retryTemplate) The entry point for the handler.BatchItemHandler.execute
(T1 parent, ExchangeObject exchangeObject, BatchContext<T1> batchContext, org.springframework.core.task.AsyncTaskExecutor executor, org.springframework.retry.support.RetryTemplate retryTemplate, BatchItemOperationType operationType) The entry point for the handler.BatchItemHandler.execute
(T1 parent, ExchangeObject exchangeObject, BatchContext<T1> batchContext, org.springframework.core.task.AsyncTaskExecutor executor, org.springframework.retry.support.RetryTemplate retryTemplate, BatchItemOperationType operationType, Map<String, Object> additionalArgs) The entry point for the handler.BatchItemHandler.execute
(T1 parent, ExchangeObject exchangeObject, BatchContext<T1> batchContext, org.springframework.core.task.AsyncTaskExecutor executor, org.springframework.retry.support.RetryTemplate retryTemplate, Map<String, Object> additionalArgs) The entry point for the handler.default void
BatchExtensionProcessor.postProcess
(BatchContext<?> batchContext) This method will be executed to allow further processing prior to a response being composed and returned.default void
BatchExtensionProcessor.preProcess
(BatchContext<?> batchContext) This method will be executed to allow customers to fetch, for example, data that is required for future processing.protected <C extends ExchangeObject>
RunnableAbstractDataExchangeService.retryableRunnable
(C payload, BatchContext<T> batchContext, Callable<Void> supplier) protected <R,
C extends ExchangeObject>
Supplier<R>AbstractDataExchangeService.retryableSupplier
(C payload, BatchContext<T> batchContext, Callable<R> supplier) protected <R,
C extends ExchangeObject>
Supplier<List<R>>AbstractDataExchangeService.retryableSupplier
(List<C> payload, BatchContext<T> batchContext, Callable<List<R>> supplier) protected abstract void
AbstractDataExchangeService.saveAll
(BatchContext<T> batchContext) This is the entry point for subclasses to inject logic to handle the structure that has been passed in.void
HandlerArgs.setBatchContext
(BatchContext<T1> batchContext) The batch context that the item is being saved in.protected void
AbstractDataExchangeService.split
(List<T> entities, BatchContext<T> batchContext) This method "flattens" the object graph into aMap
ofexchange objects
.Constructors in com.broadleafcommerce.dataexchange.service with parameters of type BatchContextModifierConstructorDescriptionHandlerArgs
(T1 topLevelEntity, T2 beforeSaveItem, BatchContext<T1> batchContext, org.springframework.core.task.AsyncTaskExecutor executor, org.springframework.retry.support.RetryTemplate retryTemplate) HandlerArgs
(T1 topLevelEntity, T2 beforeSaveItem, T2 savedItem, BatchContext<T1> batchContext, BatchItemOperationType operationType, org.springframework.core.task.AsyncTaskExecutor executor, org.springframework.retry.support.RetryTemplate retryTemplate) -
Uses of BatchContext in com.broadleafcommerce.dataexchange.service.catalog
Methods in com.broadleafcommerce.dataexchange.service.catalog with parameters of type BatchContextModifier and TypeMethodDescriptionprotected void
DataDrivenEnumBatchLoaderProcessor.addCustomDataDriveEnumFilters
(DataDrivenEnumRequestFilters filters, ComprehensiveProduct product, BatchContext<ComprehensiveProduct> batchContext) protected Optional<DataDrivenEnum>
DataDrivenEnumBatchLoaderProcessor.addNotFoundException
(String type, String requestValue, ComprehensiveProduct product, BatchContext<ComprehensiveProduct> batchContext) protected void
DataDrivenEnumBatchLoaderProcessor.addStandardDataDriveEnumFilters
(DataDrivenEnumRequestFilters filters, ComprehensiveProduct product, BatchContext<ComprehensiveProduct> batchContext) Handles adding OOB data driven enums that will be used in a request to the catalog service.protected List<CompletableFuture<Void>>
DefaultComprehensiveProductExchangeService.createProductSaveCompletableFutures
(BatchContext<T> batchContext) Creates a list ofCompletableFuture
, one for eachComprehensiveProduct
, such that each product can be saved individually in an asynchronous way.protected void
DataDrivenEnumBatchLoaderProcessor.fetchDataDrivenEnums
(BatchContext<ComprehensiveProduct> batchContext) protected void
DefaultComprehensiveProductExchangeService.fetchExistingProductData
(BatchContext<T> batchContext) protected void
DefaultComprehensiveProductExchangeService.fetchExistingProducts
(List<T> originalProductList, BatchContext<T> batchContext) protected void
DefaultComprehensiveProductExchangeService.fetchExistingVariants
(BatchContext<T> batchContext) protected List<DataDrivenEnum>
DataDrivenEnumBatchLoaderProcessor.getCustomDataDrivenEnums
(ComprehensiveProduct product, String fieldName, CustomDataDriveEnumProperties.DataDrivenEnumMapping mapping, BatchContext<ComprehensiveProduct> batchContext) Returns the data driven enum(s) for a custom field.DefaultComprehensiveProductExchangeService.getOriginalProductList
(BatchContext<T> batchContext) protected List<DataDrivenEnum>
DataDrivenEnumBatchLoaderProcessor.mapCollectionCustomDataDrivenEnum
(String fieldName, CustomDataDriveEnumProperties.DataDrivenEnumMapping mapping, Object customValue, ComprehensiveProduct product, BatchContext<ComprehensiveProduct> batchContext) Maps a collection of custom data driven enums.protected DataDrivenEnum
DataDrivenEnumBatchLoaderProcessor.mapCustomDataDrivenEnum
(String fieldName, CustomDataDriveEnumProperties.DataDrivenEnumMapping mapping, Object customValue, ComprehensiveProduct product, BatchContext<ComprehensiveProduct> batchContext) Attempts to map any custom data driven enums.protected void
DataDrivenEnumBatchLoaderProcessor.populateAndValidateDataDrivenEnums
(DataDrivenEnumResponse response, BatchContext<ComprehensiveProduct> batchContext) Populates data driven enums on the supplied product to be used when persisting the products later in the product create/update flow.protected void
DataDrivenEnumBatchLoaderProcessor.populateCustomDataDriveEnums
(DataDrivenEnumResponse response, ComprehensiveProduct product, BatchContext<ComprehensiveProduct> batchContext) protected void
DataDrivenEnumBatchLoaderProcessor.populateCustomDataDrivenEnum
(DataDrivenEnumResponse response, ComprehensiveProduct product, BatchContext<ComprehensiveProduct> batchContext, String fieldName, CustomDataDriveEnumProperties.DataDrivenEnumMapping mapping) protected void
DataDrivenEnumBatchLoaderProcessor.populateCustomDataDrivenEnumCollection
(DataDrivenEnumResponse response, ComprehensiveProduct product, BatchContext<ComprehensiveProduct> batchContext, String fieldName, CustomDataDriveEnumProperties.DataDrivenEnumMapping mapping) protected void
DataDrivenEnumBatchLoaderProcessor.populateStandardDataDriveEnums
(DataDrivenEnumResponse response, ComprehensiveProduct product, BatchContext<ComprehensiveProduct> batchContext) void
DataDrivenEnumBatchLoaderProcessor.preProcess
(BatchContext<?> batchContext) protected void
DefaultComprehensiveProductExchangeService.saveAll
(BatchContext<T> batchContext) protected Optional<DataDrivenEnum>
DataDrivenEnumBatchLoaderProcessor.tryFindEnumById
(DataDrivenEnumResponse response, org.apache.commons.lang3.tuple.Pair<String, String> type, ComprehensiveProduct product, BatchContext<ComprehensiveProduct> batchContext, DataDrivenEnum requestValue) Try to resolve the enum by ID.protected boolean
DataDrivenEnumBatchLoaderProcessor.validateAndAddFilter
(org.apache.commons.lang3.tuple.Pair<String, String> type, DataDrivenEnum enumValue, DataDrivenEnumRequestFilters filters, ComprehensiveProduct product, BatchContext<ComprehensiveProduct> batchContext) Adds a data driven enum to the filters if it is valid.protected boolean
DataDrivenEnumBatchLoaderProcessor.validateSuppliedDataDrivenEnum
(org.apache.commons.lang3.tuple.Pair<String, String> type, DataDrivenEnum enumValue, ComprehensiveProduct product, BatchContext<ComprehensiveProduct> batchContext) Validates that the supplied data driven enum is valid. -
Uses of BatchContext in com.broadleafcommerce.dataexchange.service.catalog.product
Methods in com.broadleafcommerce.dataexchange.service.catalog.product with parameters of type BatchContextModifier and TypeMethodDescriptionprotected void
DefaultPriceDataPreloadProcessor.addPriceDataTargetIds
(ExchangeObject obj, Set<String> pricingKeys, Map<String, PriceList> priceListMap, BatchContext<ComprehensiveProduct> batch) protected abstract cz.jirutka.rsql.parser.ast.Node
AbstractPriceDataPreloadProcessor.buildPriceDataReadFilter
(Map<String, PriceList> priceListMap, List<ComprehensiveProduct> products, BatchContext<ComprehensiveProduct> batch) Builds the criteria for bulk reading price data.protected cz.jirutka.rsql.parser.ast.Node
DefaultPriceDataPreloadProcessor.buildPriceDataReadFilter
(Map<String, PriceList> priceListMap, List<ComprehensiveProduct> products, BatchContext<ComprehensiveProduct> batch) AbstractPriceDataPreloadProcessor.buildPriceListMap
(List<PriceList> priceLists, List<ComprehensiveProduct> products, BatchContext<ComprehensiveProduct> batch) protected abstract cz.jirutka.rsql.parser.ast.Node
AbstractPriceDataPreloadProcessor.buildPriceListReadFilter
(List<ComprehensiveProduct> products, BatchContext<ComprehensiveProduct> batch) Builds the criteria for reading price lists.protected cz.jirutka.rsql.parser.ast.Node
DefaultPriceDataPreloadProcessor.buildPriceListReadFilter
(List<ComprehensiveProduct> products, BatchContext<ComprehensiveProduct> batch) protected CompletableFuture<Void>
ProductBatchItemHandler.deleteVariantsFuture
(HandlerArgs<T, T> args, BatchContext<T> tBatchContext) protected void
DefaultOptionTemplatePreloader.fetchOptionTemplates
(DefaultOptionTemplatePreloader.OptionTemplateFilterValues templateFilterValues, BatchContext<ComprehensiveProduct> batchContext) protected org.apache.commons.lang3.tuple.Pair<Collection<String>,
Collection<String>> DefaultAdvancedTagPreloader.findTagNamesAndIds
(BatchContext<?> batchContext) Find tag names and ids for the given batch context.ProductBatchItemHandlerHelper.getExistingVariants
(BatchContext<T> batchContext, T product) protected void
DefaultPriceDataPreloadProcessor.handleCurrencyIdentifier
(ComprehensiveProduct product, Prices prices, DefaultPriceDataPreloadProcessor.PriceListFilters priceListFilters, BatchContext<ComprehensiveProduct> batch) protected void
DefaultOptionTemplatePreloader.handleCustomGenerateOptionType
(ComprehensiveProduct product, GenerateProductOption option, DefaultOptionTemplatePreloader.OptionTemplateFilterValues templateFilterValues, BatchContext<ComprehensiveProduct> batchContext) protected void
DefaultOptionTemplatePreloader.handleMissingName
(ComprehensiveProduct product, GenerateProductOption option, DefaultOptionTemplatePreloader.OptionTemplateFilterValues templateFilterValues, BatchContext<ComprehensiveProduct> batchContext) protected abstract void
AbstractPriceDataPreloadProcessor.populatePriceListIdForPriceData
(ComprehensiveProduct product, Prices prices, PriceData priceData, Map<String, PriceList> priceListMap, BatchContext<ComprehensiveProduct> batch) Populates the price list id for the given price data.protected void
DefaultPriceDataPreloadProcessor.populatePriceListIdForPriceData
(ComprehensiveProduct product, Prices prices, PriceData priceData, Map<String, PriceList> priceListMap, BatchContext<ComprehensiveProduct> batch) protected void
AbstractPriceDataPreloadProcessor.populatePriceListIds
(List<ComprehensiveProduct> products, Map<String, PriceList> priceListMap, BatchContext<ComprehensiveProduct> batch) Builds a map of price lists by key.protected void
DefaultOptionTemplatePreloader.populateTemplateNames
(DefaultOptionTemplatePreloader.OptionTemplateFilterValues templateFilterValues, List<ComprehensiveProduct> products, BatchContext<ComprehensiveProduct> batchContext) void
AbstractPriceDataPreloadProcessor.preProcess
(BatchContext<?> batchContext) void
DefaultAdvancedTagPreloader.preProcess
(BatchContext<?> batchContext) void
DefaultOptionTemplatePreloader.preProcess
(BatchContext<?> batch) AbstractPriceDataPreloadProcessor.readExistingPriceData
(cz.jirutka.rsql.parser.ast.Node filters, BatchContext<ComprehensiveProduct> batch) AbstractPriceDataPreloadProcessor.readPriceLists
(cz.jirutka.rsql.parser.ast.Node filters, BatchContext<ComprehensiveProduct> batch) protected T
ProductBatchItemHandler.resolveExistingProducts
(T product, BatchContext<T> batchContext) ProductBatchItemHandler.saveProduct
(T product, BatchContext<T> batchContext, org.springframework.core.task.AsyncTaskExecutor executor, org.springframework.retry.support.RetryTemplate retryTemplate) protected void
DefaultOptionTemplatePreloader.validateOptionTemplates
(List<ComprehensiveProduct> products, BatchContext<ComprehensiveProduct> batchContext) Validate the option templates from the request for each product to check that they exist.protected void
ProductTagBatchItemHandler.validateParent
(BatchContext<ComprehensiveProduct> batchContext, T productTag) -
Uses of BatchContext in com.broadleafcommerce.dataexchange.service.error
Methods in com.broadleafcommerce.dataexchange.service.error with parameters of type BatchContextModifier and TypeMethodDescriptionvoid
BatchItemErrorHandler.handleErrors
(List<ExchangeObject> exchangeObjects, BatchContext<?> batchContext) Handles errors for the given exchange objects.void
DefaultBatchItemErrorHandler.handleErrors
(List<ExchangeObject> exchangeObjects, BatchContext<?> batchContext) Handles errors for the given exchange objects.BatchItemErrorHandler.handleGlobalError
(Throwable throwable, BatchContext<?> batchContext) Handles an unrecoverable error that occurred during processing of a batch of exchange objects.DefaultBatchItemErrorHandler.handleGlobalError
(Throwable throwable, BatchContext<?> batchContext) protected void
DefaultBatchItemErrorHandler.sortErrors
(BatchContext<?> batchContext) Errors are not guaranteed to be in any particular order, so we're just making an attempt to sort them here before returning. -
Uses of BatchContext in com.broadleafcommerce.dataexchange.service.provider
Methods in com.broadleafcommerce.dataexchange.service.provider with parameters of type BatchContextModifier and TypeMethodDescriptionPriceProvider.bulkReadPriceData
(cz.jirutka.rsql.parser.ast.Node filters, BatchContext<?> context) Bulk read price data for products in a batch.PriceProvider.createPriceData
(T1 priceData, BatchContext<?> batch) CatalogProvider.createProduct
(T1 product, BatchContext<?> batchContext) ProductAssetProvider.createProductAsset
(String productId, T asset, BatchContext<?> batchContext) AdvancedTagProvider.createProductTag
(T2 productTag, BatchContext<?> batchContext) InventoryProvider.createSkuInventory
(T inventory, BatchContext<ComprehensiveProduct> batchContext) CatalogProvider.createVariant
(T1 product, T2 variant, BatchContext<?> batchContext) AdvancedTagProvider.createVariantTag
(T2 variantTag, BatchContext<?> batchContext) void
PriceProvider.deletePriceData
(String id, BatchContext<?> batch) void
ProductAssetProvider.deleteProductAsset
(String productId, String assetId, BatchContext<?> batchContext) void
AdvancedTagProvider.deleteProductTag
(String productId, String tagId, BatchContext<?> batchContext) void
CatalogProvider.deleteVariant
(String productId, String variantId, BatchContext<?> context) void
AdvancedTagProvider.deleteVariantTag
(String productId, String variantId, String id, BatchContext<?> batchContext) CatalogProvider.generateOptions
(GenerateProductOption generateProductOption, BatchContext<?> batchContext) AdvancedTagProvider.readAdvancedTags
(Collection<String> names, Collection<String> ids, BatchContext<?> batchContext) CatalogProvider.readDataDrivenEnums
(DataDrivenEnumRequestFilters filters, BatchContext<?> batchContext) Fetches a list of DataDrivenEnums based on the provided filters.CatalogProvider.readOptionTemplateGroups
(cz.jirutka.rsql.parser.ast.Node node, BatchContext<?> batchContext) CatalogProvider.readOptionTemplateGroupsByNameIn
(Collection<String> names, BatchContext<?> batchContext) CatalogProvider.readOptionTemplates
(cz.jirutka.rsql.parser.ast.Node node, BatchContext<?> batchContext) CatalogProvider.readOptionTemplatesByNameIn
(Collection<String> names, BatchContext<?> batchContext) PriceProvider.readPriceLists
(cz.jirutka.rsql.parser.ast.Node filters, BatchContext<?> context) Read price lists based on the provided filters.ProductAssetProvider.readProductAssets
(String productId, BatchContext<?> batchContext) Fetch any assets associated with the supplied product id.CatalogProvider.readProductById
(String productId, BatchContext<?> batchContext) CatalogProvider.readProducts
(List<T1> requestedProducts, BatchContext<?> batchContext) Fetches a list of Products based on externalId, SKU, or URI.CatalogProvider.readProducts
(org.springframework.util.MultiValueMap<String, String> params, BatchContext<?> context) AdvancedTagProvider.readProductTags
(String productId, BatchContext<?> batchContext) InventoryProvider.readSkuInventory
(String locationId, SkuRef skuRef, BatchContext<ComprehensiveProduct> batchContext) CatalogProvider.readVariant
(String productId, String variantId, BatchContext<?> context) CatalogProvider.readVariantById
(String productId, String variantId, BatchContext<?> batchContext) CatalogProvider.readVariants
(List<T1> products, BatchContext<?> batchContext) CatalogProvider.readVariantsForProduct
(T1 products, BatchContext<?> batchContext) AdvancedTagProvider.readVariantTags
(String productId, String variantId, BatchContext<?> batchContext) CatalogProvider.saveProductTranslations
(T1 product, Locale locale, List<Translation> translations, BatchContext<?> batchContext) Saves translations, specifically for a Product.ProductAssetProvider.saveTranslations
(String productId, String assetId, Locale locale, List<Translation> translations, BatchContext<?> batchContext) CatalogProvider.saveVariantTranslations
(T1 product, T2 variant, Locale locale, List<Translation> translations, BatchContext<?> batchContext) PriceProvider.updatePriceData
(T1 priceData, BatchContext<?> batch) CatalogProvider.updateProduct
(T1 product, BatchContext<?> batchContext) ProductAssetProvider.updateProductAsset
(String productId, T asset, BatchContext<?> batchContext) AdvancedTagProvider.updateProductTag
(T2 productTag, BatchContext<?> batchContext) InventoryProvider.updateSkuInventory
(T inventory, BatchContext<ComprehensiveProduct> batchContext) CatalogProvider.updateVariant
(T1 product, T2 variant, BatchContext<?> batchContext) AdvancedTagProvider.updateVariantTag
(T2 variantTag, BatchContext<?> batchContext) -
Uses of BatchContext in com.broadleafcommerce.dataexchange.service.provider.external
Methods in com.broadleafcommerce.dataexchange.service.provider.external with parameters of type BatchContextModifier and TypeMethodDescriptionprotected cz.jirutka.rsql.parser.ast.Node
ExternalCatalogProvider.buildDataDrivenEnumFilter
(DataDrivenEnumRequestFilters filters, BatchContext<?> batchContext) ExternalPriceProvider.bulkReadPriceData
(cz.jirutka.rsql.parser.ast.Node filters, BatchContext<?> context) ExternalCatalogProvider.createExistingProductRsqlQuery
(List<T1> products, BatchContext<?> batchContext) When we want to query for existing products, we normally do so by querying by contextId, externalId, or sku.ExternalPriceProvider.createPriceData
(T1 priceData, BatchContext<?> batch) ExternalCatalogProvider.createProduct
(T1 product, BatchContext<?> batchContext) ExternalProductAssetProvider.createProductAsset
(String productId, T asset, BatchContext<?> batchContext) ExternalAdvancedTagProvider.createProductTag
(T2 productTag, BatchContext<?> batchContext) ExternalInventoryProvider.createSkuInventory
(T inventory, BatchContext<ComprehensiveProduct> batchContext) ExternalCatalogProvider.createVariant
(T1 product, T2 variant, BatchContext<?> batchContext) ExternalAdvancedTagProvider.createVariantTag
(T2 productTag, BatchContext<?> batchContext) void
ExternalPriceProvider.deletePriceData
(String id, BatchContext<?> batch) void
ExternalProductAssetProvider.deleteProductAsset
(String productId, String assetId, BatchContext<?> batchContext) void
ExternalAdvancedTagProvider.deleteProductTag
(String productId, String id, BatchContext<?> batchContext) protected org.springframework.web.reactive.function.client.WebClient.RequestHeadersSpec<?>
AbstractRestApiExternalProvider.deleteRequest
(String uri, BatchContext<?> batchContext) void
ExternalCatalogProvider.deleteVariant
(String productId, String variantId, BatchContext<?> context) void
ExternalAdvancedTagProvider.deleteVariantTag
(String productId, String variantId, String id, BatchContext<?> batchContext) ExternalCatalogProvider.generateOptions
(GenerateProductOption generateProductOption, BatchContext<?> batchContext) ExternalCatalogProvider.getReadAllDataDriveEnumParams
(DataDrivenEnumRequestFilters filters, BatchContext<?> batchContext) protected org.springframework.web.reactive.function.client.WebClient.RequestHeadersSpec<?>
AbstractRestApiExternalProvider.getRequest
(String uri, BatchContext<?> batchContext) protected org.springframework.web.reactive.function.client.WebClient.RequestBodySpec
AbstractRestApiExternalProvider.patchRequest
(String uri, BatchContext<?> batchContext) protected org.springframework.web.reactive.function.client.WebClient.RequestBodySpec
AbstractRestApiExternalProvider.postRequest
(String uri, BatchContext<?> batchContext) protected org.springframework.web.reactive.function.client.WebClient.RequestBodySpec
AbstractRestApiExternalProvider.putRequest
(String uri, BatchContext<?> batchContext) ExternalAdvancedTagProvider.readAdvancedTags
(Collection<String> names, Collection<String> ids, BatchContext<?> batchContext) ExternalCatalogProvider.readDataDrivenEnums
(DataDrivenEnumRequestFilters filters, BatchContext<?> batchContext) ExternalCatalogProvider.readOptionTemplateGroups
(cz.jirutka.rsql.parser.ast.Node node, BatchContext<?> batchContext) ExternalCatalogProvider.readOptionTemplateGroupsByNameIn
(Collection<String> names, BatchContext<?> batchContext) ExternalCatalogProvider.readOptionTemplates
(cz.jirutka.rsql.parser.ast.Node node, BatchContext<?> batchContext) ExternalCatalogProvider.readOptionTemplatesByNameIn
(Collection<String> names, BatchContext<?> batchContext) ExternalPriceProvider.readPriceLists
(cz.jirutka.rsql.parser.ast.Node filters, BatchContext<?> context) ExternalProductAssetProvider.readProductAssets
(String productId, BatchContext<?> batchContext) ExternalCatalogProvider.readProductById
(String productId, BatchContext<?> batchContext) ExternalCatalogProvider.readProducts
(List<T1> requestedProducts, BatchContext<?> batchContext) ExternalCatalogProvider.readProducts
(org.springframework.util.MultiValueMap<String, String> params, BatchContext<?> batchContext) ExternalAdvancedTagProvider.readProductTags
(String productId, BatchContext<?> batchContext) ExternalInventoryProvider.readSkuInventory
(String locationId, SkuRef skuRef, BatchContext<ComprehensiveProduct> batchContext) ExternalCatalogProvider.readVariant
(String productId, String variantId, BatchContext<?> context) ExternalCatalogProvider.readVariantById
(String productId, String variantId, BatchContext<?> batchContext) ExternalCatalogProvider.readVariants
(List<T1> products, BatchContext<?> batchContext) ExternalCatalogProvider.readVariantsForProduct
(T1 product, BatchContext<?> batchContext) ExternalAdvancedTagProvider.readVariantTags
(String productId, String variantId, BatchContext<?> batchContext) ExternalCatalogProvider.saveProductTranslations
(T1 product, Locale locale, List<Translation> translations, BatchContext<?> batchContext) ExternalProductAssetProvider.saveTranslations
(String productId, String assetId, Locale locale, List<Translation> translations, BatchContext<?> batchContext) ExternalCatalogProvider.saveVariantTranslations
(T1 product, T2 variant, Locale locale, List<Translation> translations, BatchContext<?> batchContext) ExternalPriceProvider.updatePriceData
(T1 priceData, BatchContext<?> batch) ExternalCatalogProvider.updateProduct
(T1 product, BatchContext<?> batchContext) ExternalProductAssetProvider.updateProductAsset
(String productId, T asset, BatchContext<?> batchContext) ExternalAdvancedTagProvider.updateProductTag
(T2 productTag, BatchContext<?> batchContext) ExternalInventoryProvider.updateSkuInventory
(T inventory, BatchContext<ComprehensiveProduct> batchContext) ExternalCatalogProvider.updateVariant
(T1 product, T2 variant, BatchContext<?> batchContext) ExternalAdvancedTagProvider.updateVariantTag
(T2 productTag, BatchContext<?> batchContext)