public interface AdminCatalogServiceExtensionHandler
extends org.broadleafcommerce.common.extension.ExtensionHandler
AdminCatalogService| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_PRIORITY |
| Modifier and Type | Method and Description |
|---|---|
org.broadleafcommerce.common.extension.ExtensionResultStatusType |
persistSkuPermutation(Product product,
List<List<ProductOptionValue>> permutationsToGenerate,
org.broadleafcommerce.common.extension.ExtensionResultHolder<Integer> erh)
Customize the persistence of generated sku permutations based on product options.
|
static final int DEFAULT_PRIORITY
org.broadleafcommerce.common.extension.ExtensionResultStatusType persistSkuPermutation(Product product, List<List<ProductOptionValue>> permutationsToGenerate, org.broadleafcommerce.common.extension.ExtensionResultHolder<Integer> erh)
product - permutationsToGenerate - erh - Copyright © 2018. All rights reserved.