Uses of Interface
com.broadleafcommerce.cartoperation.service.provider.external.security.UserTargetGenerationService
Package
Description
-
Uses of UserTargetGenerationService in com.broadleafcommerce.cartoperation.service.provider.external
Modifier and TypeMethodDescriptionprotected UserTargetGenerationService
ExternalCatalogProvider.getUserTargetGenerationService()
protected UserTargetGenerationService
ExternalOfferProvider.getUserTargetGenerationService()
protected UserTargetGenerationService
ExternalPricingProvider.getUserTargetGenerationService()
Modifier and TypeMethodDescriptionvoid
ExternalCatalogProvider.setUserTargetGenerationService
(UserTargetGenerationService userTargetGenerationService) ModifierConstructorDescriptionExternalOfferProvider
(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalOfferProperties properties, UserTargetGenerationService userTargetGenerationService, CartTotalsCalculator cartTotalsCalculator) ExternalPricingProvider
(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, CartItemPricingUtils cartItemPricingUtils, ExternalPricingProperties properties, UserTargetGenerationService userTargetGenerationService) -
Uses of UserTargetGenerationService in com.broadleafcommerce.cartoperation.service.provider.external.security