Modifier and Type | Method and Description |
---|---|
protected SandBox |
PageTemplateCustomPersistenceHandler.getSandBox() |
Modifier and Type | Method and Description |
---|---|
protected String |
StructuredContentServiceImpl.buildNameKey(SandBox currentSandbox,
Long site,
Locale locale,
String contentType,
String contentName) |
protected String |
StructuredContentServiceImpl.buildNameKey(SandBox currentSandbox,
Long site,
Locale locale,
String contentType,
String contentName,
Boolean secure)
Builds the DTO cache key based on the single SC item name.
|
protected String |
StructuredContentServiceImpl.buildNameKey(SandBox sandBox,
StructuredContent sc) |
protected String |
StructuredContentServiceImpl.buildNameKey(SandBox sandBox,
StructuredContent sc,
Boolean secure) |
String |
StructuredContentService.buildTypeKey(SandBox currentSandbox,
Long site,
Locale locale,
String contentType)
|
String |
StructuredContentServiceImpl.buildTypeKey(SandBox currentSandbox,
Long site,
Locale locale,
String contentType) |
protected String |
StructuredContentServiceImpl.buildTypeKey(SandBox sandBox,
StructuredContent sc) |
String |
StructuredContentService.buildTypeKeyWithSecure(SandBox currentSandbox,
Long site,
Locale locale,
String contentType,
Boolean secure)
Builds the cache key for DTOLists based on the SC Type.
|
String |
StructuredContentServiceImpl.buildTypeKeyWithSecure(SandBox currentSandbox,
Long site,
Locale locale,
String contentType,
Boolean secure) |
void |
StructuredContentService.removeStructuredContentFromCache(SandBox sandBox,
StructuredContent sc)
Call to evict an item from the cache.
|
void |
StructuredContentServiceImpl.removeStructuredContentFromCache(SandBox sandBox,
StructuredContent sc) |
Modifier and Type | Method and Description |
---|---|
protected List<StructuredContentDTO> |
ContentProcessor.getContentItems(String contentName,
Integer maxResults,
javax.servlet.http.HttpServletRequest request,
Map<String,Object> mvelParameters,
SandBox currentSandbox,
StructuredContentType structuredContentType,
Locale locale,
String tagName,
Map<String,String> tagAttributes,
Map<String,Object> newModelVars,
org.broadleafcommerce.presentation.model.BroadleafTemplateContext context) |
Modifier and Type | Method and Description |
---|---|
SandBox |
SandBoxDao.createDefaultSandBox() |
SandBox |
SandBoxDaoImpl.createDefaultSandBox() |
SandBox |
SandBoxDao.createSandBox(String sandBoxName,
SandBoxType sandBoxType) |
SandBox |
SandBoxDaoImpl.createSandBox(String sandBoxName,
SandBoxType sandBoxType) |
SandBox |
SandBoxDao.createUserSandBox(Long authorId,
SandBox approvalSandBox) |
SandBox |
SandBoxDaoImpl.createUserSandBox(Long authorId,
SandBox approvalSandBox) |
SandBox |
SandBoxDao.merge(SandBox userSandBox) |
SandBox |
SandBoxDaoImpl.merge(SandBox userSandBox) |
SandBox |
SandBoxDao.persist(SandBox entity) |
SandBox |
SandBoxDaoImpl.persist(SandBox entity) |
SandBox |
SandBoxDao.retrieve(Long id) |
SandBox |
SandBoxDaoImpl.retrieve(Long id) |
SandBox |
SandBoxDao.retrieveNamedSandBox(SandBoxType sandboxType,
String sandboxName) |
SandBox |
SandBoxDaoImpl.retrieveNamedSandBox(SandBoxType sandboxType,
String sandboxName) |
SandBox |
SandBoxDao.retrieveNamedSandBox(SandBoxType sandBoxType,
String sandboxName,
Long authorId) |
SandBox |
SandBoxDaoImpl.retrieveNamedSandBox(SandBoxType sandBoxType,
String sandboxName,
Long authorId) |
SandBox |
SandBoxDao.retrieveSandBoxManagementById(Long sandBoxId) |
SandBox |
SandBoxDaoImpl.retrieveSandBoxManagementById(Long sandBoxId) |
SandBox |
SandBoxDao.retrieveUserSandBoxForParent(Long authorId,
Long parentSandBoxId) |
SandBox |
SandBoxDaoImpl.retrieveUserSandBoxForParent(Long authorId,
Long parentSandBoxId) |
Modifier and Type | Method and Description |
---|---|
List<SandBox> |
SandBoxDao.retrieveAllSandBoxes() |
List<SandBox> |
SandBoxDaoImpl.retrieveAllSandBoxes() |
List<SandBox> |
SandBoxDao.retrieveAllUserSandBoxes(Long authorId)
Deprecated.
Not used in BLC. In a Multi-site context, may return results outside of a given tenant.
Reads all SandBoxes that are of type
SandBoxType.USER and belong to the given
user. |
List<SandBox> |
SandBoxDaoImpl.retrieveAllUserSandBoxes(Long authorId)
Deprecated.
|
List<SandBox> |
SandBoxDao.retrieveChildSandBoxesByParentId(Long parentSandBoxId) |
List<SandBox> |
SandBoxDaoImpl.retrieveChildSandBoxesByParentId(Long parentSandBoxId) |
List<SandBox> |
SandBoxDao.retrieveSandBoxesByType(SandBoxType sandboxType) |
List<SandBox> |
SandBoxDaoImpl.retrieveSandBoxesByType(SandBoxType sandboxType) |
List<SandBox> |
SandBoxDao.retrieveSandBoxesForAuthor(Long authorId) |
List<SandBox> |
SandBoxDaoImpl.retrieveSandBoxesForAuthor(Long authorId) |
List<SandBox> |
SandBoxDao.retrieveSandBoxesForAuthor(Long authorId,
SandBoxType sandBoxType) |
List<SandBox> |
SandBoxDaoImpl.retrieveSandBoxesForAuthor(Long authorId,
SandBoxType sandBoxType) |
Modifier and Type | Method and Description |
---|---|
SandBox |
SandBoxDao.createUserSandBox(Long authorId,
SandBox approvalSandBox) |
SandBox |
SandBoxDaoImpl.createUserSandBox(Long authorId,
SandBox approvalSandBox) |
SandBox |
SandBoxDao.merge(SandBox userSandBox) |
SandBox |
SandBoxDaoImpl.merge(SandBox userSandBox) |
SandBox |
SandBoxDao.persist(SandBox entity) |
SandBox |
SandBoxDaoImpl.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 |
SandBoxService.createDefaultSandBox() |
SandBox |
SandBoxServiceImpl.createDefaultSandBox() |
SandBox |
SandBoxService.createSandBox(String sandBoxName,
SandBoxType sandBoxType) |
SandBox |
SandBoxServiceImpl.createSandBox(String sandBoxName,
SandBoxType sandBoxType) |
SandBox |
SandBoxService.createUserSandBox(Long authorId,
SandBox approvalSandBox) |
SandBox |
SandBoxServiceImpl.createUserSandBox(Long authorId,
SandBox approvalSandBox) |
SandBox |
SandBoxService.retrieveSandBox(String sandBoxName,
SandBoxType sandBoxType) |
SandBox |
SandBoxServiceImpl.retrieveSandBox(String sandBoxName,
SandBoxType sandBoxType) |
SandBox |
SandBoxService.retrieveSandBoxById(Long id) |
SandBox |
SandBoxServiceImpl.retrieveSandBoxById(Long sandboxId) |
SandBox |
SandBoxService.retrieveSandBoxManagementById(Long sandBoxId)
Returns the SandBox by id but only if the SandBox is associated with the current site.
|
SandBox |
SandBoxServiceImpl.retrieveSandBoxManagementById(Long sandBoxId) |
SandBox |
SandBoxService.retrieveUserSandBox(Long authorId,
Long overrideSandBoxId,
String sandBoxName)
Returns the sandbox currently associated with the passed in userId.
|
SandBox |
SandBoxServiceImpl.retrieveUserSandBox(Long authorId,
Long overrideSandBoxId,
String sandBoxName) |
SandBox |
SandBoxService.retrieveUserSandBoxForParent(Long authorId,
Long parentSandBoxId) |
SandBox |
SandBoxServiceImpl.retrieveUserSandBoxForParent(Long authorId,
Long parentSandBoxId) |
Modifier and Type | Method and Description |
---|---|
List<SandBox> |
SandBoxService.retrieveAllSandBoxes() |
List<SandBox> |
SandBoxServiceImpl.retrieveAllSandBoxes() |
List<SandBox> |
SandBoxService.retrieveAllUserSandBoxes(Long authorId)
Deprecated.
Not used in BLC. May return incorrect results in MT installations.
Reads all SandBoxes that are of type
SandBoxType.USER and belong to the given
user. |
List<SandBox> |
SandBoxServiceImpl.retrieveAllUserSandBoxes(Long authorId)
Deprecated.
|
List<SandBox> |
SandBoxService.retrieveChildSandBoxesByParentId(Long parentSandBoxId) |
List<SandBox> |
SandBoxServiceImpl.retrieveChildSandBoxesByParentId(Long parentSandBoxId) |
List<SandBox> |
SandBoxService.retrievePreviewSandBoxes(Long authorId) |
List<SandBox> |
SandBoxServiceImpl.retrievePreviewSandBoxes(Long authorId) |
List<SandBox> |
SandBoxService.retrieveSandBoxesByType(SandBoxType type) |
List<SandBox> |
SandBoxServiceImpl.retrieveSandBoxesByType(SandBoxType type) |
Modifier and Type | Method and Description |
---|---|
SandBox |
SandBoxService.createUserSandBox(Long authorId,
SandBox approvalSandBox) |
SandBox |
SandBoxServiceImpl.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() |
Modifier and Type | Field and Description |
---|---|
protected SandBox |
AdminUserImpl.overrideSandBox |
Modifier and Type | Method and Description |
---|---|
SandBox |
AdminUser.getOverrideSandBox()
The current sandbox associated with this user.
|
SandBox |
AdminUserImpl.getOverrideSandBox() |
Modifier and Type | Method and Description |
---|---|
void |
AdminUser.setOverrideSandBox(SandBox sandbox)
Overrides the user's sandbox.
|
void |
AdminUserImpl.setOverrideSandBox(SandBox overrideSandBox) |
Copyright © 2019. All rights reserved.