@Transactional
public interface CustomReportWorkspaceService
| Modifier and Type | Method and Description |
|---|---|
List<org.squashtest.tm.domain.customreport.CustomReportLibrary> |
findAllEditableLibraries()
Returns all CustomReportLibrary that the user may edit.
|
List<org.squashtest.tm.domain.customreport.CustomReportLibrary> |
findAllImportableLibraries()
Returns all CustomReportLibrary that the user may import to.
|
List<org.squashtest.tm.domain.customreport.CustomReportLibrary> |
findAllLibraries()
Returns all the CustomReportLibrary
|
List<org.squashtest.tm.domain.tree.TreeLibraryNode> |
findContent(Long libraryId)
Find content for a
CustomReportLibrary given it's id |
List<org.squashtest.tm.domain.customreport.CustomReportLibraryNode> |
findRootNodes() |
List<org.squashtest.tm.domain.customreport.CustomReportLibrary> findAllLibraries()
List<org.squashtest.tm.domain.customreport.CustomReportLibrary> findAllEditableLibraries()
List<org.squashtest.tm.domain.customreport.CustomReportLibrary> findAllImportableLibraries()
List<org.squashtest.tm.domain.tree.TreeLibraryNode> findContent(Long libraryId)
CustomReportLibrary given it's idlibraryId - List<org.squashtest.tm.domain.customreport.CustomReportLibraryNode> findRootNodes()
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.