Class AbstractProductDaoExtensionHandler
java.lang.Object
org.broadleafcommerce.common.extension.AbstractExtensionHandler
org.broadleafcommerce.core.catalog.dao.AbstractProductDaoExtensionHandler
- All Implemented Interfaces:
org.broadleafcommerce.common.extension.ExtensionHandler,ProductDaoExtensionHandler
public abstract class AbstractProductDaoExtensionHandler
extends org.broadleafcommerce.common.extension.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 TypeMethodDescriptionorg.broadleafcommerce.common.extension.ExtensionResultStatusTypefindProductByURI(String uri, org.broadleafcommerce.common.extension.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
public org.broadleafcommerce.common.extension.ExtensionResultStatusType findProductByURI(String uri, org.broadleafcommerce.common.extension.ExtensionResultHolder resultHolder) - Specified by:
findProductByURIin interfaceProductDaoExtensionHandler
-