org.squashtest.csp.tm.internal.repository
Interface CampaignTestPlanItemDao

All Superinterfaces:
EntityDao<CampaignTestPlanItem>
All Known Implementing Classes:
HibernateCampaignTestPlanItemDao

public interface CampaignTestPlanItemDao
extends EntityDao<CampaignTestPlanItem>


Method Summary
 List<CampaignTestPlanItem> findAllByIdList(List<Long> testPlanIds)
           
 
Methods inherited from interface org.squashtest.csp.tm.internal.repository.EntityDao
findById, flush, persist, persist, remove
 

Method Detail

findAllByIdList

List<CampaignTestPlanItem> findAllByIdList(List<Long> testPlanIds)
Specified by:
findAllByIdList in interface EntityDao<CampaignTestPlanItem>


Copyright © 2010-2012 Squashtest TM, Squashtest.org. All Rights Reserved.