| Package | Description |
|---|---|
| org.broadleafcommerce.common.sandbox.dao | |
| org.broadleafcommerce.common.sandbox.domain | |
| org.broadleafcommerce.common.sandbox.service |
| Modifier and Type | Method and Description |
|---|---|
SandBox |
SandBoxDaoImpl.createSandBox(String sandBoxName,
SandBoxType sandBoxType) |
SandBox |
SandBoxDao.createSandBox(String sandBoxName,
SandBoxType sandBoxType) |
SandBox |
SandBoxDaoImpl.retrieveNamedSandBox(SandBoxType sandboxType,
String sandboxName) |
SandBox |
SandBoxDao.retrieveNamedSandBox(SandBoxType sandboxType,
String sandboxName) |
List<SandBox> |
SandBoxDaoImpl.retrieveSandBoxesByType(SandBoxType sandboxType) |
List<SandBox> |
SandBoxDao.retrieveSandBoxesByType(SandBoxType sandboxType) |
| Modifier and Type | Field and Description |
|---|---|
static SandBoxType |
SandBoxType.APPROVAL |
static SandBoxType |
SandBoxType.DEFAULT |
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(String sandBoxName,
SandBoxType sandBoxType) |
SandBox |
SandBoxService.createSandBox(String sandBoxName,
SandBoxType sandBoxType) |
SandBox |
SandBoxServiceImpl.retrieveSandBox(String sandBoxName,
SandBoxType sandBoxType) |
SandBox |
SandBoxService.retrieveSandBox(String sandBoxName,
SandBoxType sandBoxType) |
List<SandBox> |
SandBoxServiceImpl.retrieveSandBoxesByType(SandBoxType type) |
List<SandBox> |
SandBoxService.retrieveSandBoxesByType(SandBoxType type) |
Copyright © 2014. All Rights Reserved.