Interface CategoryParentCategoryFieldPersistenceProviderExtensionHandler
- All Superinterfaces:
org.broadleafcommerce.common.extension.ExtensionHandler
public interface CategoryParentCategoryFieldPersistenceProviderExtensionHandler
extends org.broadleafcommerce.common.extension.ExtensionHandler
Extension handler for
CategoryParentCategoryFieldPersistenceProvider- Author:
- Jeff Fischer
-
Method Summary
Modifier and TypeMethodDescriptionorg.broadleafcommerce.common.extension.ExtensionResultStatusTypemanageParentCategory(org.broadleafcommerce.openadmin.dto.Property property, org.broadleafcommerce.core.catalog.domain.Category category) Perform any special handling for the parent category of a categoryMethods inherited from interface org.broadleafcommerce.common.extension.ExtensionHandler
getPriority, isEnabled
-
Method Details
-
manageParentCategory
org.broadleafcommerce.common.extension.ExtensionResultStatusType manageParentCategory(org.broadleafcommerce.openadmin.dto.Property property, org.broadleafcommerce.core.catalog.domain.Category category) Perform any special handling for the parent category of a category- Parameters:
property-category-- Returns:
-