| Package | Description |
|---|---|
| org.broadleafcommerce.common.sandbox.dao | |
| org.broadleafcommerce.common.sandbox.domain | |
| org.broadleafcommerce.openadmin.server.service.persistence |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
SandBox |
SandBoxServiceImpl.createSandBox(Site site,
String sandBoxName,
SandBoxType sandBoxType) |
SandBox |
SandBoxService.createSandBox(Site site,
String sandBoxName,
SandBoxType sandBoxType) |
SandBox |
SandBoxServiceImpl.retrieveSandBox(Site site,
String sandBoxName,
SandBoxType sandBoxType) |
SandBox |
SandBoxService.retrieveSandBox(Site site,
String sandBoxName,
SandBoxType sandBoxType) |
Copyright © 2014. All rights reserved.