Uses of Interface
com.broadleafcommerce.cartoperation.service.provider.external.security.UserTargetGenerationService
- 
Packages that use UserTargetGenerationService Package Description com.broadleafcommerce.cartoperation.service.provider.external com.broadleafcommerce.cartoperation.service.provider.external.security  - 
- 
Uses of UserTargetGenerationService in com.broadleafcommerce.cartoperation.service.provider.external
Methods in com.broadleafcommerce.cartoperation.service.provider.external that return UserTargetGenerationService Modifier and Type Method Description protected UserTargetGenerationServiceExternalOfferProvider. getUserTargetGenerationService()protected UserTargetGenerationServiceExternalPricingProvider. getUserTargetGenerationService()Constructors in com.broadleafcommerce.cartoperation.service.provider.external with parameters of type UserTargetGenerationService Constructor Description ExternalOfferProvider(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
Classes in com.broadleafcommerce.cartoperation.service.provider.external.security that implement UserTargetGenerationService Modifier and Type Class Description classDefaultUserTargetGenerationService 
 -