Uses of Class
com.broadleafcommerce.dataexchange.domain.catalog.product.Prices
Packages that use Prices
Package
Description
-
Uses of Prices in com.broadleafcommerce.dataexchange.domain.catalog.product
Methods in com.broadleafcommerce.dataexchange.domain.catalog.product that return types with arguments of type PricesModifier and TypeMethodDescriptionComprehensiveProduct.getPrices()Any prices associated with this product.Method parameters in com.broadleafcommerce.dataexchange.domain.catalog.product with type arguments of type Prices -
Uses of Prices in com.broadleafcommerce.dataexchange.service.catalog
Methods in com.broadleafcommerce.dataexchange.service.catalog that return types with arguments of type PricesModifier and TypeMethodDescriptionDataExchangeCatalogServiceAutoConfiguration.productPriceDataItemHandler(PriceProvider<PriceData, PriceList> priceProvider, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of Prices in com.broadleafcommerce.dataexchange.service.catalog.product
Classes in com.broadleafcommerce.dataexchange.service.catalog.product with type parameters of type PricesModifier and TypeClassDescriptionclassPriceDataBatchItemHandler<T extends Prices>Handles the processing of price data for a product.Methods in com.broadleafcommerce.dataexchange.service.catalog.product with parameters of type PricesModifier and TypeMethodDescriptionprotected StringDefaultPriceDataPreloadProcessor.getPriceDataPriceListKey(Prices prices, PriceData priceData) protected voidDefaultPriceDataPreloadProcessor.handleCurrencyIdentifier(ComprehensiveProduct product, Prices prices, DefaultPriceDataPreloadProcessor.PriceListFilters priceListFilters, BatchContext<ComprehensiveProduct> batch) protected booleanDefaultPriceDataPreloadProcessor.isCurrencyIdentifier(Prices prices) protected booleanDefaultPriceDataPreloadProcessor.isIdIdentifier(Prices prices) protected booleanDefaultPriceDataPreloadProcessor.isSaleType(Prices prices) protected booleanDefaultPriceDataPreloadProcessor.isStandardType(Prices prices) protected abstract voidAbstractPriceDataPreloadProcessor.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 voidDefaultPriceDataPreloadProcessor.populatePriceListIdForPriceData(ComprehensiveProduct product, Prices prices, PriceData priceData, Map<String, PriceList> priceListMap, BatchContext<ComprehensiveProduct> batch) -
Uses of Prices in com.broadleafcommerce.dataexchange.service.pricing.domain
Methods in com.broadleafcommerce.dataexchange.service.pricing.domain with parameters of type PricesModifier and TypeMethodDescriptionPreloadedPriceData.getPriceDataForCurrencyIdentifierType(ComprehensiveProduct parent, Prices prices) PreloadedPriceData.getPriceDataForIdIdentifierType(ComprehensiveProduct parent, Prices prices) PreloadedPriceData.getPricesForProductAndPriceList(ComprehensiveProduct parent, Prices prices) Returns the price data for the given product and its variants.