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

All Superinterfaces:
EntityDao<Project>
All Known Implementing Classes:
HibernateProjectDao

public interface ProjectDao
extends EntityDao<Project>


Method Summary
 long countProjects()
           
 List<Project> findAll()
           
 List<Project> findByIdList(Collection<Long> list)
           
 List<Project> findSortedProjects(CollectionSorting filter)
           
 
Methods inherited from interface org.squashtest.csp.tm.internal.repository.EntityDao
findAllByIdList, findById, flush, persist, persist, remove
 

Method Detail

findAll

List<Project> findAll()

findSortedProjects

List<Project> findSortedProjects(CollectionSorting filter)

countProjects

long countProjects()

findByIdList

List<Project> findByIdList(Collection<Long> list)


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