Class AbstractProductDaoExtensionHandler
java.lang.Object
org.broadleafcommerce.common.extension.AbstractExtensionHandler
org.broadleafcommerce.core.catalog.dao.AbstractProductDaoExtensionHandler
- All Implemented Interfaces:
ExtensionHandler,ProductDaoExtensionHandler
public abstract class AbstractProductDaoExtensionHandler
extends AbstractExtensionHandler
implements ProductDaoExtensionHandler
- Author:
- Nick Crum ncrum
-
Field Summary
Fields inherited from class org.broadleafcommerce.common.extension.AbstractExtensionHandler
enabled, priority -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindProductByURI(String uri, ExtensionResultHolder resultHolder) Methods inherited from class org.broadleafcommerce.common.extension.AbstractExtensionHandler
getPriority, isEnabled, setEnabled, setPriorityMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.broadleafcommerce.common.extension.ExtensionHandler
getPriority, isEnabledMethods inherited from interface org.broadleafcommerce.core.catalog.dao.ProductDaoExtensionHandler
getCurrentDateResolution, setCurrentDateResolution
-
Constructor Details
-
AbstractProductDaoExtensionHandler
public AbstractProductDaoExtensionHandler()
-
-
Method Details
-
findProductByURI
- Specified by:
findProductByURIin interfaceProductDaoExtensionHandler
-