Uses of Class
com.broadleafcommerce.pricing.domain.PriceSummary
Packages that use PriceSummary
-
Uses of PriceSummary in com.broadleafcommerce.pricing.domain
Methods in com.broadleafcommerce.pricing.domain that return types with arguments of type PriceSummaryModifier and TypeMethodDescriptionPriceSummary.getBackupPriceSummary()This field is used for summaries based on a limited quantity PriceData.Method parameters in com.broadleafcommerce.pricing.domain with type arguments of type PriceSummaryModifier and TypeMethodDescriptionvoidPriceSummary.setBackupPriceSummary(Optional<PriceSummary> backupPriceSummary) This field is used for summaries based on a limited quantity PriceData. -
Uses of PriceSummary in com.broadleafcommerce.pricing.service
Methods in com.broadleafcommerce.pricing.service that return PriceSummaryModifier and TypeMethodDescriptionprotected PriceSummaryDefaultPriceInfoService.buildSummaryFromPriceData(@NonNull com.broadleafcommerce.pricing.client.domain.PriceableTarget target, @NonNull PriceData data) Builds aPriceSummaryofdata.Methods in com.broadleafcommerce.pricing.service that return types with arguments of type PriceSummaryModifier and TypeMethodDescriptionprotected Optional<PriceSummary>DefaultPriceInfoService.getPriceSummaryFromElsewhere(com.broadleafcommerce.pricing.client.domain.PriceableTarget target, PriceList priceList, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Extension point for getting aPriceSummaryfrom somewhere other than aPriceDataorPriceList.getPriceModifier().protected Optional<PriceSummary>DefaultPriceInfoService.getPriceSummaryFromPriceData(com.broadleafcommerce.pricing.client.domain.PriceableTarget target, String priceListId, PriceableTargetPriceState priceState) Gets thePriceSummaryfrom a matchingPriceData.Methods in com.broadleafcommerce.pricing.service with parameters of type PriceSummaryModifier and TypeMethodDescriptionprotected voidDefaultPriceInfoService.populatePriceDetailFromSummary(@NonNull PriceListPriceDetail priceDetail, @NonNull PriceSummary summary) Populates fields onto aPriceListPriceDetailfrom aPriceSummary.