Uses of Interface
com.broadleafcommerce.cartoperation.service.provider.external.security.UserTargetGenerationService
Packages that use UserTargetGenerationService
Package
Description
-
Uses of UserTargetGenerationService in com.broadleafcommerce.cartoperation.service.provider.external
Methods in com.broadleafcommerce.cartoperation.service.provider.external that return UserTargetGenerationServiceModifier and TypeMethodDescriptionprotected UserTargetGenerationService
ExternalCatalogProvider.getUserTargetGenerationService()
protected UserTargetGenerationService
ExternalOfferProvider.getUserTargetGenerationService()
protected UserTargetGenerationService
ExternalPricingProvider.getUserTargetGenerationService()
Methods in com.broadleafcommerce.cartoperation.service.provider.external with parameters of type UserTargetGenerationServiceModifier and TypeMethodDescriptionvoid
ExternalCatalogProvider.setUserTargetGenerationService
(UserTargetGenerationService userTargetGenerationService) Constructors in com.broadleafcommerce.cartoperation.service.provider.external with parameters of type UserTargetGenerationServiceModifierConstructorDescriptionExternalOfferProvider
(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