Uses of Class
com.broadleafcommerce.recommendationengine.domain.Customer
Packages that use Customer
Package
Description
-
Uses of Customer in com.broadleafcommerce.recommendationengine.domain
Methods in com.broadleafcommerce.recommendationengine.domain that return CustomerModifier and TypeMethodDescriptionCustomer.addAttribute
(String key, Object value) Convenience method to add an ann attribute. -
Uses of Customer in com.broadleafcommerce.recommendationengine.service
Classes in com.broadleafcommerce.recommendationengine.service with type parameters of type CustomerModifier and TypeInterfaceDescriptioninterface
CustomerService<P extends Customer>
class
DefaultCustomerService<P extends Customer>
Methods in com.broadleafcommerce.recommendationengine.service that return types with arguments of type CustomerModifier and TypeMethodDescriptionprotected CustomerService<Customer>
DefaultSparkRecommendationService.getCustomerService()
Constructor parameters in com.broadleafcommerce.recommendationengine.service with type arguments of type CustomerModifierConstructorDescriptionDefaultSparkRecommendationService
(CustomerService<Customer> customerService, CatalogItemService<CatalogItem> catalogItemService, UserRecommendationService<UserRecommendation> userRecommendationService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, RecommendationEngineProperties recommendationEngineProperties) -
Uses of Customer in com.broadleafcommerce.recommendationengine.service.messaging
Methods in com.broadleafcommerce.recommendationengine.service.messaging that return types with arguments of type CustomerModifier and TypeMethodDescriptionprotected CustomerService<Customer>
CustomerEventListener.getCustomerService()
Method parameters in com.broadleafcommerce.recommendationengine.service.messaging with type arguments of type CustomerModifier and TypeMethodDescriptionprotected com.broadleafcommerce.data.tracking.core.context.ContextInfo
CustomerEventListener.buildContextInfo
(@NonNull CustomerModifiedEvent event, @NonNull List<Customer> customers) Builds aContextInfo
for the persistence event related to the entity.protected void
CustomerEventListener.logBulkResponseFailures
(com.broadleafcommerce.data.tracking.core.service.BulkPersistenceResponse<Customer> bulkResponse, boolean isCreate, @NotNull com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) protected void
CustomerEventListener.processCustomerModification
(@NonNull List<Customer> customers, @NonNull String operationType, @NonNull com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) protected void
CustomerEventListener.processCustomerUpdates
(@NotNull List<Customer> customers, @NotNull com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Constructor parameters in com.broadleafcommerce.recommendationengine.service.messaging with type arguments of type CustomerModifierConstructorDescriptionCustomerEventListener
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageService, CustomerService<Customer> customerService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of Customer in com.broadleafcommerce.recommendationengine.service.messaging.autoconfigure
Method parameters in com.broadleafcommerce.recommendationengine.service.messaging.autoconfigure with type arguments of type CustomerModifier and TypeMethodDescriptionRecommendationMessagingAutoConfiguration.recommendationsCustomerEventListener
(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageService, CustomerService<Customer> customerService, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of Customer in com.broadleafcommerce.recommendationengine.service.messaging.domain
Methods in com.broadleafcommerce.recommendationengine.service.messaging.domain that return types with arguments of type CustomerModifier and TypeMethodDescriptionCustomerModifiedEvent.getCustomers()
The customers that have been created / modified / deletedMethod parameters in com.broadleafcommerce.recommendationengine.service.messaging.domain with type arguments of type CustomerModifier and TypeMethodDescriptionvoid
CustomerModifiedEvent.setCustomers
(List<Customer> customers) The customers that have been created / modified / deleted