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 UserTargetGenerationServiceExternalCatalogProvider.getUserTargetGenerationService()protected UserTargetGenerationServiceExternalOfferProvider.getUserTargetGenerationService()protected UserTargetGenerationServiceExternalPricingProvider.getUserTargetGenerationService()Methods in com.broadleafcommerce.cartoperation.service.provider.external with parameters of type UserTargetGenerationServiceModifier and TypeMethodDescriptionvoidExternalCatalogProvider.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