Uses of Interface
org.broadleafcommerce.common.sandbox.domain.SandBox
Packages that use SandBox
Package
Description
-
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