public interface ProductCustomPersistenceHandlerExtensionHandler extends ExtensionHandler
ProductCustomPersistenceHandler| Modifier and Type | Method and Description |
|---|---|
ExtensionResultStatusType |
manageParentCategoryForAdd(PersistencePackage persistencePackage,
Product product)
Perform any special handling for the parent category of a product during a product add
|
ExtensionResultStatusType |
manageParentCategoryForUpdate(PersistencePackage persistencePackage,
Product product)
Perform any special handling for the parent category of a product during a product update
|
ExtensionResultStatusType |
manageRemove(PersistencePackage persistencePackage,
Product product)
Perform any special handling for the remove
|
getPriority, isEnabledExtensionResultStatusType manageParentCategoryForAdd(PersistencePackage persistencePackage, Product product) throws ServiceException
product - ServiceExceptionExtensionResultStatusType manageParentCategoryForUpdate(PersistencePackage persistencePackage, Product product) throws ServiceException
product - ServiceExceptionExtensionResultStatusType manageRemove(PersistencePackage persistencePackage, Product product) throws ServiceException
product - ServiceExceptionCopyright © 2015. All rights reserved.