Uses of Class
com.broadleafcommerce.pricing.domain.TargetKeyDto
Packages that use TargetKeyDto
Package
Description
-
Uses of TargetKeyDto in com.broadleafcommerce.pricing.provider.jpa.repository
Method parameters in com.broadleafcommerce.pricing.provider.jpa.repository with type arguments of type TargetKeyDtoModifier and TypeMethodDescriptionJpaCustomizedPriceDataRepository.findByTargetKeyInAndPriceListIdsIn(Collection<TargetKeyDto> targets, Collection<String> priceListIds, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) -
Uses of TargetKeyDto in com.broadleafcommerce.pricing.repository
Method parameters in com.broadleafcommerce.pricing.repository with type arguments of type TargetKeyDtoModifier and TypeMethodDescriptionCustomizedPriceDataRepository.findByTargetKeyInAndPriceListIdsIn(Collection<TargetKeyDto> targetDtos, Collection<String> priceListIds, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) -
Uses of TargetKeyDto in com.broadleafcommerce.pricing.service
Methods in com.broadleafcommerce.pricing.service that return types with arguments of type TargetKeyDtoModifier and TypeMethodDescriptionprotected List<TargetKeyDto>DefaultPriceInfoService.convertTargetsToTargetKeyDtos(Collection<com.broadleafcommerce.pricing.client.domain.PriceableTarget> targets) protected Map<org.apache.commons.lang3.tuple.Pair<String,TargetKeyDto>, List<PriceData>> DefaultPriceInfoService.getPriceListAndTargetPriceDataMap(com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo, Set<com.broadleafcommerce.pricing.client.domain.PriceableTarget> priceableTargets, List<PriceList> priceLists) Methods in com.broadleafcommerce.pricing.service with parameters of type TargetKeyDtoModifier and TypeMethodDescriptionprotected voidDefaultPriceInfoService.addTargetToPriceListMapForTarget(Map<TargetKeyDto, Map<String, Set<PriceList>>> priceListsByTypeByTarget, TargetKeyDto targetKeyDto, PriceList priceList) Method parameters in com.broadleafcommerce.pricing.service with type arguments of type TargetKeyDtoModifier and TypeMethodDescriptionprotected voidDefaultPriceInfoService.addTargetToPriceListMapForTarget(Map<TargetKeyDto, Map<String, Set<PriceList>>> priceListsByTypeByTarget, TargetKeyDto targetKeyDto, PriceList priceList) DefaultPriceDataService.findByTargetKeyInAndPriceListIn(Collection<TargetKeyDto> targets, Collection<String> priceListIds, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) PriceDataService.findByTargetKeyInAndPriceListIn(Collection<TargetKeyDto> targets, Collection<String> priceListIds, com.broadleafcommerce.data.tracking.core.context.ContextInfo context) protected voidDefaultPriceInfoService.removePriceDataFromLowerPriorityPriceLists(Map<org.apache.commons.lang3.tuple.Pair<String, TargetKeyDto>, List<PriceData>> priceListAndTargetPriceDataMap, Map<TargetKeyDto, Map<String, Set<PriceList>>> priceListsByTypeByTarget) -
Uses of TargetKeyDto in com.broadleafcommerce.pricing.service.state
Methods in com.broadleafcommerce.pricing.service.state that return types with arguments of type TargetKeyDtoModifier and TypeMethodDescriptionMap<org.apache.commons.lang3.tuple.Pair<String,TargetKeyDto>, List<PriceData>> PriceableTargetPriceState.getPriceListAndTargetPriceDataMap()All first-level price lists mapped to the price data they aggregate.Method parameters in com.broadleafcommerce.pricing.service.state with type arguments of type TargetKeyDtoModifier and TypeMethodDescriptionPriceableTargetPriceState.withPriceListAndTargetPriceDataMap(Map<org.apache.commons.lang3.tuple.Pair<String, TargetKeyDto>, List<PriceData>> priceListAndTargetPriceDataMap)