Class AbstractCategoryDaoExtensionHandler
java.lang.Object
org.broadleafcommerce.common.extension.AbstractExtensionHandler
org.broadleafcommerce.core.catalog.dao.AbstractCategoryDaoExtensionHandler
- All Implemented Interfaces:
ExtensionHandler,CategoryDaoExtensionHandler
public abstract class AbstractCategoryDaoExtensionHandler
extends AbstractExtensionHandler
implements CategoryDaoExtensionHandler
- Author:
- Nick Crum ncrum
-
Field Summary
Fields inherited from class org.broadleafcommerce.common.extension.AbstractExtensionHandler
enabled, priority -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindCategoryByURI(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.core.catalog.dao.CategoryDaoExtensionHandler
getCurrentDateResolution, setCurrentDateResolutionMethods inherited from interface org.broadleafcommerce.common.extension.ExtensionHandler
getPriority, isEnabled
-
Constructor Details
-
AbstractCategoryDaoExtensionHandler
public AbstractCategoryDaoExtensionHandler()
-
-
Method Details
-
findCategoryByURI
- Specified by:
findCategoryByURIin interfaceCategoryDaoExtensionHandler
-