| Modifier and Type | Method and Description |
|---|---|
SandBox |
SandBoxDaoImpl.createDefaultSandBox() |
SandBox |
SandBoxDao.createDefaultSandBox() |
SandBox |
SandBoxDaoImpl.createSandBox(String sandBoxName,
SandBoxType sandBoxType) |
SandBox |
SandBoxDao.createSandBox(String sandBoxName,
SandBoxType sandBoxType) |
SandBox |
SandBoxDaoImpl.createUserSandBox(Long authorId,
SandBox approvalSandBox) |
SandBox |
SandBoxDao.createUserSandBox(Long authorId,
SandBox approvalSandBox) |
SandBox |
SandBoxDaoImpl.persist(SandBox entity) |
SandBox |
SandBoxDao.persist(SandBox entity) |
SandBox |
SandBoxDaoImpl.retrieve(Long id) |
SandBox |
SandBoxDao.retrieve(Long id) |
SandBox |
SandBoxDaoImpl.retrieveNamedSandBox(SandBoxType sandboxType,
String sandboxName) |
SandBox |
SandBoxDao.retrieveNamedSandBox(SandBoxType sandboxType,
String sandboxName) |
SandBox |
SandBoxDaoImpl.retrieveUserSandBoxForParent(Long authorId,
Long parentSandBoxId) |
SandBox |
SandBoxDao.retrieveUserSandBoxForParent(Long authorId,
Long parentSandBoxId) |
| Modifier and Type | Method and Description |
|---|---|
List<SandBox> |
SandBoxDaoImpl.retrieveAllSandBoxes() |
List<SandBox> |
SandBoxDao.retrieveAllSandBoxes() |
List<SandBox> |
SandBoxDaoImpl.retrieveAllUserSandBoxes(Long authorId) |
List<SandBox> |
SandBoxDao.retrieveAllUserSandBoxes(Long authorId)
Reads all SandBoxes that are of type
SandBoxType.USER and belong to the given
user. |
List<SandBox> |
SandBoxDaoImpl.retrieveSandBoxesByType(SandBoxType sandboxType) |
List<SandBox> |
SandBoxDao.retrieveSandBoxesByType(SandBoxType sandboxType) |
List<SandBox> |
SandBoxDaoImpl.retrieveSandBoxesForAuthor(Long authorId) |
List<SandBox> |
SandBoxDao.retrieveSandBoxesForAuthor(Long authorId) |
| Modifier and Type | Method and Description |
|---|---|
SandBox |
SandBoxDaoImpl.createUserSandBox(Long authorId,
SandBox approvalSandBox) |
SandBox |
SandBoxDao.createUserSandBox(Long authorId,
SandBox approvalSandBox) |
SandBox |
SandBoxDaoImpl.persist(SandBox entity) |
SandBox |
SandBoxDao.persist(SandBox entity) |
| Modifier and Type | Class and Description |
|---|---|
class |
SandBoxImpl |
| Modifier and Type | Field and Description |
|---|---|
protected SandBox |
SandBoxImpl.parentSandBox |
protected SandBox |
SandBoxManagementImpl.sandBox |
| Modifier and Type | Field and Description |
|---|---|
protected List<SandBox> |
SandBoxImpl.childSandBoxes |
| Modifier and Type | Method and Description |
|---|---|
SandBox |
SandBoxImpl.getParentSandBox() |
SandBox |
SandBox.getParentSandBox() |
SandBox |
SandBoxManagementImpl.getSandBox() |
SandBox |
SandBoxManagement.getSandBox() |
| Modifier and Type | Method and Description |
|---|---|
List<SandBox> |
SandBoxImpl.getChildSandBoxes() |
List<SandBox> |
SandBox.getChildSandBoxes() |
| Modifier and Type | Method and Description |
|---|---|
void |
SandBoxImpl.setParentSandBox(SandBox parentSandBox) |
void |
SandBox.setParentSandBox(SandBox parentSandBox) |
void |
SandBoxManagementImpl.setSandBox(SandBox sandBox) |
void |
SandBoxManagement.setSandBox(SandBox sandBox) |
| Modifier and Type | Method and Description |
|---|---|
void |
SandBoxImpl.setChildSandBoxes(List<SandBox> childSandBoxes) |
void |
SandBox.setChildSandBoxes(List<SandBox> childSandBoxes) |
| Modifier and Type | Method and Description |
|---|---|
SandBox |
SandBoxServiceImpl.createDefaultSandBox() |
SandBox |
SandBoxService.createDefaultSandBox() |
SandBox |
SandBoxServiceImpl.createSandBox(String sandBoxName,
SandBoxType sandBoxType) |
SandBox |
SandBoxService.createSandBox(String sandBoxName,
SandBoxType sandBoxType) |
SandBox |
SandBoxServiceImpl.createUserSandBox(Long authorId,
SandBox approvalSandBox) |
SandBox |
SandBoxService.createUserSandBox(Long authorId,
SandBox approvalSandBox) |
SandBox |
SandBoxServiceImpl.retrieveSandBox(String sandBoxName,
SandBoxType sandBoxType) |
SandBox |
SandBoxService.retrieveSandBox(String sandBoxName,
SandBoxType sandBoxType) |
SandBox |
SandBoxServiceImpl.retrieveSandBoxById(Long sandboxId) |
SandBox |
SandBoxService.retrieveSandBoxById(Long id) |
SandBox |
SandBoxServiceImpl.retrieveUserSandBox(Long authorId,
Long overrideSandBoxId,
String sandBoxName) |
SandBox |
SandBoxService.retrieveUserSandBox(Long authorId,
Long overrideSandBoxId,
String sandBoxName)
Returns the sandbox currently associated with the passed in userId.
|
SandBox |
SandBoxServiceImpl.retrieveUserSandBoxForParent(Long authorId,
Long parentSandBoxId) |
SandBox |
SandBoxService.retrieveUserSandBoxForParent(Long authorId,
Long parentSandBoxId) |
| Modifier and Type | Method and Description |
|---|---|
List<SandBox> |
SandBoxServiceImpl.retrieveAllSandBoxes() |
List<SandBox> |
SandBoxService.retrieveAllSandBoxes() |
List<SandBox> |
SandBoxServiceImpl.retrieveAllUserSandBoxes(Long authorId) |
List<SandBox> |
SandBoxService.retrieveAllUserSandBoxes(Long authorId)
Reads all SandBoxes that are of type
SandBoxType.USER and belong to the given
user. |
List<SandBox> |
SandBoxServiceImpl.retrievePreviewSandBoxes(Long authorId) |
List<SandBox> |
SandBoxService.retrievePreviewSandBoxes(Long authorId) |
List<SandBox> |
SandBoxServiceImpl.retrieveSandBoxesByType(SandBoxType type) |
List<SandBox> |
SandBoxService.retrieveSandBoxesByType(SandBoxType type) |
| Modifier and Type | Method and Description |
|---|---|
SandBox |
SandBoxServiceImpl.createUserSandBox(Long authorId,
SandBox approvalSandBox) |
SandBox |
SandBoxService.createUserSandBox(Long authorId,
SandBox approvalSandBox) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
SandBox |
BRCVariableExpression.getSandbox() |
Copyright © 2014. All Rights Reserved.