@Service(value="blFlushEntityInterceptorExtensionManager") public class FlushEntityInterceptorExtensionManager extends org.broadleafcommerce.common.extension.ExtensionManager<FlushEntityInterceptorExtensionHandler> implements org.springframework.context.ApplicationContextAware, FlushEntityInterceptorExtensionHandler
FlushEntityInterceptorExtensionHandler
API against one or more FlushEntityInterceptorExtensionHandler
instances.Modifier and Type | Field and Description |
---|---|
static org.broadleafcommerce.common.extension.ExtensionManagerOperation |
processFlush |
Constructor and Description |
---|
FlushEntityInterceptorExtensionManager() |
Modifier and Type | Method and Description |
---|---|
static FlushEntityInterceptorExtensionManager |
getFlushEntityInterceptorExtensionManager() |
boolean |
isEnabled() |
org.broadleafcommerce.common.extension.ExtensionResultStatusType |
processFlush(org.hibernate.event.spi.FlushEntityEvent event,
org.broadleafcommerce.common.extension.ExtensionResultHolder<String[]> result)
Handle flush event
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
continueOnHandled, execute, getHandlers, getPriority, getProxy, invoke, registerHandler, setHandlers, shouldContinue, sortHandlers
public static final org.broadleafcommerce.common.extension.ExtensionManagerOperation processFlush
public FlushEntityInterceptorExtensionManager()
public static FlushEntityInterceptorExtensionManager getFlushEntityInterceptorExtensionManager()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
public org.broadleafcommerce.common.extension.ExtensionResultStatusType processFlush(org.hibernate.event.spi.FlushEntityEvent event, org.broadleafcommerce.common.extension.ExtensionResultHolder<String[]> result) throws org.hibernate.HibernateException
FlushEntityInterceptorExtensionHandler
processFlush
in interface FlushEntityInterceptorExtensionHandler
org.hibernate.HibernateException
public boolean isEnabled()
isEnabled
in interface org.broadleafcommerce.common.extension.ExtensionHandler
Copyright © 2020. All rights reserved.