Interface AdminCatalogServiceExtensionHandler

All Superinterfaces:
org.broadleafcommerce.common.extension.ExtensionHandler
All Known Implementing Classes:
DefaultAdminCatalogExtensionHandler

public interface AdminCatalogServiceExtensionHandler extends org.broadleafcommerce.common.extension.ExtensionHandler
Extension handler for AdminCatalogService
Author:
Jeff Fischer
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    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.

    Methods inherited from interface org.broadleafcommerce.common.extension.ExtensionHandler

    getPriority, isEnabled
  • Field Details

  • Method Details

    • persistSkuPermutation

      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.
      Parameters:
      product -
      permutationsToGenerate -
      erh -
      Returns: