Class EntityParentIdServiceExtensionManager
java.lang.Object
org.broadleafcommerce.common.extension.ExtensionManager<EntityParentIdServiceExtensionHandler>
org.broadleafcommerce.common.persistence.EntityParentIdServiceExtensionManager
- All Implemented Interfaces:
InvocationHandler
@Service("blEntityParentIdServiceExtensionManager")
public class EntityParentIdServiceExtensionManager
extends ExtensionManager<EntityParentIdServiceExtensionHandler>
Manage the handling of EntityParentIdServiceExtensionHandlers
-
Field Summary
Fields inherited from class org.broadleafcommerce.common.extension.ExtensionManager
extensionHandler, handlers, handlersSorted, LOCK_OBJECT
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.broadleafcommerce.common.extension.ExtensionManager
continueOnHandled, execute, getHandlers, getPriority, getProxy, invoke, registerHandler, setHandlers, shouldContinue, sortHandlers
-
Constructor Details
-
EntityParentIdServiceExtensionManager
public EntityParentIdServiceExtensionManager()
-