public interface PromotionMessageCacheInvalidationEventConsumerExtensionHandler
extends org.broadleafcommerce.common.extension.ExtensionHandler
Modifier and Type | Method and Description |
---|---|
org.broadleafcommerce.common.extension.ExtensionResultStatusType |
gatherRelatedProducts(String fullyQualifiedClassName,
Long entityId,
org.broadleafcommerce.common.extension.ExtensionResultHolder<List<org.broadleafcommerce.core.catalog.domain.Product>> erh)
Handler implementations will gather a list of
Product s related to the class name and entity Id passed in. |
org.broadleafcommerce.common.extension.ExtensionResultStatusType |
shouldClearCache(String fullyQualifiedClassName,
Long entityId,
org.broadleafcommerce.common.extension.ExtensionResultHolder<Boolean> erh)
Handler implementations will determine whether or not the entire cache should be cleared.
|
org.broadleafcommerce.common.extension.ExtensionResultStatusType shouldClearCache(String fullyQualifiedClassName, Long entityId, org.broadleafcommerce.common.extension.ExtensionResultHolder<Boolean> erh)
fullyQualifiedClassName
- entityId
- erh
- ExtensionResultHolder
a container for the resultorg.broadleafcommerce.common.extension.ExtensionResultStatusType gatherRelatedProducts(String fullyQualifiedClassName, Long entityId, org.broadleafcommerce.common.extension.ExtensionResultHolder<List<org.broadleafcommerce.core.catalog.domain.Product>> erh)
Product
s related to the class name and entity Id passed in.fullyQualifiedClassName
- entityId
- erh
- ExtensionResultHolder
a container for the resultCopyright © 2019. All rights reserved.