public interface CampaignLibraryFinderService
| Modifier and Type | Method and Description |
|---|---|
Collection<Long> |
findCampaignIdsFromSelection(Collection<Long> libraryIds,
Collection<Long> nodeIds)
Passing the ids of some selected CampaignLibrary and CampaignLibraryNode (in separate collections), will return
the ids of the Campaign encompassed by this selection.
|
List<org.squashtest.tm.domain.campaign.CampaignLibrary> |
findLinkableCampaignLibraries()
Returns the collection of
CampaignLibrarys which Campaigns can be linked by a Campaign via a
CallTestStep |
CampaignStatisticsBundle |
gatherCampaignStatisticsBundleByMilestone()
Returns all dashboard data for a milestone dashboard (ie about all campaigns that belong to the active milestone)
|
String |
getPathAsString(long entityId)
Returns the path of a CampaignLibraryNode given its id.
|
String getPathAsString(long entityId)
entityId - the id of the node.List<org.squashtest.tm.domain.campaign.CampaignLibrary> findLinkableCampaignLibraries()
CampaignLibrarys which Campaigns can be linked by a Campaign via a
CallTestStepCollection<Long> findCampaignIdsFromSelection(Collection<Long> libraryIds, Collection<Long> nodeIds)
libraryIds - nodeIds - CampaignStatisticsBundle gatherCampaignStatisticsBundleByMilestone()
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.