Uses of Interface
org.broadleafcommerce.common.sandbox.domain.SandBox
Packages that use SandBox
Package
Description
-
Uses of SandBox in org.broadleafcommerce.cms.admin.server.handler
Methods in org.broadleafcommerce.cms.admin.server.handler that return SandBoxModifier and TypeMethodDescriptionprotected SandBoxPageTemplateCustomPersistenceHandler.getSandBox() -
Uses of SandBox in org.broadleafcommerce.cms.structure.service
Methods in org.broadleafcommerce.cms.structure.service with parameters of type SandBoxModifier and TypeMethodDescriptionprotected StringStructuredContentServiceImpl.buildNameKey(SandBox currentSandbox, Long site, Locale locale, String contentType, String contentName) protected StringStructuredContentServiceImpl.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 StringStructuredContentServiceImpl.buildNameKey(SandBox sandBox, StructuredContent sc) protected StringStructuredContentServiceImpl.buildNameKey(SandBox sandBox, StructuredContent sc, Boolean secure) StructuredContentService.buildTypeKey(SandBox currentSandbox, Long site, Locale locale, String contentType) Deprecated.StructuredContentServiceImpl.buildTypeKey(SandBox currentSandbox, Long site, Locale locale, String contentType) protected StringStructuredContentServiceImpl.buildTypeKey(SandBox sandBox, StructuredContent sc) StructuredContentService.buildTypeKeyWithSecure(SandBox currentSandbox, Long site, Locale locale, String contentType, Boolean secure) Builds the cache key for DTOLists based on the SC Type.StructuredContentServiceImpl.buildTypeKeyWithSecure(SandBox currentSandbox, Long site, Locale locale, String contentType, Boolean secure) voidStructuredContentService.removeStructuredContentFromCache(SandBox sandBox, StructuredContent sc) Call to evict an item from the cache.voidStructuredContentServiceImpl.removeStructuredContentFromCache(SandBox sandBox, StructuredContent sc) -
Uses of SandBox in org.broadleafcommerce.cms.web.processor
Methods in org.broadleafcommerce.cms.web.processor with parameters of type SandBoxModifier and TypeMethodDescriptionprotected List<StructuredContentDTO>ContentProcessor.getContentItems(String contentName, Integer maxResults, jakarta.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) -
Uses of SandBox in org.broadleafcommerce.common.sandbox.dao
Methods in org.broadleafcommerce.common.sandbox.dao that return SandBoxModifier and TypeMethodDescriptionSandBoxDao.createDefaultSandBox()SandBoxDaoImpl.createDefaultSandBox()SandBoxDao.createSandBox(String sandBoxName, SandBoxType sandBoxType) SandBoxDaoImpl.createSandBox(String sandBoxName, SandBoxType sandBoxType) SandBoxDao.createUserSandBox(Long authorId, SandBox approvalSandBox) SandBoxDaoImpl.createUserSandBox(Long authorId, SandBox approvalSandBox) SandBoxDao.retrieveNamedSandBox(SandBoxType sandboxType, String sandboxName) SandBoxDao.retrieveNamedSandBox(SandBoxType sandBoxType, String sandboxName, Long authorId) SandBoxDaoImpl.retrieveNamedSandBox(SandBoxType sandboxType, String sandboxName) SandBoxDaoImpl.retrieveNamedSandBox(SandBoxType sandBoxType, String sandboxName, Long authorId) SandBoxDao.retrieveSandBoxManagementById(Long sandBoxId) SandBoxDaoImpl.retrieveSandBoxManagementById(Long sandBoxId) SandBoxDao.retrieveUserSandBoxForParent(Long authorId, Long parentSandBoxId) SandBoxDaoImpl.retrieveUserSandBoxForParent(Long authorId, Long parentSandBoxId) Methods in org.broadleafcommerce.common.sandbox.dao that return types with arguments of type SandBoxModifier and TypeMethodDescriptionSandBoxDao.retrieveAllSandBoxes()SandBoxDaoImpl.retrieveAllSandBoxes()SandBoxDao.retrieveAllUserSandBoxes(Long authorId) Deprecated.Not used in BLC.SandBoxDaoImpl.retrieveAllUserSandBoxes(Long authorId) Deprecated.SandBoxDao.retrieveChildSandBoxesByParentId(Long parentSandBoxId) SandBoxDaoImpl.retrieveChildSandBoxesByParentId(Long parentSandBoxId) SandBoxDao.retrieveSandBoxesByType(SandBoxType sandboxType) SandBoxDaoImpl.retrieveSandBoxesByType(SandBoxType sandboxType) SandBoxDao.retrieveSandBoxesForAuthor(Long authorId) SandBoxDao.retrieveSandBoxesForAuthor(Long authorId, SandBoxType sandBoxType) SandBoxDaoImpl.retrieveSandBoxesForAuthor(Long authorId) SandBoxDaoImpl.retrieveSandBoxesForAuthor(Long authorId, SandBoxType sandBoxType) Methods in org.broadleafcommerce.common.sandbox.dao with parameters of type SandBoxModifier and TypeMethodDescriptionSandBoxDao.createUserSandBox(Long authorId, SandBox approvalSandBox) SandBoxDaoImpl.createUserSandBox(Long authorId, SandBox approvalSandBox) -
Uses of SandBox in org.broadleafcommerce.common.sandbox.domain
Classes in org.broadleafcommerce.common.sandbox.domain that implement SandBoxFields in org.broadleafcommerce.common.sandbox.domain declared as SandBoxModifier and TypeFieldDescriptionprotected SandBoxSandBoxImpl.parentSandBoxprotected SandBoxSandBoxManagementImpl.sandBoxFields in org.broadleafcommerce.common.sandbox.domain with type parameters of type SandBoxMethods in org.broadleafcommerce.common.sandbox.domain that return SandBoxModifier and TypeMethodDescriptionSandBox.getParentSandBox()SandBoxImpl.getParentSandBox()SandBoxManagement.getSandBox()SandBoxManagementImpl.getSandBox()Methods in org.broadleafcommerce.common.sandbox.domain that return types with arguments of type SandBoxMethods in org.broadleafcommerce.common.sandbox.domain with parameters of type SandBoxModifier and TypeMethodDescriptionvoidSandBox.setParentSandBox(SandBox parentSandBox) voidSandBoxImpl.setParentSandBox(SandBox parentSandBox) voidSandBoxManagement.setSandBox(SandBox sandBox) voidSandBoxManagementImpl.setSandBox(SandBox sandBox) Method parameters in org.broadleafcommerce.common.sandbox.domain with type arguments of type SandBoxModifier and TypeMethodDescriptionvoidSandBox.setChildSandBoxes(List<SandBox> childSandBoxes) voidSandBoxImpl.setChildSandBoxes(List<SandBox> childSandBoxes) -
Uses of SandBox in org.broadleafcommerce.common.sandbox.service
Methods in org.broadleafcommerce.common.sandbox.service that return SandBoxModifier and TypeMethodDescriptionSandBoxService.createDefaultSandBox()SandBoxServiceImpl.createDefaultSandBox()SandBoxService.createSandBox(String sandBoxName, SandBoxType sandBoxType) SandBoxServiceImpl.createSandBox(String sandBoxName, SandBoxType sandBoxType) SandBoxService.createUserSandBox(Long authorId, SandBox approvalSandBox) SandBoxServiceImpl.createUserSandBox(Long authorId, SandBox approvalSandBox) SandBoxService.retrieveSandBox(String sandBoxName, SandBoxType sandBoxType) SandBoxServiceImpl.retrieveSandBox(String sandBoxName, SandBoxType sandBoxType) SandBoxService.retrieveSandBoxById(Long id) SandBoxServiceImpl.retrieveSandBoxById(Long sandboxId) SandBoxService.retrieveSandBoxManagementById(Long sandBoxId) Returns the SandBox by id but only if the SandBox is associated with the current site.SandBoxServiceImpl.retrieveSandBoxManagementById(Long sandBoxId) SandBoxService.retrieveUserSandBox(Long authorId, Long overrideSandBoxId, String sandBoxName) Returns the sandbox currently associated with the passed in userId.SandBoxServiceImpl.retrieveUserSandBox(Long authorId, Long overrideSandBoxId, String sandBoxName) SandBoxService.retrieveUserSandBoxForParent(Long authorId, Long parentSandBoxId) SandBoxServiceImpl.retrieveUserSandBoxForParent(Long authorId, Long parentSandBoxId) Methods in org.broadleafcommerce.common.sandbox.service that return types with arguments of type SandBoxModifier and TypeMethodDescriptionSandBoxService.retrieveAllSandBoxes()SandBoxServiceImpl.retrieveAllSandBoxes()SandBoxService.retrieveAllUserSandBoxes(Long authorId) Deprecated.Not used in BLC.SandBoxServiceImpl.retrieveAllUserSandBoxes(Long authorId) Deprecated.SandBoxService.retrieveChildSandBoxesByParentId(Long parentSandBoxId) SandBoxServiceImpl.retrieveChildSandBoxesByParentId(Long parentSandBoxId) SandBoxService.retrievePreviewSandBoxes(Long authorId) SandBoxServiceImpl.retrievePreviewSandBoxes(Long authorId) SandBoxService.retrieveSandBoxesByType(SandBoxType type) SandBoxServiceImpl.retrieveSandBoxesByType(SandBoxType type) Methods in org.broadleafcommerce.common.sandbox.service with parameters of type SandBoxModifier and TypeMethodDescriptionSandBoxService.createUserSandBox(Long authorId, SandBox approvalSandBox) SandBoxServiceImpl.createUserSandBox(Long authorId, SandBox approvalSandBox) -
Uses of SandBox in org.broadleafcommerce.common.web
Fields in org.broadleafcommerce.common.web declared as SandBoxMethods in org.broadleafcommerce.common.web that return SandBoxModifier and TypeMethodDescriptionBroadleafRequestContext.getSandBox()BroadleafSandBoxResolver.resolveSandBox(jakarta.servlet.http.HttpServletRequest request, Site site) Deprecated.BroadleafSandBoxResolver.resolveSandBox(org.springframework.web.context.request.WebRequest request, Site site) Resolve the sandbox for the given site and requestBroadleafSandBoxResolverImpl.resolveSandBox(jakarta.servlet.http.HttpServletRequest request, Site site) Determines the current sandbox based on other parameters on the request such as the blSandBoxId parameters.BroadleafSandBoxResolverImpl.resolveSandBox(org.springframework.web.context.request.WebRequest request, Site site) Methods in org.broadleafcommerce.common.web with parameters of type SandBox -
Uses of SandBox in org.broadleafcommerce.common.web.expression
Methods in org.broadleafcommerce.common.web.expression that return SandBox -
Uses of SandBox in org.broadleafcommerce.core.search.service.solr.indexer
Methods in org.broadleafcommerce.core.search.service.solr.indexer with parameters of type SandBoxModifier and TypeMethodDescriptionprotected voidCatalogSolrIndexUpdateCommandHandlerImpl.afterBackgroundThread(ReindexStateHolder holder, Catalog catalog, Site site, SandBox sandBox) This executes after to the main execution of the background (page) thread(s).protected voidCatalogSolrIndexUpdateCommandHandlerImpl.beforeBackgroundThread(ReindexStateHolder holder, Catalog catalog, Site site, SandBox sandBox) The reindex process, specifically page processing, is executed in background threads.protected EntityManagerAwareRunnableCatalogSolrIndexUpdateCommandHandlerImpl.createBackgroundRunnable(ReindexStateHolder holder, List<Long> ids, Semaphore sem, Long catalogId, Long siteId, SandBox sandBox) This is where most of the heavy lifting happens.protected voidCatalogSolrIndexUpdateCommandHandlerImpl.populateIndex(ReindexStateHolder holder, Long catalogId, Long siteId, SandBox sandbox) This method populates the index. -
Uses of SandBox in org.broadleafcommerce.openadmin.server.security.domain
Fields in org.broadleafcommerce.openadmin.server.security.domain declared as SandBoxMethods in org.broadleafcommerce.openadmin.server.security.domain that return SandBoxModifier and TypeMethodDescriptionAdminUser.getOverrideSandBox()The current sandbox associated with this user.AdminUserImpl.getOverrideSandBox()Methods in org.broadleafcommerce.openadmin.server.security.domain with parameters of type SandBoxModifier and TypeMethodDescriptionvoidAdminUser.setOverrideSandBox(SandBox sandbox) Overrides the user's sandbox.voidAdminUserImpl.setOverrideSandBox(SandBox overrideSandBox)
StructuredContentService.buildTypeKeyWithSecure(SandBox, Long, Locale, String, Boolean)