public interface FolderModificationService<FOLDER extends org.squashtest.tm.domain.library.Folder<?>>
| Modifier and Type | Method and Description |
|---|---|
FOLDER |
findFolder(long folderId) |
void |
removeFolder(long folderId) |
void |
renameFolder(long folderId,
String newName) |
void |
updateFolderDescription(long folderId,
String newDescription) |
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.