Interface SkuCustomPersistenceHandlerExtensionHandler
- All Superinterfaces:
ExtensionHandler
Allows special behavior to be defined when a sku is updated via the admin.
- Author:
- Jeff Fischer
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetAdditionalSkusCollection
(Product product, ExtensionResultHolder<List<Sku>> erh) skuUpdated
(Sku updated) Hook for the before and after save state of the skuMethods inherited from interface org.broadleafcommerce.common.extension.ExtensionHandler
getPriority, isEnabled
-
Field Details
-
DEFAULT_PRIORITY
static final int DEFAULT_PRIORITY- See Also:
-
-
Method Details
-
skuUpdated
Hook for the before and after save state of the sku- Parameters:
updated
-- Returns:
-
getAdditionalSkusCollection
ExtensionResultStatusType getAdditionalSkusCollection(Product product, ExtensionResultHolder<List<Sku>> erh)
-