Class AbstractAdminSectionCustomCriteriaExtensionHandler

java.lang.Object
org.broadleafcommerce.common.extension.AbstractExtensionHandler
org.broadleafcommerce.openadmin.server.service.extension.AbstractAdminSectionCustomCriteriaExtensionHandler
All Implemented Interfaces:
ExtensionHandler, AdminSectionCustomCriteriaExtensionHandler

public class AbstractAdminSectionCustomCriteriaExtensionHandler extends AbstractExtensionHandler implements AdminSectionCustomCriteriaExtensionHandler
Abstract implementation of AdminSectionCustomCriteriaExtensionHandler.

Individual implementations of this extension handler should subclass this class as it will allow them to only override the methods that they need for their particular scenarios.

Author:
ckittrell