Interface CategoryParentCategoryFieldPersistenceProviderExtensionHandler

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

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

    Modifier and Type
    Method
    Description
    org.broadleafcommerce.common.extension.ExtensionResultStatusType
    manageParentCategory(Property property, Category category)
    Perform any special handling for the parent category of a category

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

    getPriority, isEnabled
  • Method Details

    • manageParentCategory

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