Uses of Class
com.broadleafcommerce.recommendationengine.service.messaging.handlers.CatalogEntityEventHandlerUtility
Packages that use CatalogEntityEventHandlerUtility
Package
Description
-
Uses of CatalogEntityEventHandlerUtility in com.broadleafcommerce.recommendationengine.service.messaging.autoconfigure
Methods in com.broadleafcommerce.recommendationengine.service.messaging.autoconfigure that return CatalogEntityEventHandlerUtilityModifier and TypeMethodDescriptionRecommendationMessagingAutoConfiguration.recommendationsCatalogEntityEventHandlerUtility
(com.broadleafcommerce.data.tracking.core.tenant.service.CommonCatalogService<com.broadleafcommerce.data.tracking.core.tenant.domain.Catalog> catalogService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.data.tracking.core.web.ContextRequestHydrator contextRequestHydrator) Methods in com.broadleafcommerce.recommendationengine.service.messaging.autoconfigure with parameters of type CatalogEntityEventHandlerUtilityModifier and TypeMethodDescriptionRecommendationMessagingAutoConfiguration.recommendationsCatalogEntityCreateEventHandler
(CatalogItemService<CatalogItem> catalogItemService, CatalogEntityEventHandlerUtility eventHandlerUtility, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.fasterxml.jackson.databind.ObjectMapper objectMapper) RecommendationMessagingAutoConfiguration.recommendationsCatalogEntityDeleteEventHandler
(CatalogItemService<CatalogItem> catalogItemService, CatalogEntityEventHandlerUtility eventHandlerUtility, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.fasterxml.jackson.databind.ObjectMapper objectMapper) RecommendationMessagingAutoConfiguration.recommendationsCatalogEntityUpdateEventHandler
(CatalogItemService<CatalogItem> catalogItemService, CatalogEntityEventHandlerUtility eventHandlerUtility, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of CatalogEntityEventHandlerUtility in com.broadleafcommerce.recommendationengine.service.messaging.handlers
Methods in com.broadleafcommerce.recommendationengine.service.messaging.handlers that return CatalogEntityEventHandlerUtilityModifier and TypeMethodDescriptionprotected CatalogEntityEventHandlerUtility
CatalogEntityCreateEventHandler.getEventHandlerUtility()
protected CatalogEntityEventHandlerUtility
CatalogEntityDeleteEventHandler.getEventHandlerUtility()
protected CatalogEntityEventHandlerUtility
CatalogEntityUpdateEventHandler.getEventHandlerUtility()
Constructors in com.broadleafcommerce.recommendationengine.service.messaging.handlers with parameters of type CatalogEntityEventHandlerUtilityModifierConstructorDescriptionCatalogEntityCreateEventHandler
(CatalogItemService<CatalogItem> catalogItemService, CatalogEntityEventHandlerUtility eventHandlerUtility, com.jayway.jsonpath.Configuration jsonPathConfiguration, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.fasterxml.jackson.databind.ObjectMapper objectMapper) CatalogEntityDeleteEventHandler
(CatalogItemService<CatalogItem> catalogItemService, CatalogEntityEventHandlerUtility eventHandlerUtility, com.jayway.jsonpath.Configuration jsonPathConfiguration, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.fasterxml.jackson.databind.ObjectMapper objectMapper) CatalogEntityUpdateEventHandler
(CatalogItemService<CatalogItem> catalogItemService, CatalogEntityEventHandlerUtility eventHandlerUtility, com.jayway.jsonpath.Configuration jsonPathConfiguration, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.fasterxml.jackson.databind.ObjectMapper objectMapper)