org.squashtest.csp.tm.internal.repository
Interface CampaignDao
- All Superinterfaces:
- EntityDao<Campaign>
- All Known Implementing Classes:
- HibernateCampaignDao
public interface CampaignDao
- extends EntityDao<Campaign>
findByIdWithInitializedIterations
Campaign findByIdWithInitializedIterations(long campaignId)
findAllTestPlanByIdFiltered
List<CampaignTestPlanItem> findAllTestPlanByIdFiltered(long campaignId,
CollectionSorting filter)
countTestPlanById
long countTestPlanById(long campaignId)
findNamesInFolderStartingWith
List<String> findNamesInFolderStartingWith(long folderId,
String nameStart)
findNamesInLibraryStartingWith
List<String> findNamesInLibraryStartingWith(long libraryId,
String nameStart)
findNamesInCampaignStartingWith
List<String> findNamesInCampaignStartingWith(long campaignId,
String nameStart)
findAllNamesInCampaign
List<String> findAllNamesInCampaign(long campaignId)
findAllCampaign
List<Campaign> findAllCampaign()
findAllByNameContaining
List<CampaignLibraryNode> findAllByNameContaining(String tokenInName,
boolean groupByProject)
- Finds all
CampaignLibraryNode which name contains the given token.
- Parameters:
tokenInName - groupByProject -
- Returns:
findAllByIdList
List<Campaign> findAllByIdList(List<Long> campaignIds)
- Specified by:
findAllByIdList in interface EntityDao<Campaign>
Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.