public interface FolderDao<FOLDER extends org.squashtest.tm.domain.library.Folder<? extends NODE>,NODE extends org.squashtest.tm.domain.library.LibraryNode> extends EntityDao<FOLDER>
| Modifier and Type | Method and Description |
|---|---|
List<NODE> |
findAllContentById(long folderId) |
FOLDER |
findByContent(NODE node)
Finds the folder which has the given node in its content.
|
List<Long> |
findContentForList(List<Long> ids) |
List<String> |
findNamesInFolderStartingWith(long folderId,
String nameStart) |
List<String> |
findNamesInLibraryStartingWith(long libraryId,
String nameStart) |
List<Long[]> |
findPairedContentForList(List<Long> ids) |
FOLDER |
findParentOf(Long id)
will return the parent folder of the node with the id parameter
|
findAll, findAllByIds, findByIdFOLDER findByContent(NODE node)
node - List<String> findNamesInFolderStartingWith(long folderId, String nameStart)
List<String> findNamesInLibraryStartingWith(long libraryId, String nameStart)
List<Long> findContentForList(List<Long> ids)
ids - List<Long[]> findPairedContentForList(List<Long> ids)
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.