Interface ProductParentCategoryFieldPersistenceProviderExtensionHandler
- All Superinterfaces:
org.broadleafcommerce.common.extension.ExtensionHandler
public interface ProductParentCategoryFieldPersistenceProviderExtensionHandler
extends org.broadleafcommerce.common.extension.ExtensionHandler
Extension handler for
ProductParentCategoryFieldPersistenceProvider- Author:
- Jeff Fischer
-
Method Summary
Modifier and TypeMethodDescriptionorg.broadleafcommerce.common.extension.ExtensionResultStatusTypemanageParentCategory(org.broadleafcommerce.openadmin.dto.Property property, org.broadleafcommerce.core.catalog.domain.Product product) Perform any special handling for the parent category of a productMethods 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.Product product) Perform any special handling for the parent category of a product- Parameters:
property-product-- Returns:
-