Uses of Class
com.broadleafcommerce.pricing.client.domain.PriceDetail
Packages that use PriceDetail
-
Uses of PriceDetail in com.broadleafcommerce.pricing.client.domain
Methods in com.broadleafcommerce.pricing.client.domain that return types with arguments of type PriceDetailModifier and TypeMethodDescriptionPriceTypeDetail.getPriceDetails()
A map for every candidatePriceList
for thePriceTypeDetail.type
, with the key being aPriceListRef.getId()
.Method parameters in com.broadleafcommerce.pricing.client.domain with type arguments of type PriceDetailModifier and TypeMethodDescriptionvoid
PriceTypeDetail.setPriceDetails
(Map<String, PriceDetail> priceDetails) A map for every candidatePriceList
for thePriceTypeDetail.type
, with the key being aPriceListRef.getId()
.