Uses of Class
com.broadleafcommerce.dataexchange.domain.pricing.PriceData
Packages that use PriceData
Package
Description
-
Uses of PriceData in com.broadleafcommerce.dataexchange.domain.product
Methods in com.broadleafcommerce.dataexchange.domain.product that return types with arguments of type PriceDataMethod parameters in com.broadleafcommerce.dataexchange.domain.product with type arguments of type PriceData -
Uses of PriceData in com.broadleafcommerce.dataexchange.service.autoconfigure
Method parameters in com.broadleafcommerce.dataexchange.service.autoconfigure with type arguments of type PriceDataModifier and TypeMethodDescriptionDataExchangeServiceAutoConfiguration.priceDataPreloadProcessor
(PriceProvider<PriceData> pricingProvider, com.broadleafcommerce.common.extension.TypeFactory typeFactory) DataExchangeServiceAutoConfiguration.productPriceDataItemHandler
(PriceProvider<PriceData> priceProvider, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of PriceData in com.broadleafcommerce.dataexchange.service.product
Methods in com.broadleafcommerce.dataexchange.service.product that return types with arguments of type PriceDataModifier and TypeMethodDescriptionPriceDataBatchItemHandler.getExistingPriceData
(Map<String, Object> batchProperties) PriceDataBatchItemHandler.getPriceDataToCreate
(Map<String, Object> batchProperties) PriceDataBatchItemHandler.getPriceDataToUpdate
(Map<String, Object> batchProperties) Method parameters in com.broadleafcommerce.dataexchange.service.product with type arguments of type PriceDataModifier and TypeMethodDescriptionprotected void
PriceDataBatchItemHandler.prepareCreatesAndUpdates
(List<PriceData> prices, Map<String, Object> batchProperties, List<PriceData> existingPriceData) protected T
PriceDataBatchItemHandler.prepareDeleteAll
(T prices, Map<String, Object> batchProperties, List<PriceData> existingPriceData) protected void
PriceDataBatchItemHandler.prepareDeletes
(List<PriceData> prices, Map<String, Object> batchProperties, List<PriceData> existingPriceData) Constructor parameters in com.broadleafcommerce.dataexchange.service.product with type arguments of type PriceDataModifierConstructorDescriptionDefaultPriceDataPreloadProcessor
(PriceProvider<PriceData> pricingProvider, com.broadleafcommerce.common.extension.TypeFactory typeFactory) PriceDataBatchItemHandler
(PriceProvider<PriceData> priceProvider, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of PriceData in com.broadleafcommerce.dataexchange.service.product.domain
Methods in com.broadleafcommerce.dataexchange.service.product.domain that return types with arguments of type PriceDataModifier and TypeMethodDescriptionPreloadedPriceData.buildPriceDataMap
(List<PriceData> existingPriceData) Builds a map of price data by target and price list.PreloadedPriceData.getPricesForProductAndPriceList
(ComprehensiveProduct parent, String priceListId) Returns the price data for the given product and its variants.Method parameters in com.broadleafcommerce.dataexchange.service.product.domain with type arguments of type PriceData -
Uses of PriceData in com.broadleafcommerce.dataexchange.service.provider
Classes in com.broadleafcommerce.dataexchange.service.provider with type parameters of type PriceDataModifier and TypeInterfaceDescriptioninterface
PriceProvider<T extends PriceData>
Interface for interacting with a (typically) remote service to save and/or fetch pricing data.Methods in com.broadleafcommerce.dataexchange.service.provider that return types with arguments of type PriceDataModifier and TypeMethodDescriptionExternalProviderAutoConfiguration.dataExchangePricingProvider
(ExternalPriceProviderProperties properties, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of PriceData in com.broadleafcommerce.dataexchange.service.provider.external
Classes in com.broadleafcommerce.dataexchange.service.provider.external with type parameters of type PriceDataModifier and TypeClassDescriptionclass
ExternalPriceProvider<T extends PriceData>
DefaultPriceProvider
implementation to Pricing Service REST APIs.