| Package | Description |
|---|---|
| org.broadleafcommerce.common.sandbox.dao | |
| org.broadleafcommerce.common.sandbox.domain |
| 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.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 | Field and Description |
|---|---|
static SandBoxType |
SandBoxType.APPROVAL |
static SandBoxType |
SandBoxType.PRODUCTION |
static SandBoxType |
SandBoxType.USER |
| Modifier and Type | Method and Description |
|---|---|
static SandBoxType |
SandBoxType.getInstance(String type) |
SandBoxType |
SandBoxImpl.getSandBoxType() |
SandBoxType |
SandBox.getSandBoxType() |
| Modifier and Type | Method and Description |
|---|---|
void |
SandBoxImpl.setSandBoxType(SandBoxType sandboxType) |
void |
SandBox.setSandBoxType(SandBoxType sandBoxType) |
Copyright © 2015. All Rights Reserved.