Uses of Interface
com.broadleafcommerce.recommendationengine.service.CustomerService
Packages that use CustomerService
Package
Description
- 
Uses of CustomerService in com.broadleafcommerce.recommendationengine.service
Classes in com.broadleafcommerce.recommendationengine.service that implement CustomerServiceMethods in com.broadleafcommerce.recommendationengine.service that return CustomerServiceModifier and TypeMethodDescriptionprotected CustomerService<Customer>DefaultSparkRecommendationService.getCustomerService()Constructors in com.broadleafcommerce.recommendationengine.service with parameters of type CustomerServiceModifierConstructorDescriptionDefaultSparkRecommendationService(CustomerService<Customer> customerService, CatalogItemService<CatalogItem> catalogItemService, UserRecommendationService<UserRecommendation> userRecommendationService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, RecommendationEngineProperties recommendationEngineProperties)  - 
Uses of CustomerService in com.broadleafcommerce.recommendationengine.service.messaging
Methods in com.broadleafcommerce.recommendationengine.service.messaging that return CustomerServiceModifier and TypeMethodDescriptionprotected CustomerService<Customer>CustomerEventListener.getCustomerService()Constructors in com.broadleafcommerce.recommendationengine.service.messaging with parameters of type CustomerServiceModifierConstructorDescriptionCustomerEventListener(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageService, CustomerService<Customer> customerService, com.broadleafcommerce.common.extension.TypeFactory typeFactory)  - 
Uses of CustomerService in com.broadleafcommerce.recommendationengine.service.messaging.autoconfigure
Methods in com.broadleafcommerce.recommendationengine.service.messaging.autoconfigure with parameters of type CustomerServiceModifier and TypeMethodDescriptionRecommendationMessagingAutoConfiguration.recommendationsCustomerEventListener(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageService, CustomerService<Customer> customerService, com.broadleafcommerce.common.extension.TypeFactory typeFactory)