|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SandBoxType | |
|---|---|
| org.broadleafcommerce.common.sandbox.dao | |
| org.broadleafcommerce.common.sandbox.domain | |
| Uses of SandBoxType in org.broadleafcommerce.common.sandbox.dao |
|---|
| Methods in org.broadleafcommerce.common.sandbox.dao with parameters of type SandBoxType | |
|---|---|
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)
|
| Uses of SandBoxType in org.broadleafcommerce.common.sandbox.domain |
|---|
| Fields in org.broadleafcommerce.common.sandbox.domain declared as SandBoxType | |
|---|---|
static SandBoxType |
SandBoxType.APPROVAL
|
static SandBoxType |
SandBoxType.PRODUCTION
|
static SandBoxType |
SandBoxType.USER
|
| Methods in org.broadleafcommerce.common.sandbox.domain that return SandBoxType | |
|---|---|
static SandBoxType |
SandBoxType.getInstance(String type)
|
SandBoxType |
SandBox.getSandBoxType()
|
SandBoxType |
SandBoxImpl.getSandBoxType()
|
| Methods in org.broadleafcommerce.common.sandbox.domain with parameters of type SandBoxType | |
|---|---|
void |
SandBox.setSandBoxType(SandBoxType sandBoxType)
|
void |
SandBoxImpl.setSandBoxType(SandBoxType sandboxType)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||