Uses of Interface
org.broadleafcommerce.core.extension.ExtensionHandler

Packages that use ExtensionHandler
org.broadleafcommerce.core.extension   
org.broadleafcommerce.core.offer.service   
org.broadleafcommerce.core.order.dao   
org.broadleafcommerce.core.order.service   
org.broadleafcommerce.core.search.service.solr   
 

Uses of ExtensionHandler in org.broadleafcommerce.core.extension
 

Classes in org.broadleafcommerce.core.extension with type parameters of type ExtensionHandler
 class ExtensionManager<T extends ExtensionHandler>
          The ExtensionManager pattern is intended for out of box components to be extended by Broadleaf modules.
 

Classes in org.broadleafcommerce.core.extension that implement ExtensionHandler
 class AbstractExtensionHandler
          Base ExtensionHandler class that provide basic extension handler properties including priority (which drives the execution order of handlers) and enabled (which if false informs the manager to skip this handler).
 

Fields in org.broadleafcommerce.core.extension declared as ExtensionHandler
protected  T ExtensionManager.extensionHandler
           
 

Methods in org.broadleafcommerce.core.extension with parameters of type ExtensionHandler
 boolean ExtensionManager.shouldContinue(ExtensionResultStatusType result, ExtensionHandler handler, Method method, Object[] args)
          Utility method that is useful for determining whether or not an ExtensionManager implementation should continue after processing a ExtensionHandler call.
 

Uses of ExtensionHandler in org.broadleafcommerce.core.offer.service
 

Subinterfaces of ExtensionHandler in org.broadleafcommerce.core.offer.service
 interface OfferServiceExtensionHandler
           
 

Classes in org.broadleafcommerce.core.offer.service that implement ExtensionHandler
 class AbstractOfferServiceExtensionHandler
           
 

Uses of ExtensionHandler in org.broadleafcommerce.core.order.dao
 

Subinterfaces of ExtensionHandler in org.broadleafcommerce.core.order.dao
 interface OrderDaoExtensionHandler
           
 

Classes in org.broadleafcommerce.core.order.dao that implement ExtensionHandler
 class AbstractOrderDaoExtensionHandler
           
 

Uses of ExtensionHandler in org.broadleafcommerce.core.order.service
 

Subinterfaces of ExtensionHandler in org.broadleafcommerce.core.order.service
 interface MergeCartServiceExtensionHandler
          Extension handler for merge cart
 interface OrderServiceExtensionHandler
           
 

Classes in org.broadleafcommerce.core.order.service that implement ExtensionHandler
 class AbstractMergeCartServiceExtensionHandler
           
 class AbstractOrderServiceExtensionHandler
           
 

Uses of ExtensionHandler in org.broadleafcommerce.core.search.service.solr
 

Subinterfaces of ExtensionHandler in org.broadleafcommerce.core.search.service.solr
 interface SolrSearchServiceExtensionHandler
           
 

Classes in org.broadleafcommerce.core.search.service.solr that implement ExtensionHandler
 class AbstractSolrSearchServiceExtensionHandler
          Implementors of the SolrSearchServiceExtensionHandler interface should extend this class so that if additional extension points are added which they don't care about, their code will not need to be modified.
 class I18nSolrSearchServiceExtensionHandler
          If the field is translatable, then this method prefixes the field with supported locales.
 



Copyright © 2013. All Rights Reserved.