Uses of Class
com.broadleafcommerce.dataexchange.domain.product.Prices
Packages that use Prices
Package
Description
-
Uses of Prices in com.broadleafcommerce.dataexchange.domain.product
Methods in com.broadleafcommerce.dataexchange.domain.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.product with type arguments of type Prices -
Uses of Prices in com.broadleafcommerce.dataexchange.service.autoconfigure
Methods in com.broadleafcommerce.dataexchange.service.autoconfigure that return types with arguments of type PricesModifier and TypeMethodDescriptionDataExchangeServiceAutoConfiguration.productPriceDataItemHandler
(PriceProvider<PriceData> priceProvider, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of Prices in com.broadleafcommerce.dataexchange.service.product
Classes in com.broadleafcommerce.dataexchange.service.product with type parameters of type PricesModifier and TypeClassDescriptionclass
PriceDataBatchItemHandler<T extends Prices>
Handles the processing of price data for a product.