public interface SandBoxDao
List<SandBox> retrieveSandBoxesByType(SandBoxType sandboxType)
SandBox retrieveUserSandBoxForParent(Long authorId, Long parentSandBoxId)
SandBox retrieveNamedSandBox(SandBoxType sandboxType, String sandboxName)
Map<Long,String> retrieveAuthorNamesForSandBoxes(Set<Long> sandBoxIds)
Map<Long,String> retrieveSandboxNamesForSandBoxes(Set<Long> sandBoxIds)
List<SandBox> retrieveSandBoxesForAuthor(Long authorId, SandBoxType sandBoxType)
SandBox createSandBox(String sandBoxName, SandBoxType sandBoxType)
SandBox createDefaultSandBox()
@Deprecated List<SandBox> retrieveAllUserSandBoxes(Long authorId)
SandBoxType.USER
and belong to the given
user.authorId
- List<SandBox> retrieveChildSandBoxesByParentId(Long parentSandBoxId)
SandBox retrieveNamedSandBox(SandBoxType sandBoxType, String sandboxName, Long authorId)
Copyright © 2022. All rights reserved.