Interface SkuCustomPersistenceHandlerExtensionHandler

All Superinterfaces:
org.broadleafcommerce.common.extension.ExtensionHandler

public interface SkuCustomPersistenceHandlerExtensionHandler extends org.broadleafcommerce.common.extension.ExtensionHandler
Allows special behavior to be defined when a sku is updated via the admin.
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
    getAdditionalSkusCollection(Product product, org.broadleafcommerce.common.extension.ExtensionResultHolder<List<Sku>> erh)
     
    org.broadleafcommerce.common.extension.ExtensionResultStatusType
    skuUpdated(Sku updated)
    Hook for the before and after save state of the sku

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

    getPriority, isEnabled
  • Field Details

  • Method Details

    • skuUpdated

      org.broadleafcommerce.common.extension.ExtensionResultStatusType skuUpdated(Sku updated)
      Hook for the before and after save state of the sku
      Parameters:
      updated -
      Returns:
    • getAdditionalSkusCollection

      org.broadleafcommerce.common.extension.ExtensionResultStatusType getAdditionalSkusCollection(Product product, org.broadleafcommerce.common.extension.ExtensionResultHolder<List<Sku>> erh)