Uses of Interface
com.broadleafcommerce.recommendationengine.service.PurchaseService
Packages that use PurchaseService
Package
Description
-
Uses of PurchaseService in com.broadleafcommerce.recommendationengine.service
Classes in com.broadleafcommerce.recommendationengine.service that implement PurchaseService -
Uses of PurchaseService in com.broadleafcommerce.recommendationengine.service.messaging
Methods in com.broadleafcommerce.recommendationengine.service.messaging that return PurchaseServiceModifier and TypeMethodDescriptionprotected PurchaseService<Purchase>
PurchaseEventListener.getPurchaseService()
Constructors in com.broadleafcommerce.recommendationengine.service.messaging with parameters of type PurchaseServiceModifierConstructorDescriptionPurchaseEventListener
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageService, OrderProvider orderProvider, PurchaseService<Purchase> purchaseService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of PurchaseService in com.broadleafcommerce.recommendationengine.service.messaging.autoconfigure
Methods in com.broadleafcommerce.recommendationengine.service.messaging.autoconfigure with parameters of type PurchaseServiceModifier and TypeMethodDescriptionRecommendationMessagingAutoConfiguration.recommendationsPurchaseEventListener
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageService, OrderProvider orderProvider, PurchaseService<Purchase> purchaseService, com.broadleafcommerce.common.extension.TypeFactory typeFactory)