@Component(value="blMultiTenantUpdateVetoExtensionHandler")
public class MultiTenantUpdateVetoExtensionHandler
extends org.broadleafcommerce.common.extension.AbstractExtensionHandler
implements com.broadleafcommerce.enterprise.common.extension.enterprise.UpdateVetoExtensionHandler
| Modifier and Type | Field and Description |
|---|---|
protected org.broadleafcommerce.common.persistence.EntityConfiguration |
entityConfiguration |
protected com.broadleafcommerce.enterprise.common.extension.enterprise.UpdateVetoExtensionManager |
extensionManager |
protected org.broadleafcommerce.common.dao.GenericEntityDao |
genericEntityDao |
protected MultiTenantDao |
multiTenantDao |
protected MultiTenantService |
multiTenantService |
protected org.broadleafcommerce.common.site.service.SiteService |
siteService |
| Constructor and Description |
|---|
MultiTenantUpdateVetoExtensionHandler() |
| Modifier and Type | Method and Description |
|---|---|
org.broadleafcommerce.common.extension.ExtensionResultStatusType |
checkForUpdateVeto(org.hibernate.event.spi.PreUpdateEvent event,
org.broadleafcommerce.common.extension.ExtensionResultHolder<Boolean> response) |
void |
init() |
getPriority, isEnabled, setEnabled, setPriorityprotected com.broadleafcommerce.enterprise.common.extension.enterprise.UpdateVetoExtensionManager extensionManager
protected org.broadleafcommerce.common.site.service.SiteService siteService
protected MultiTenantService multiTenantService
protected org.broadleafcommerce.common.dao.GenericEntityDao genericEntityDao
protected MultiTenantDao multiTenantDao
protected org.broadleafcommerce.common.persistence.EntityConfiguration entityConfiguration
public MultiTenantUpdateVetoExtensionHandler()
@PostConstruct public void init()
public org.broadleafcommerce.common.extension.ExtensionResultStatusType checkForUpdateVeto(org.hibernate.event.spi.PreUpdateEvent event,
org.broadleafcommerce.common.extension.ExtensionResultHolder<Boolean> response)
checkForUpdateVeto in interface com.broadleafcommerce.enterprise.common.extension.enterprise.UpdateVetoExtensionHandlerCopyright © 2020. All rights reserved.