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)
SandBox createSandBox(String sandBoxName, SandBoxType sandBoxType)
SandBox createDefaultSandBox()
@Deprecated List<SandBox> retrieveAllUserSandBoxes(Long authorId)
SandBoxType.USER and belong to the given
user.authorId - Copyright © 2015. All rights reserved.