Modifier and Type | Interface and Description |
---|---|
interface |
AdminCatalogServiceExtensionHandler
Extension handler for
AdminCatalogService |
interface |
CategoryCustomPersistenceHandlerExtensionHandler
Extension handler for
CategoryCustomPersistenceHandler |
interface |
OfferCustomServiceExtensionHandler |
interface |
ProductCustomPersistenceHandlerExtensionHandler
Extension handler for
ProductCustomPersistenceHandler |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOfferCustomServiceExtensionHandler |
class |
AbstractProductCustomPersistenceHandlerExtensionHandler
Abstract Extension handler for
ProductCustomPersistenceHandlerExtensionHandler |
class |
DefaultAdminCatalogExtensionHandler
Default implementation used by the core framework.
|
class |
OfferCustomServiceExtensionManager |
Modifier and Type | Interface and Description |
---|---|
interface |
IndexFieldCustomPersistenceHandlerExtensionHandler |
interface |
SkuCustomPersistenceHandlerExtensionHandler
Allows special behavior to be defined when a sku is updated via the admin.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractIndexFieldCustomPersistenceHandlerExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
CategoryParentCategoryFieldPersistenceProviderExtensionHandler
Extension handler for
CategoryParentCategoryFieldPersistenceProvider |
interface |
ProductParentCategoryFieldPersistenceProviderExtensionHandler
Extension handler for
ProductParentCategoryFieldPersistenceProvider |
interface |
ProductUrlFieldPersistenceProviderExtensionHandler |
Modifier and Type | Class and Description |
---|---|
class |
CookieFieldServiceExtensionHandler
Add configured cookies as fields to request-based rule builder.
|
class |
GeolocationFieldServiceExtensionHandler |
Modifier and Type | Class and Description |
---|---|
class |
CMSFormBuilderExtensionHandler
Handle admin form UI modification for CMS related entitites
|
Modifier and Type | Interface and Description |
---|---|
interface |
StaticAssetServiceExtensionHandler
Created by jerryocanas on 8/28/14.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PageServiceExtensionHandler
Extension handler for
PageService |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPageServiceExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
StructuredContentServiceExtensionHandler
Extension handler for the
StructuredContentService |
Modifier and Type | Class and Description |
---|---|
class |
AbstractStructuredContentServiceExtensionHandler
Extension handler for the
StructuredContentService |
Modifier and Type | Interface and Description |
---|---|
interface |
URLHandlerFilterExtensionHandler |
Modifier and Type | Class and Description |
---|---|
class |
DefaultURLHandlerFilterExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
ContentProcessorExtensionHandler
Extension handler for the
ContentProcessor |
Modifier and Type | Class and Description |
---|---|
class |
AbstractContentProcessorExtensionHandler
Abstract implementation of
ContentProcessorExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
BreadcrumbServiceExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
SystemPropertyServiceExtensionHandler |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSystemPropertyServiceExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
MultiTenantCopierExtensionHandler |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMultiTenantCopierExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
EntityInformationServiceExtensionHandler
ExtensionHandler for methods within
EntityInformationService |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEntityInformationServiceExtensionHandler |
class |
EntityInformationServiceExtensionManager
Extension manager that holds the list of
EntityInformationServiceExtensionHandler . |
Modifier and Type | Class and Description |
---|---|
class |
ExtensionManager<T extends ExtensionHandler>
The ExtensionManager pattern is intended for out of box components to be extended by Broadleaf modules.
|
Modifier and Type | Interface and Description |
---|---|
interface |
NativeMethodEntityExtensionHandler<T>
Extension handler used for contributions to native Object methods on entity like equals() clone() and hashCode().
|
interface |
QueryExtensionHandler
Extension handler (generally for DAO usage) that allows contribution to a query (presumably from another module).
|
interface |
SparselyPopulatedQueryExtensionHandler
Extension handler (generally for DAO usage) that allows contribution to a query (presumably from another module).
|
interface |
TemplateCacheExtensionHandler |
interface |
TemplateOnlyQueryExtensionHandler
Extension handler (generally for DAO usage) that allows contribution to a query (presumably from another module).
|
Modifier and Type | Class and Description |
---|---|
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). |
class |
TemplateCacheExtensionManager |
class |
TemplateOnlyQueryExtensionManager
Provides specialized filter and restriction behavior for template-related (MT concept) queries.
|
Modifier and Type | Field and Description |
---|---|
protected T |
ExtensionManager.extensionHandler |
Modifier and Type | Method and Description |
---|---|
ExtensionResultStatusType |
ExtensionManagerOperation.execute(ExtensionHandler handler,
Object... params)
Call a method on the handler using some params.
|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BroadleafFileServiceExtensionHandler |
interface |
BroadleafStaticAssetExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
TranslationDaoExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
EntityDuplicatorExtensionHandler
Allow other modules to contribute to the duplication lifecycle
|
Modifier and Type | Class and Description |
---|---|
class |
EntityDuplicatorExtensionManager
Manage the interaction between a duplication operation and other modules that wish to contribute to that lifecycle
|
Modifier and Type | Interface and Description |
---|---|
interface |
SiteServiceExtensionHandler
ExtensionHandler for methods within
SiteServiceImpl |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSiteServiceExtensionHandler
Default implementation of
SiteServiceExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
TemplateOverrideExtensionHandler
Certain objects may have templates that resolve differently based on Broadleaf modules.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTemplateOverrideExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
BroadleafMergeResourceExtensionHandler |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBroadleafMergeResourceExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
BroadleafTemplateViewResolverExtensionHandler |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBroadleafTemplateResolverExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
BLCICacheExtensionHandler |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBLCICacheExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
PaymentGatewayFieldExtensionHandler |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPaymentGatewayFieldExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
CreditCardTypesExtensionHandler |
interface |
TRCreditCardExtensionHandler |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCreditCardTypesExtensionHandler |
class |
AbstractTRCreditCardExtensionHandler
An Abstract implementation of the TRCreditCardExtensionHandler.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ResourceRequestExtensionHandler
Provides extension points for dealing with requests for resources
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractResourceRequestExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
BroadleafCommonAddressValidatorExtensionHandler |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCommonAddressValidatorExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
CategoryDaoExtensionHandler |
interface |
ProductDaoExtensionHandler |
interface |
SkuDaoExtensionHandler |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCategoryDaoExtensionHandler |
class |
AbstractProductDaoExtensionHandler |
class |
AbstractSkuDaoExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
CatalogServiceExtensionHandler |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCatalogServiceExtensionHandler |
class |
DuplicationValidatorExtensionHandlerImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
ProductProcessorExtensionHandler |
interface |
ProductUrlDuplicatorExtensionHandler |
Modifier and Type | Class and Description |
---|---|
class |
AbstractProductProcessorExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
ValidateCheckoutActivityExtensionHandler |
Modifier and Type | Class and Description |
---|---|
class |
AbstractValidateCheckoutActivityExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
InventoryServiceExtensionHandler
Marker interface to dictate the overridden methods within
ContextualInventoryService . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractInventoryServiceExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
OfferCodeDaoExtensionHandler |
Modifier and Type | Class and Description |
---|---|
class |
DefaultOfferCodeDaoExtensionHandler
Default implementation of OfferCodeDaoExtensionHandler.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OfferServiceExtensionHandler |
interface |
OfferValueModifierExtensionHandler
Allows convert offer values for offers with OfferDiscountType.AMOUNT_OFF
and OfferDiscountType.FIX_PRICE types based on the used PriceList
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractOfferServiceExtensionHandler |
class |
AbstractOfferValueModifierExtensionHandler |
class |
OfferServiceExtensionManager |
Modifier and Type | Interface and Description |
---|---|
interface |
OrderDaoExtensionHandler |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOrderDaoExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
PostUpdateOrderExtensionHandler |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPostUpdateOrderExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
MergeCartServiceExtensionHandler
Extension handler for merge cart
|
interface |
OrderServiceExtensionHandler |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMergeCartServiceExtensionHandler |
class |
AbstractOrderServiceExtensionHandler |
class |
CartMessageOrderItemServiceExtensionHandler |
class |
OrderServiceExtensionManager |
Modifier and Type | Interface and Description |
---|---|
interface |
OrderItemServiceExtensionHandler |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOrderItemServiceExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
ValidateAddRequestActivityExtensionHandler |
Modifier and Type | Class and Description |
---|---|
class |
AbstractValidateAddRequestActivityExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
SolrSearchServiceExtensionHandler |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SolrIndexServiceExtensionHandler
Extension handler for indexing operations in Solr.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSolrIndexServiceExtensionHandler
Implementors of the SolrIndexServiceExtensionHandler 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 |
I18nSolrIndexServiceExtensionHandler
If the field is translatable, then this method prefixes the field with supported locales.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ResourcePurgeExtensionHandler |
interface |
SiteMapExtensionHandler |
Modifier and Type | Class and Description |
---|---|
class |
AbstractResourcePurgeExtensionHandler |
class |
AbstractSiteMapExtensionHandler |
Modifier and Type | Class and Description |
---|---|
class |
AbstractBreadcrumbServiceExtensionHandler |
class |
CategoryBreadcrumbServiceExtensionHandler |
class |
HomePageBreadcrumbServiceExtensionHandler
Contributes a breadcrumb (typically the first breadcrumb).
|
class |
ProductBreadcrumbServiceExtensionHandler
Adds a product breadcrumb using the product on the BroadleafRequestContext.
|
class |
SimpleSearchBreadcrumbServiceExtensionHandler
Provides a simple breadcrumb or search, based solely on whether the "q" parameter is present.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BroadleafCheckoutControllerExtensionHandler
Extension handler for the checkout controller
|
interface |
ConfirmationControllerExtensionHandler |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCheckoutControllerExtensionHandler |
class |
AbstractConfirmationControllerExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
LinkedDataGeneratorExtensionHandler
Extension handler for extending functionality of
LinkedDataGenerator . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLinkedDataGeneratorExtensionHandler |
class |
DefaultLinkedDataGeneratorExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
CartStateRequestProcessorExtensionHandler |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCartStateRequestProcessorExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
AuthSuccessHandlerExtensionHandler
Extension handler for actions that should take place after a user has authenticated on the front-end site.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAuthSuccessHandlerExtensionHandler
Abstract handler for
AuthSuccessHandlerExtensionHandler so that actual implementations of this handler
do not need to implemenet every single method. |
Modifier and Type | Interface and Description |
---|---|
interface |
CategoriesProcessorExtensionHandler |
interface |
ProductOptionsProcessorExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
UncacheableDataProcessorExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
DatabaseResourceResolverExtensionHandler
Extension handler for resolving templates from the database.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDatabaseResourceResolverExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
CacheKeyResolverExtensionHandler |
interface |
UpdateCartServiceExtensionHandler |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCacheKeyResolverExtensionHandler |
class |
AbstractUpdateCartServiceExtensionHandler |
class |
i18nUpdateCartServiceExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
AdminSecurityCheckExtensionHandler |
interface |
AdminSecurityServiceExtensionHandler
Extension handler for
AdminSecurityService |
Modifier and Type | Class and Description |
---|---|
class |
DefaultAdminSecurityServiceExtensionHandler
Default implementation used by the core framework.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AdminExternalLoginExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
AdminNavigationServiceExtensionHandler
Extension handler for methods present in
AdminNavigationService . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAdminNavigationServiceExtensionHandler
Abstract implementation of
AdminNavigationServiceExtensionHandler . |
Modifier and Type | Interface and Description |
---|---|
interface |
AdminSectionCustomCriteriaExtensionHandler
Extension handler for methods present in
AdminSectionCustomCriteriaExtensionHandler . |
interface |
CriteriaTransferObjectExtensionHandler |
interface |
FilterProductTypePersistenceHandlerExtensionHandler |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAdminSectionCustomCriteriaExtensionHandler
Abstract implementation of
AdminSectionCustomCriteriaExtensionHandler . |
class |
AbstractFilterProductTypePersistenceHandlerExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
AdornedTargetAutoPopulateExtensionHandler
Extension handler for methods present in
AdminBasicEntityController . |
interface |
ArchiveStatusPersistenceEventHandlerExtensionHandler
Allows for custom conditions to avoid ArchiveStatusPersistenceEventHandler's preFetch functionality
|
Modifier and Type | Interface and Description |
---|---|
interface |
BasicPersistenceModuleExtensionHandler
For internal usage.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBasicPersistenceModuleExtensionHandler
Convenience implementation of interface so that subclasses do not have to implement uninteresting methods
|
class |
DefaultBasicPersistenceModuleExtensionHandler
Default implementation for the core framework.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BasicFieldPersistenceProviderExtensionHandler
For internal usage.
|
interface |
MediaFieldPersistenceProviderExtensionHandler
For internal usage.
|
interface |
RuleFieldPersistenceProviderCascadeExtensionHandler
Special case - Handle propagated state for rules.
|
interface |
RuleFieldPersistenceProviderExtensionHandler
For internal usage.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AdminRequestProcessorExtensionHandler |
Modifier and Type | Class and Description |
---|---|
class |
AdminRequestProcessorExtensionManager |
Modifier and Type | Interface and Description |
---|---|
interface |
MultipleCatalogExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
RuleBuilderFieldServiceExtensionHandler
Allows Broadleaf Add-On modules to manipulate the list of rule fields.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRuleBuilderFieldServiceExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
AdminFieldBuilderProcessorExtensionHandler |
interface |
FormBuilderExtensionHandler
Extension handler for various methods from
FormBuilderService |
interface |
ListGridErrorMessageExtensionHandler
An extension handler to allow a custom error key or error message to be added to the ListGridRecord.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFieldBuilderProcessorExtensionHandler |
class |
AbstractFormBuilderExtensionHandler
Abstract class to provide convenience for determining how to handle form
extensions in the admin
|
Modifier and Type | Class and Description |
---|---|
class |
TranslationsFormBuilderExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
PostUpdateCustomerExtensionHandler |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPostUpdateCustomerExtensionHandler |
Modifier and Type | Interface and Description |
---|---|
interface |
AnonymousCustomerExtensionHandler |
interface |
CustomerMergeExtensionHandler |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAnonymousCustomerExtensionHandler |
class |
DefaultCustomerMergeExtensionHandler |
Copyright © 2022. All rights reserved.