| Package | Description |
|---|---|
| org.broadleafcommerce.common.copy | |
| org.broadleafcommerce.common.web |
| Modifier and Type | Method and Description |
|---|---|
protected BroadleafRequestContext |
MultiTenantCopyContext.setupContext() |
| Modifier and Type | Method and Description |
|---|---|
protected <G> CreateResponse<G> |
MultiTenantCopyContext.handleStandardEntity(Object instance,
BroadleafRequestContext context,
Class<?> instanceClass) |
protected void |
MultiTenantCopyContext.tearDownContext(BroadleafRequestContext context) |
| Modifier and Type | Method and Description |
|---|---|
BroadleafRequestContext |
BroadleafRequestContext.createLightWeightClone()
In some cases, it is useful to utilize a clone of the context that does not include the actual container request
and response information.
|
static BroadleafRequestContext |
BroadleafRequestContext.createLightWeightCloneFromJson(String Json,
javax.persistence.EntityManager em)
Resurrect the BroadleafRequestContext state based on a JSON representation.
|
static BroadleafRequestContext |
BroadleafRequestContext.getBroadleafRequestContext()
Returns the current, thread-bound
BroadleafRequestContext. |
static BroadleafRequestContext |
BroadleafRequestContext.getBroadleafRequestContext(boolean createIfAbsent)
Returns the current, thread-bound
BroadleafRequestContext, or null if one does not exist. |
| Modifier and Type | Method and Description |
|---|---|
static void |
BroadleafRequestContext.setBroadleafRequestContext(BroadleafRequestContext broadleafRequestContext)
Initializes or sets the
BroadleafRequestContext on the current thread. |
Copyright © 2020. All rights reserved.