@Repository(value="blMultiTenantWorkflowSandBoxItemServiceExtensionHandler")
public class MultiTenantWorkflowSandBoxItemServiceExtensionHandler
extends org.broadleafcommerce.common.extension.AbstractExtensionHandler
implements com.broadleafcommerce.enterprise.common.extension.enterprise.WorkflowSandBoxItemServiceExtensionHandler
| Modifier and Type | Field and Description |
|---|---|
protected org.broadleafcommerce.common.util.DeployBehaviorUtil |
deployBehaviorUtil |
protected javax.persistence.EntityManager |
em |
protected com.broadleafcommerce.enterprise.common.extension.enterprise.WorkflowSandBoxItemServiceExtensionManager |
extensionManager |
protected org.broadleafcommerce.common.util.dao.DynamicDaoHelper |
helper |
static int |
MULTITENANT_PRIORITY |
| Constructor and Description |
|---|
MultiTenantWorkflowSandBoxItemServiceExtensionHandler() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPriority() |
void |
init() |
org.broadleafcommerce.common.extension.ExtensionResultStatusType |
populateSandBoxItem(Object sandboxItem,
String drivingClassName) |
isEnabled, setEnabled, setPrioritypublic static final int MULTITENANT_PRIORITY
protected com.broadleafcommerce.enterprise.common.extension.enterprise.WorkflowSandBoxItemServiceExtensionManager extensionManager
protected org.broadleafcommerce.common.util.DeployBehaviorUtil deployBehaviorUtil
protected javax.persistence.EntityManager em
protected org.broadleafcommerce.common.util.dao.DynamicDaoHelper helper
public MultiTenantWorkflowSandBoxItemServiceExtensionHandler()
@PostConstruct public void init()
public org.broadleafcommerce.common.extension.ExtensionResultStatusType populateSandBoxItem(Object sandboxItem, String drivingClassName)
populateSandBoxItem in interface com.broadleafcommerce.enterprise.common.extension.enterprise.WorkflowSandBoxItemServiceExtensionHandlerpublic int getPriority()
getPriority in interface org.broadleafcommerce.common.extension.ExtensionHandlergetPriority in class org.broadleafcommerce.common.extension.AbstractExtensionHandlerCopyright © 2020. All rights reserved.