| Package | Description |
|---|---|
| org.broadleafcommerce.common.sandbox.dao | |
| org.broadleafcommerce.common.sandbox.domain | |
| org.broadleafcommerce.common.site.domain | |
| org.broadleafcommerce.common.web |
| Modifier and Type | Method and Description |
|---|---|
SandBox |
SandBoxDaoImpl.createSandBox(Site site,
String sandBoxName,
SandBoxType sandBoxType) |
SandBox |
SandBoxDao.createSandBox(Site site,
String sandBoxName,
SandBoxType sandBoxType) |
SandBox |
SandBoxDaoImpl.persist(SandBox entity) |
SandBox |
SandBoxDao.persist(SandBox entity) |
SandBox |
SandBoxDaoImpl.retrieve(Long id) |
SandBox |
SandBoxDao.retrieve(Long id) |
SandBox |
SandBoxDaoImpl.retrieveNamedSandBox(Site site,
SandBoxType sandboxType,
String sandboxName) |
SandBox |
SandBoxDao.retrieveNamedSandBox(Site site,
SandBoxType sandboxType,
String sandboxName) |
SandBox |
SandBoxDaoImpl.retrieveSandBoxByType(Site site,
SandBoxType sandboxType) |
SandBox |
SandBoxDao.retrieveSandBoxByType(Site site,
SandBoxType sandboxType) |
| Modifier and Type | Method and Description |
|---|---|
SandBox |
SandBoxDaoImpl.persist(SandBox entity) |
SandBox |
SandBoxDao.persist(SandBox entity) |
| Modifier and Type | Class and Description |
|---|---|
class |
SandBoxImpl |
| Modifier and Type | Method and Description |
|---|---|
SandBox |
SandBoxImpl.clone() |
SandBox |
SandBox.clone() |
| Modifier and Type | Method and Description |
|---|---|
void |
SandBoxImpl.checkCloneable(SandBox sandBox) |
| Modifier and Type | Field and Description |
|---|---|
protected SandBox |
SiteImpl.productionSandbox |
| Modifier and Type | Method and Description |
|---|---|
SandBox |
Site.getProductionSandbox()
If null, then this is a single-site installation.
|
SandBox |
SiteImpl.getProductionSandbox() |
| Modifier and Type | Method and Description |
|---|---|
void |
Site.setProductionSandbox(SandBox sandbox)
Sets the production sandbox.
|
void |
SiteImpl.setProductionSandbox(SandBox productionSandbox) |
| Modifier and Type | Field and Description |
|---|---|
protected SandBox |
BroadleafRequestContext.sandbox |
| Modifier and Type | Method and Description |
|---|---|
SandBox |
BroadleafRequestContext.getSandbox() |
SandBox |
BroadleafSandBoxResolver.resolveSandBox(javax.servlet.http.HttpServletRequest request,
Site site)
Deprecated.
|
SandBox |
BroadleafSandBoxResolverImpl.resolveSandBox(javax.servlet.http.HttpServletRequest request,
Site site)
Determines the current sandbox based on other parameters on the request such as
the blSandBoxId parameters.
|
SandBox |
BroadleafSandBoxResolver.resolveSandBox(org.springframework.web.context.request.WebRequest request,
Site site)
Resolve the sandbox for the given site and request
|
SandBox |
BroadleafSandBoxResolverImpl.resolveSandBox(org.springframework.web.context.request.WebRequest request,
Site site) |
| Modifier and Type | Method and Description |
|---|---|
void |
BroadleafRequestContext.setSandbox(SandBox sandbox) |
Copyright © 2015. All Rights Reserved.