Class EntityDuplicatorExtensionManager

java.lang.Object
org.broadleafcommerce.common.extension.ExtensionManager<EntityDuplicatorExtensionHandler>
org.broadleafcommerce.common.persistence.EntityDuplicatorExtensionManager
All Implemented Interfaces:
InvocationHandler, ExtensionHandler, EntityDuplicatorExtensionHandler

@Service("blEntityDuplicatorExtensionManager") public class EntityDuplicatorExtensionManager extends ExtensionManager<EntityDuplicatorExtensionHandler> implements EntityDuplicatorExtensionHandler
Manage the interaction between a duplication operation and other modules that wish to contribute to that lifecycle
Author:
Jeff Fischer