Interface ProductParentCategoryFieldPersistenceProviderExtensionHandler

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

public interface ProductParentCategoryFieldPersistenceProviderExtensionHandler extends org.broadleafcommerce.common.extension.ExtensionHandler
Author:
Jeff Fischer
  • Method Summary

    Modifier and Type
    Method
    Description
    org.broadleafcommerce.common.extension.ExtensionResultStatusType
    Perform any special handling for the parent category of a product

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

    getPriority, isEnabled
  • Method Details

    • manageParentCategory

      org.broadleafcommerce.common.extension.ExtensionResultStatusType manageParentCategory(Property property, Product product)
      Perform any special handling for the parent category of a product
      Parameters:
      property -
      product -
      Returns: