Uses of Class
com.broadleafcommerce.datafeed.service.collector.domain.product.VariantSummary
Packages that use VariantSummary
Package
Description
- 
Uses of VariantSummary in com.broadleafcommerce.datafeed.service.collector.productMethods in com.broadleafcommerce.datafeed.service.collector.product with parameters of type VariantSummaryModifier and TypeMethodDescriptionprotected <T extends com.broadleafcommerce.pricing.client.domain.PriceInfo>
 Optional<T>PricingEntityContributor.checkForPriceInfoForVariantFromPriceList(List<T> candidatePriceInfos, VariantSummary variant) protected booleanPricingEntityContributor.isDirectVariantPrice(com.broadleafcommerce.pricing.client.domain.PriceInfo priceInfo, VariantSummary variant) protected booleanPricingEntityContributor.isTargetingVariantSku(com.broadleafcommerce.pricing.client.domain.PriceInfo priceInfo, VariantSummary variant) 
- 
Uses of VariantSummary in com.broadleafcommerce.datafeed.service.collector.product.supportMethods in com.broadleafcommerce.datafeed.service.collector.product.support that return types with arguments of type VariantSummaryModifier and TypeMethodDescriptionCollectedProductJsonAccessorUtils.getVariantSummaries(CollectedProduct product, boolean onlineOnly) Methods in com.broadleafcommerce.datafeed.service.collector.product.support with parameters of type VariantSummaryModifier and TypeMethodDescriptionprotected com.broadleafcommerce.pricing.client.domain.PriceableTargetVariantPriceableTargetUtils.createTargetForProductPricingKey(@NonNull VariantSummary variant, @NonNull CollectedProduct product, @NonNull Map<String, javax.money.MonetaryAmount> priceableFields) Creates thePriceableTargetfor aVariantSummaryusing its owning product'sCollectedProduct'spricingKey asPriceableTarget.getTargetId().protected com.broadleafcommerce.pricing.client.domain.PriceableTargetVariantPriceableTargetUtils.createTargetForSku(@NonNull VariantSummary variant, @NonNull Map<String, javax.money.MonetaryAmount> priceableFields) Set<com.broadleafcommerce.pricing.client.domain.PriceableTarget>VariantPriceableTargetUtils.createTargets(@NonNull VariantSummary variant, CollectedProduct product) CreatesPriceableTargetsfor aVariantSummary.VariantPriceableTargetUtils.getPriceableFields(@NonNull VariantSummary variant, CollectedProduct product) Builds the map of priceable fields for aVariantSummarythat will be added asPriceableTarget.getPriceableFields().